KhronosGroup / OpenGL-Refpages

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

wrong glVertexAttribDivisor OpenGL version #13

Closed pc-john closed 7 years ago

pc-john commented 7 years ago

glVertexAttribDivisor provides wrong OpenGL version when the function was introduced. Page: https://www.khronos.org/registry/OpenGL-Refpages/gl4/html/glVertexAttribDivisor.xhtml

In the section "Notes", OpenGL 3.3+ is correct. In "Version Support" section, table incorrectly provides check mark even for version 3.2.

Thanks for nice OpenGL doc. Cheers, John