A Vertex Array stores informations of a Buffer object and restore them if you bind this. This decrease the calls of the Buffer, because the last state is always stored and can be restored easily.
CTor
DTor
Bind the Vertex Array
Disable the usage
Enable the usage of the Vertex array on the specific index
Returns if this Vertex array is valid
Bind, Enable and Point to the Vertex array on the specific index
Unbind the Vertex array
See Implementation
rschuett
A Vertex Array stores informations of a Buffer object and restore them if you bind this. This decrease the calls of the Buffer, because the last state is always stored and can be restored easily.