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

OpenGL 4.6 missing #116

Open
sleepyspider1 opened this issue Feb 6, 2022 · 2 comments
Open

OpenGL 4.6 missing #116

sleepyspider1 opened this issue Feb 6, 2022 · 2 comments

Comments

@sleepyspider1
Copy link

4.6 is nowhere to be found.
GetVertexArrayIndexediv for example does not show up and you can't query info about it.
But it does display the name if you start to search for it.

@ggrzybow
Copy link

ggrzybow commented Dec 1, 2022

Isn't glGetVertexArrayIndexediv from OGL 4.5? And it's here, described along with glGetVertexArrayIndexed64iv: https://docs.gl/gl4/glGetVertexArrayIndexed

On the other hand, glMultiDrawElementsIndirectCount is missing.

@BSVino
Copy link
Owner

BSVino commented Dec 1, 2022

I haven't been able to add support yet. Submissions welcome if anyone wants to take a stab.

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

3 participants