Skip to content

glProgramUniformXX is not defined by ARB_direct_state_access #10

@anthofoxo

Description

@anthofoxo

This is a very minor thing I dug details into when doing extensions.
For shader introspection, the following two function are actually defined with the extension ARB_separate_shader_objects and not ARB_direct_state_access. I think this should be mentioned in the page.

glProgramUniformXX, glProgramUniformXXv

I'm aware this is basically a non issue because if you support direct state access then you most likely support separate shader objects

Some links to the docs
https://www.khronos.org/registry/OpenGL/extensions/ARB/ARB_direct_state_access.txt
https://www.khronos.org/registry/OpenGL/extensions/ARB/ARB_separate_shader_objects.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions