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:
parent
a02ed8a95f
commit
e9d08bb043
2 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue