pub type GlowGL = Arc<Box<Context>>;
A pointer to GLOW state. All variables with this type should be named: gl
gl
pub struct GlowGL { /* private fields */ }