What is a Vertex Array Object (VAO) in modern OpenGL?
-
A
An object that stores the state of vertex attribute bindings and buffer associations
-
B
A buffer object that stores vertex data
-
C
A shader program that processes vertices
-
D
An OpenGL extension for geometry instancing