pub type GlContext = Rc<Context>;
A shareable OpenGL context.
struct GlContext { /* private fields */ }