Create a new VBO with the specified type. (glGenBuffers)
Binds the buffer for OpenGL use.
Frees resources used by the buffer (deletes it).
Set the data of the buffer. Uses glBufferData.
Set the data of the buffer. Uses glBufferData.
Sets the data of the buffer (raw).
The VBO Type, ex. GL_ARRAY_BUFFER.
The VBO's GLuint id.
Represents an OpenGL VBO.