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 glBindVertexBuffers typo, add zoffset to glCompressedTexSubImage3D #133

Closed malciin closed 1 year ago

malciin commented 1 year ago

Hello, durning parsing gl4 xml files (for creating opengl C# bindings) I've found several typos/missing parameter descriptions. I've fixed some of them:

Other things I've noticed but I dont have proper fixes for them:

oddhack commented 1 year ago

Thanks!