Portal:OpenGL Objects/Vertex Array Objects

From OpenGL Wiki
Revision as of 15:35, 12 April 2015 by AlfonsesRenamerBot (talk | contribs) (Bot: Updating section links to use redirects.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.