What are Vertex Array Objects?

“Vertex Array Object” is brought to you by the OpenGL ARB Subcommittee for Silly Names. Think of it as a geometry object. (As an old time SGI Performer programmer, I call them geosets.) The instance variables/members of the object are your vertex pointer, normal pointer, color pointer, attrib N pointer, … When a VAO is … Read more