Trait glitter::context::AContext [] [src]

pub trait AContext: ContextExt + ContextBufferExt + ContextFramebufferExt + ContextProgramExt + ContextRenderbufferExt + ContextShaderExt + ContextTextureExt { }

The 'core' OpenGL context trait. This trait provides access to any OpenGL functionality that don't deal with binding. This trait is implemented for ContextOf<_, _, _, _, _>, as well as for &mut ContextOf<_, _, _, _, _>.

Implementors