docs.gl icon indicating copy to clipboard operation
docs.gl copied to clipboard

OpenGL 4.6 missing

Open sleepyspider1 opened this issue 3 years ago • 2 comments

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.

sleepyspider1 avatar Feb 06 '22 02:02 sleepyspider1

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.

ggrzybow avatar Dec 01 '22 14:12 ggrzybow

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

BSVino avatar Dec 01 '22 23:12 BSVino