Struct widgetry::backend_glow::PrerenderInnards [−][src]
pub struct PrerenderInnards { gl: Rc<Context>, window_adapter: WindowAdapter, program: <Context as HasContext>::Program, pub total_bytes_uploaded: Cell<usize>, }
Fields
gl: Rc<Context>
window_adapter: WindowAdapter
program: <Context as HasContext>::Program
total_bytes_uploaded: Cell<usize>
Implementations
impl PrerenderInnards
[src]
impl PrerenderInnards
[src]pub fn new(
gl: Context,
program: <Context as HasContext>::Program,
window_adapter: WindowAdapter
) -> PrerenderInnards
[src]
gl: Context,
program: <Context as HasContext>::Program,
window_adapter: WindowAdapter
) -> PrerenderInnards