| OpenGL.GL.ARB.vertex_array_object | index /tmp/buildd/pyopengl-3.0.0~b6/OpenGL/GL/ARB/vertex_array_object.py |
OpenGL extension ARB.vertex_array_object
This module customises the behaviour of the
OpenGL.raw.GL.ARB.vertex_array_object to provide a more
Python-friendly API
| Modules | ||||||
| ||||||
| 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/GL/ARB/vertex_array_object.py' __name__ = 'OpenGL.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> | ||