Represents an OpenGL VAO.
Bind the VAO and make it ready for use from OpenGL.
Cleans up resources used by the VAO. Make sure to cleanup() on VBOs aswell.
Unbind the VAO.
GLuint id for the VAO.
Generate a new VAO. (glGenVertexArrays)
See Implementation
Represents an OpenGL VAO.