Type Alias GlContext

Source
pub type GlContext = Rc<Context>;
Expand description

A shareable OpenGL context.

Aliased Typeยง

pub struct GlContext { /* private fields */ }