glBindVertexArray

bind a vertex array object

Signature

glBindVertexArray( GLuint ( array ) )-> void
glBindVertexArray( array )

Parameters

VariablesDescription
array
Specifies the name of the vertex array to bind.

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
Gloopy gloopy/view/gl_wrap.py Lines: 12, 12, 24
Gloopy gloopy/view/render.py Lines: 138, 149
Gloopy gloopy/view/glyph.py Lines: 76, 98
OpenGL Tutorial (Python Translation) t02.playing-with-colors/FragPosition.py Lines: 7, 77
OpenGL Tutorial (Python Translation) t02.playing-with-colors/VertexColors.py Lines: 7, 80
OpenGL Tutorial (Python Translation) t01.hello-triangle/HelloTriangle.py Lines: 6, 91
{GPL3} OpenGL-Programmable 10-gl3.2core.py Lines: 200