KhronosGroup / OpenGL-Refpages

OpenGL and OpenGL ES reference page sources, and generated HTML used as backing store for khronos.org
424 stars 131 forks source link

Add GL_VERTEX_BINDING_BUFFER to es3 and es3.1 documentation. #147

Open NogginBops opened 4 months ago

NogginBops commented 4 months ago

This should fix the remaining parts of #54 to my knowledge. The constants GL_VERTEX_BINDING_BUFFER and GL_VERTEX_ATTRIB_BINDING do not exist in the OpenGL 2.1 spec so it shouldn't be added to that api.

Fixes #54