Signature
Parameters
Variables | Description |
---|---|
array |
Specifies the name of the vertex array to bind.
|
Description
glBindVertexArray
binds the vertex array object with name
array
.
array
is the name of a vertex array object previously returned from a call to
glGenVertexArrays
,
or zero to break the existing vertex array object binding.
Errors
GL_INVALID_OPERATION
is generated if
array
is not zero or the name of a vertex array object
previously returned from a call to
glGenVertexArrays
.
Version Support
glBindVertexArray |
See Also
Copyright
Copyright
2010-2014 Khronos Group.
This material may be distributed subject to the terms and conditions set forth in
the Open Publication License, v 1.0, 8 June 1999.
http://opencontent.org/openpub/
.
Sample Code References
The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.
glBindVertexArray