Disable all client states
Disable a specific client state (with glDisableClientState)
Draw Shapes of a specific type from the data which is addressed through 'pointTo'. It will use count vertices.
Draw Shapes of a specific type from the data which is addressed through 'pointTo'. It will use count vertices and indices for the correct index per vertex.
Draw Shapes of a specific type from the data which is addressed through 'pointTo'. It will use count vertices and indices for the correct index per vertex.
Enable all client states
Enable a specific client state (with glEnableClientState) like GL_VERTEX_ARRAY, GL_COLOR_ARRAY, GL_TEXTURE_COORD_ARRAY with the corresponding Target.
Points to a specific Target.
Points to a specific Target.
Buffer is a wrapper for a static Vertex Array. <b>It has nothing to do with the class VertexArray</b>