Skip to content

glDeleteFramebuffers framebuffers must be const GLuint* #151

Description

@BeastLe9enD

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions