Represents an opengl Vertex Array Object (VAO). A VAO relates Opengl Buffers and Vertex Formats.
Generates and empty VAO and saves it's name
Deallocates the VAO
Binds this VertexArray to the opengl context
Associates this VertexArray with the buffer and the format given by the type VertexType.
See Implementation
Represents an opengl Vertex Array Object (VAO). A VAO relates Opengl Buffers and Vertex Formats.