You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs for glProgramBinary and glGetProgramBinary mention passing the enum GL_PROGRAM_BINARY_LENGTH to glGetProgramiv to query the size of a program binary:
Docs for
glProgramBinary
andglGetProgramBinary
mention passing the enumGL_PROGRAM_BINARY_LENGTH
toglGetProgramiv
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
The text was updated successfully, but these errors were encountered: