Module gl_context

Source
Expand description

OpenGL contexts and attributes.

Modules§

attribute
Configuration of an OpenGL context.

Structs§

GlContext
An OpenGL context controller.
GlContextFlag
A flag to control OpenGL context.

Enums§

IntervalKind
A kind of the interval of swapping buffers in an OpenGL context.

Traits§

BufferExt
An extension for GlContext to add methods for control buffers.
ContextSwitchExt
An extension for Window to set OpenGL context.