GlowGL

Type Alias GlowGL 

Source
pub type GlowGL = Arc<Box<Context>>;
Expand description

A pointer to GLOW state. All variables with this type should be named: gl

Aliased Typeยง

pub struct GlowGL { /* private fields */ }