OpenGL.raw.GL.APPLE.vertex_array_object
index
/home/mcfletch/pylive/OpenGL/raw/GL/APPLE/vertex_array_object.py

OpenGL extension APPLE.vertex_array_object
 
Automatically generated by the get_gl_extensions script, do not edit!

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

 
Functions
       
glInitVertexArrayObjectAPPLE()
Return boolean indicating whether this extension is available

 
Data
        EXTENSION_NAME = 'GL_APPLE_vertex_array_object'
GL_VERTEX_ARRAY_BINDING_APPLE = GL_VERTEX_ARRAY_BINDING_APPLE
_DEPRECATED = False
__file__ = '/home/mcfletch/pylive/OpenGL/raw/GL/APPLE/vertex_array_object.pyc'
__name__ = 'OpenGL.raw.GL.APPLE.vertex_array_object'
__package__ = 'OpenGL.raw.GL.APPLE'
glBindVertexArrayAPPLE = <OpenGL.platform.baseplatform.glBindVertexArrayAPPLE object at 0x77d1490>
glDeleteVertexArraysAPPLE = <OpenGL.platform.baseplatform.glDeleteVertexArraysAPPLE object at 0x77d14d0>
glGenVertexArraysAPPLE = <OpenGL.platform.baseplatform.glGenVertexArraysAPPLE object at 0x77d15d0>
glIsVertexArrayAPPLE = <OpenGL.platform.baseplatform.glIsVertexArrayAPPLE object at 0x77d16d0>