OpenGL.GL.APPLE.vertex_array_object
index
/var/pylive/OpenGL-ctypes/OpenGL/GL/APPLE/vertex_array_object.py

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

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

 
Functions
       
glBindVertexArrayAPPLE(...)
glBindVertexArrayAPPLE( GLuint(array) ) -> None
glDeleteVertexArraysAPPLE(...)
glDeleteVertexArraysAPPLE( GLsizei(n), GLuintArray(arrays) ) -> None
glGenVertexArraysAPPLE(...)
glGenVertexArraysAPPLE( GLsizei(n), GLuintArray(arrays) ) -> None
glIsVertexArrayAPPLE(...)
glIsVertexArrayAPPLE( GLuint(array) ) -> constants.GLboolean

 
Data
        GL_VERTEX_ARRAY_BINDING_APPLE = GL_VERTEX_ARRAY_BINDING_APPLE