OpenGL.GL.IBM.vertex_array_lists
index
/build/buildd/pyopengl-3.0.0~b6/OpenGL/GL/IBM/vertex_array_lists.py

OpenGL extension IBM.vertex_array_lists
 
This module customises the behaviour of the 
OpenGL.raw.GL.IBM.vertex_array_lists to provide a more 
Python-friendly API

 
Modules
       
OpenGL.arrays
OpenGL.constant
OpenGL.constants
ctypes
OpenGL.extensions
OpenGL.GL.glget
OpenGL.platform
OpenGL.wrapper

 
Data
        EXTENSION_NAME = 'GL_IBM_vertex_array_lists'
__file__ = '/build/buildd/pyopengl-3.0.0~b6/OpenGL/GL/IBM/vertex_array_lists.py'
__name__ = 'OpenGL.GL.IBM.vertex_array_lists'
glColorPointerListIBM = <OpenGL.platform.baseplatform.glColorPointerListIBM object at 0x8c2740c>
glEdgeFlagPointerListIBM = <OpenGL.platform.baseplatform.glEdgeFlagPointerListIBM object at 0x8c2748c>
glFogCoordPointerListIBM = <OpenGL.platform.baseplatform.glFogCoordPointerListIBM object at 0x8c274cc>
glIndexPointerListIBM = <OpenGL.platform.baseplatform.glIndexPointerListIBM object at 0x8c2750c>
glNormalPointerListIBM = <OpenGL.platform.baseplatform.glNormalPointerListIBM object at 0x8c2754c>
glSecondaryColorPointerListIBM = <OpenGL.platform.baseplatform.glSecondaryColorPointerListIBM object at 0x8c2744c>
glTexCoordPointerListIBM = <OpenGL.platform.baseplatform.glTexCoordPointerListIBM object at 0x8c2758c>
glVertexPointerListIBM = <OpenGL.platform.baseplatform.glVertexPointerListIBM object at 0x8c275cc>