Portal:OpenGL Objects/Vertex Array Objects: Difference between revisions
Jump to navigation
Jump to search
Portal for VAOs. |
(No difference)
|
Revision as of 04:14, 26 February 2013
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.