glapi: rename primcount -> instance_count in a few Draw functions

In order to match the marshal structures we already have in the tree.
The next commit will depend on this.

Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26548>
This commit is contained in:
Marek Olšák 2023-12-07 12:40:02 -05:00 committed by Marge Bot
parent a02ed8a95f
commit e9d08bb043
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@
<param name="mode" type="GLenum"/>
<param name="first" type="GLint"/>
<param name="count" type="GLsizei"/>
<param name="primcount" type="GLsizei"/>
<param name="instance_count" type="GLsizei"/>
<param name="baseinstance" type="GLuint"/>
</function>
@ -30,7 +30,7 @@
<param name="count" type="GLsizei"/>
<param name="type" type="GLenum"/>
<param name="indices" type="const GLvoid *"/>
<param name="primcount" type="GLsizei"/>
<param name="instance_count" type="GLsizei"/>
<param name="basevertex" type="GLint"/>
<param name="baseinstance" type="GLuint"/>
</function>

View file

@ -20,7 +20,7 @@
<param name="count" type="GLsizei"/>
<param name="type" type="GLenum"/>
<param name="indices" type="const GLvoid *"/>
<param name="primcount" type="GLsizei"/>
<param name="instance_count" type="GLsizei"/>
</function>
</category>