| OpenGL.raw.GL.ARB.vertex_array_object | index /tmp/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__ = '/tmp/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 0x940498c> glDeleteVertexArrays = <OpenGL.platform.baseplatform.glDeleteVertexArrays object at 0x94049cc> glGenVertexArrays = <OpenGL.platform.baseplatform.glGenVertexArrays object at 0x9404a0c> glIsVertexArray = <OpenGL.platform.baseplatform.glIsVertexArray object at 0x9404a6c> | ||