What are vertex array bindings in opengl ?
Vertex array bindings in opengl In OpenGL, Vertex Array Objects (VAOs) are used to store the vertex array bindings. A VAO is an object that stores all of the state that is required to supply vertex data to the OpenGL pipeline. When you bind a VAO, the state of the vertex array is recorded in …