Expand description
OpenGL context creation and initialization.
Structs
- The attributes that are used to create a graphics context.
- The builder to help customizing context
- The version used to index the Api.
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
- A trait that provides raw context.
- A trait to group common context operations.
- A trait to group common not current operations.
- A trait that splits the methods accessing
crate::surface::Surface
on not current context. - A trait that splits the methods accessing
crate::surface::Surface
. - A trait to group common context operations.