OpenGL.extensions
index
/build/buildd/pyopengl-3.0.0~b3/OpenGL/extensions.py

Extension module support methods
 
This module provides the tools required to check whether
an extension is available

 
Functions
       
hasGLExtension(specifier)
Given a string specifier, check for extension being available
hasGLUExtension(specifier)
Given a string specifier, check for extension being available

 
Data
        AVAILABLE_GLU_EXTENSIONS = []
AVAILABLE_GL_EXTENSIONS = []
__file__ = '/build/buildd/pyopengl-3.0.0~b3/OpenGL/extensions.py'
__name__ = 'OpenGL.extensions'