Talk:Vertex Array Object: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Created page with "=GL_ARRAY_BUFFER= On the one hand, there is a note that says that ''Changing the GL_ARRAY_BUFFER binding does not affect VAO state''. But on the other hand, a few lines down, ..."
(No difference)

Revision as of 18:33, 12 February 2012

GL_ARRAY_BUFFER

On the one hand, there is a note that says that Changing the GL_ARRAY_BUFFER binding does not affect VAO state. But on the other hand, a few lines down, there is the statement about the pseudo-code update: pBufferObj <= current GL_ARRAY_BUFFER binding.