Module glutin::context

source ·
Expand description

OpenGL context creation and initialization.

Structs

Enums

  • The rendering Api context should support.
  • Describes the requested OpenGL context profiles.
  • A context that is known to be not current on the current thread.
  • A context that is possibly current on the current thread.
  • Raw context.
  • The behavior of the driver when you change the current context.
  • Specifies the tolerance of the OpenGL context to faults. If you accept raw OpenGL commands and/or raw shader code from an untrusted source, you should definitely care about this.

Traits