OpenGL.extensions
index
/var/pylive/OpenGL-ctypes/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 = []