Trait glitter::context::BaseContext [] [src]

pub unsafe trait BaseContext { }

A marker trait for types that represent an active OpenGL context.

Safety

This type should only be implemented for types that can guarantee that an OpenGL context will be available for the lifetime of an instance of the type.

Implementors