mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-19 17:58:09 +02:00
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26548>
42 lines
1.3 KiB
XML
42 lines
1.3 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
|
|
|
|
<!-- Note: no GLX protocol info yet. -->
|
|
|
|
|
|
<OpenGLAPI>
|
|
|
|
<category name="GL_ARB_base_instance" number="107">
|
|
|
|
<function name="DrawArraysInstancedBaseInstance" marshal="custom" exec="dlist"
|
|
marshal_struct="public">
|
|
<param name="mode" type="GLenum"/>
|
|
<param name="first" type="GLint"/>
|
|
<param name="count" type="GLsizei"/>
|
|
<param name="instance_count" type="GLsizei"/>
|
|
<param name="baseinstance" type="GLuint"/>
|
|
</function>
|
|
|
|
<function name="DrawElementsInstancedBaseInstance" marshal="custom" exec="dlist">
|
|
<param name="mode" type="GLenum"/>
|
|
<param name="count" type="GLsizei"/>
|
|
<param name="type" type="GLenum"/>
|
|
<param name="indices" type="const GLvoid *"/>
|
|
<param name="primcount" type="GLsizei"/>
|
|
<param name="baseinstance" type="GLuint"/>
|
|
</function>
|
|
|
|
<function name="DrawElementsInstancedBaseVertexBaseInstance" marshal="custom" exec="dlist"
|
|
marshal_struct="public">
|
|
<param name="mode" type="GLenum"/>
|
|
<param name="count" type="GLsizei"/>
|
|
<param name="type" type="GLenum"/>
|
|
<param name="indices" type="const GLvoid *"/>
|
|
<param name="instance_count" type="GLsizei"/>
|
|
<param name="basevertex" type="GLint"/>
|
|
<param name="baseinstance" type="GLuint"/>
|
|
</function>
|
|
|
|
</category>
|
|
|
|
</OpenGLAPI>
|