mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-30 23:28:06 +02:00
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:
parent
2b8b62c55b
commit
2bf425431d
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue