glapi: fix incorrect param names in ARB_vertex_attrib_binding functions
authorMarek Olšák <marek.olsak@amd.com>
Sat, 30 May 2020 21:21:32 +0000 (17:21 -0400)
committerMarge Bot <eric+marge@anholt.net>
Tue, 23 Jun 2020 06:41:37 +0000 (06:41 +0000)
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>

src/mapi/glapi/gen/ARB_vertex_attrib_binding.xml

index 2270e6a29c9225d21ec31efcc5d086cec39e2367..ca9dd5a75c25c2b41ce5b476db6bfd7e6cb5307f 100644 (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>