SDL OpenGL access wrapper module
Gets an OpenGL attribute value.
Gets the current value of the specified OpenGL attribute constant.
Gets the proc address of a function in the loaded OpenGL libraries.
The proc address is an encapsuled function pointer and as such only useful for ctypes bindings or other C API modules.
Loads the desired OpenGL library.
Loads the desired OpenGL library specified by the passed full qualified path. This must be called before any first call to pygame2.sdl.video.set_mode() to have any effect.
Sets an OpenGL attribute value.
Sets the value of the specified OpenGL attribute.