Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing documentation for GL_PROGRAM_BINARY_LENGTH #85

Open
tombsar opened this issue May 27, 2020 · 1 comment
Open

Missing documentation for GL_PROGRAM_BINARY_LENGTH #85

tombsar opened this issue May 27, 2020 · 1 comment
Assignees

Comments

@tombsar
Copy link
Contributor

tombsar commented May 27, 2020

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 oddhack self-assigned this Dec 7, 2020
@oddhack
Copy link
Contributor

oddhack commented Dec 7, 2020

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

@oddhack oddhack added this to the Needs Action/PR milestone Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants