KhronosGroup / KhronosGroup/OpenGL-Refpages
glDeleteFramebuffers framebuffers must be `const GLuint*`
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 492
- Forks
- 146
- PR merge metrics
- No merged PRs in 30d
Description
On https://registry.khronos.org/OpenGL-Refpages/gl4/html/glDeleteFramebuffers.xhtml, it says:
void glDeleteFramebuffers( GLsizei n,
GLuint *framebuffers);
but the type of framebuffers must be const GLuint* in my opinion. At least on GLES2, it is:
https://registry.khronos.org/OpenGL-Refpages/es2.0/xhtml/glDeleteFramebuffers.xml
Is this intended?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the desktop glDeleteFramebuffers reference page with the linked OpenGL ES 2.0 page and then locate the corresponding source for the generated reference page in this repository. Confirm the intended parameter signature and update the source and generated documentation if both are maintained; done means the desktop reference agrees with the project’s conventions and renders correctly.
Written by the indexing model from the issue text.
Assessment
- Domain
- computer-graphics, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100