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

Closed malciin closed 8 months ago

malciin commented 9 months 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 8 months ago

Thanks!