Expand description
OpenGL rendering contexts on X11 via EGL.
Structs§
- Context
- Represents an OpenGL rendering context.
- Context
Descriptor - Information needed to create a context. Some APIs call this a “config” or a “pixel format”.
- Native
Context - Wrapper for a native
EGLContext
.