Expand description
An OpenGL loader generated by gl-rs.
This is useful for directly accessing the underlying OpenGL API via the
GlDevice::with_gl
method. It is also used internally by the GlDevice
implementation.
Modules
Structs
Constants
Functions
- Fallbacks: ArrayElementEXT
- Fallbacks: BindTextureEXT
- Fallbacks: CopyTexImage1DEXT
- Fallbacks: CopyTexImage2DEXT
- Fallbacks: CopyTexSubImage1DEXT
- Fallbacks: CopyTexSubImage2DEXT
- Fallbacks: DrawArraysEXT
- End⚠
- Fogf⚠
- Fogi⚠
- Fallbacks: GetPointervEXT, GetPointervKHR
- Hint⚠
- Fallbacks: PolygonModeNV
- Fallbacks: PrioritizeTexturesEXT
- Fallbacks: TexSubImage1DEXT
- Fallbacks: TexSubImage2DEXT
- Load each OpenGL symbol using a custom load function. This allows for the use of functions like
glfwGetProcAddress
orSDL_GL_GetProcAddress
.