KhronosGroup / KhronosGroup/OpenGL-Refpages
Missing documentation for GL_PROGRAM_BINARY_LENGTH
Open
enhancement
- Dominant language
- HTML
- Stars
- 492
- Forks
- 146
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.