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

Fix gl4 documentation for glDrawElements #140

Open NogginBops opened 4 months ago

NogginBops commented 4 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 2 months ago

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