OpenGL.raw.GL.ARB.vertex_array_object | index /build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/ARB/vertex_array_object.py |
OpenGL extension ARB.vertex_array_object
The official definition of this extension is available here:
http://oss.sgi.com/projects/ogl-sample/registry/ARB/vertex_array_object.txt
Automatically generated by the get_gl_extensions script, do not edit!
Modules | ||||||
|
Functions | ||
|
Data | ||
EXTENSION_NAME = 'GL_ARB_vertex_array_object' GL_VERTEX_ARRAY_BINDING = GL_VERTEX_ARRAY_BINDING __file__ = '/build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/ARB/vertex_array_object.py' __name__ = 'OpenGL.raw.GL.ARB.vertex_array_object' glBindVertexArray = <OpenGL.platform.baseplatform.glBindVertexArray object at 0x87ede4c> glDeleteVertexArrays = <OpenGL.platform.baseplatform.glDeleteVertexArrays object at 0x87ede8c> glGenVertexArrays = <OpenGL.platform.baseplatform.glGenVertexArrays object at 0x87edecc> glIsVertexArray = <OpenGL.platform.baseplatform.glIsVertexArray object at 0x87edf2c> |