KhronosGroup / OpenGL-Refpages

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

Missing documentation for GL_PROGRAM_BINARY_LENGTH #85

Open tombsar opened 4 years ago

tombsar commented 4 years ago

Docs for glProgramBinary and glGetProgramBinary mention passing the enum GL_PROGRAM_BINARY_LENGTH to glGetProgramiv to query the size of a program binary:

https://github.com/KhronosGroup/OpenGL-Refpages/blob/master/es3.1/glProgramBinary.xml#L116 https://github.com/KhronosGroup/OpenGL-Refpages/blob/master/es3.1/glGetProgramBinary.xml#L109

However, that enum is not listed as a valid argument in the documentation for glGetProgramiv:

https://github.com/KhronosGroup/OpenGL-Refpages/blob/master/es3.1/glGetProgramiv.xml

oddhack commented 3 years ago

Yes, also es3/ refpages. I'll take a look at this.