Mesa (master): glapi: fix incorrect param names in ARB_vertex_attrib_binding functions

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jun 23 06:58:29 UTC 2020


Module: Mesa
Branch: master
Commit: 2bf425431d85b6aa7d0ffae2639dc64eebe63e9a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2bf425431d85b6aa7d0ffae2639dc64eebe63e9a

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Sat May 30 17:21:32 2020 -0400

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 at amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5303>

---

 src/mapi/glapi/gen/ARB_vertex_attrib_binding.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mapi/glapi/gen/ARB_vertex_attrib_binding.xml b/src/mapi/glapi/gen/ARB_vertex_attrib_binding.xml
index 2270e6a29c9..ca9dd5a75c2 100644
--- a/src/mapi/glapi/gen/ARB_vertex_attrib_binding.xml
+++ b/src/mapi/glapi/gen/ARB_vertex_attrib_binding.xml
@@ -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>
 



More information about the mesa-commit mailing list