OpenGL-Refpages icon indicating copy to clipboard operation
OpenGL-Refpages copied to clipboard

Missing documentation for GL_PROGRAM_BINARY_LENGTH

Open tombsar opened this issue 4 years ago • 1 comments

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

tombsar avatar May 27 '20 00:05 tombsar

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

oddhack avatar Dec 07 '20 13:12 oddhack