Portal:OpenGL Objects/Vertex Array Objects

From OpenGL Wiki
Jump to navigation Jump to search

A Vertex Array Object is a container object that stores the state that describes arrays of vertex data that will be used in rendering commands. It stores all of the Buffer Objects and other vertex format state needed to understand arrays of vertices and index data.