summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/GL3x.xml
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2020-02-18 23:13:50 -0500
committerMarge Bot <[email protected]>2020-03-06 01:06:14 +0000
commitd00f36ac25b25402c4d81a0229a703a1b84fc40c (patch)
treead56840514a6143e42b851deb679a2023b686707 /src/mapi/glapi/gen/GL3x.xml
parentfb95a4693f05b8a64d61267409fcdce937dd3383 (diff)
glthread: add/update count and marshal fields for many GL functions
Reviewed-by: Timothy Arceri <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3948>
Diffstat (limited to 'src/mapi/glapi/gen/GL3x.xml')
-rw-r--r--src/mapi/glapi/gen/GL3x.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mapi/glapi/gen/GL3x.xml b/src/mapi/glapi/gen/GL3x.xml
index 750bc023033..cd3987e0ceb 100644
--- a/src/mapi/glapi/gen/GL3x.xml
+++ b/src/mapi/glapi/gen/GL3x.xml
@@ -332,7 +332,7 @@
<function name="VertexAttribI1iv">
<param name="index" type="GLuint"/>
- <param name="v" type="const GLint *"/>
+ <param name="v" type="const GLint *" count="1"/>
</function>
<function name="VertexAttribI2iv" alias="VertexAttribI2ivEXT">
@@ -352,7 +352,7 @@
<function name="VertexAttribI1uiv">
<param name="index" type="GLuint"/>
- <param name="v" type="const GLuint *"/>
+ <param name="v" type="const GLuint *" count="1"/>
</function>
<function name="VertexAttribI2uiv" alias="VertexAttribI2uivEXT">
@@ -372,22 +372,22 @@
<function name="VertexAttribI4bv">
<param name="index" type="GLuint"/>
- <param name="v" type="const GLbyte *"/>
+ <param name="v" type="const GLbyte *" count="4"/>
</function>
<function name="VertexAttribI4sv">
<param name="index" type="GLuint"/>
- <param name="v" type="const GLshort *"/>
+ <param name="v" type="const GLshort *" count="4"/>
</function>
<function name="VertexAttribI4ubv">
<param name="index" type="GLuint"/>
- <param name="v" type="const GLubyte *"/>
+ <param name="v" type="const GLubyte *" count="4"/>
</function>
<function name="VertexAttribI4usv">
<param name="index" type="GLuint"/>
- <param name="v" type="const GLushort *"/>
+ <param name="v" type="const GLushort *" count="4"/>
</function>
<function name="GetUniformuiv" es2="3.0">