OpenGLContext.extensionmanager

Object managing OpenGL extension loading for a Context

Functions

Classes

Object managing OpenGL extension loading and initialisation
There are a large number of OpenGL extensions available, and it is generally necessary to initialize the extension for each OpenGL context. This class attempts to provide a generic interface for instantiating and querying for the extension's current status with regard to a particular Context.
This object is normally accessed via ContextObject.extensions, which is set up by the setupExtensionManager method of the base Context class, which is called before the OnInit method.
Attributes: modules -- mapping from "cleaned" module name to module object (that is, the actual python module representing the extension)