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

basevertex does indeed affect `gl_VertexID`. #4

Closed NicolBolas closed 7 years ago

NicolBolas commented 7 years ago

This removes the false statement from glDrawElementsInstancedBaseVertexBaseInstance about basevertex's effects on gl_VertexID. It also adds notations to those the gl_VertexID pages (but not ES 3.0, since they have no BaseVertex functions) that basevertex is part of them.