glapi: fix incorrect param names in ARB_vertex_attrib_binding functions

no change in behavior

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5303>
This commit is contained in:
Marek Olšák 2020-05-30 17:21:32 -04:00 committed by Marge Bot
parent 2b8b62c55b
commit 2bf425431d

View file

@ -42,7 +42,7 @@
</function>
<function name="VertexBindingDivisor" es2="3.1" no_error="true">
<param name="attribindex" type="GLuint"/>
<param name="bindingindex" type="GLuint"/>
<param name="divisor" type="GLuint"/>
</function>
@ -87,7 +87,7 @@
<function name="VertexArrayVertexBindingDivisorEXT">
<param name="vaobj" type="GLuint"/>
<param name="attribindex" type="GLuint"/>
<param name="bindingindex" type="GLuint"/>
<param name="divisor" type="GLuint"/>
</function>