summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/mapi/glapi/gen/es_EXT.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mapi/glapi/gen/es_EXT.xml b/src/mapi/glapi/gen/es_EXT.xml
index bf67eae..ce4c4c4 100644
--- a/src/mapi/glapi/gen/es_EXT.xml
+++ b/src/mapi/glapi/gen/es_EXT.xml
@@ -901,7 +901,7 @@
<function name="GetSamplerParameterIuivEXT" es2="3.0" alias="GetSamplerParameterIuiv">
<param name="sampler" type="GLuint"/>
<param name="pname" type="GLenum"/>
- <param name="params" type="GLfloat *"/>
+ <param name="params" type="GLuint *"/>
</function>
</category>
@@ -1290,7 +1290,7 @@
<function name="GetSamplerParameterIuivOES" es2="3.0" alias="GetSamplerParameterIuiv">
<param name="sampler" type="GLuint"/>
<param name="pname" type="GLenum"/>
- <param name="params" type="GLfloat *"/>
+ <param name="params" type="GLuint *"/>
</function>
</category>