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

glDeleteFramebuffers framebuffers must be const GLuint* #151

Open
BeastLe9enD opened this issue Apr 17, 2024 · 0 comments
Open

glDeleteFramebuffers framebuffers must be const GLuint* #151

BeastLe9enD opened this issue Apr 17, 2024 · 0 comments

Comments

@BeastLe9enD
Copy link

BeastLe9enD commented Apr 17, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant