KhronosGroup / OpenGL-Refpages

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

Fix gl4 documentation for glDrawElements #140

Open NogginBops opened 8 months ago

NogginBops commented 8 months ago

Fixes the documentation for the indices parameter so that correctly documents OpenGL 4 behavior for the following functions:

Does the same for the following ES3.2 functions:

Fixes #82

Works when I build it locally image

NogginBops commented 7 months ago

@oddhack is there any chance of these pull requests getting merged?