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

glProgramUniformXX is not defined by ARB_direct_state_access #10

Open
anthofoxo opened this issue Nov 23, 2021 · 0 comments
Open

glProgramUniformXX is not defined by ARB_direct_state_access #10

anthofoxo opened this issue Nov 23, 2021 · 0 comments

Comments

@anthofoxo
Copy link

anthofoxo commented Nov 23, 2021

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

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