glapi: fix param type in TexGenxOES

The spec [1] and _mesa_TexGenxOES both agree that it's GLfixed
instead of GLint.

[1]: https://registry.khronos.org/OpenGL/extensions/OES/OES_texture_cube_map.txt

Signed-off-by: Simon Ser <contact@emersion.fr>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28825>
This commit is contained in:
Simon Ser
2024-04-19 10:23:08 +02:00
parent 54258c1ee1
commit 72ed71877c
+1 -1
View File
@@ -248,7 +248,7 @@
<function name="TexGenxOES" es1="1.0" desktop="false">
<param name="coord" type="GLenum"/>
<param name="pname" type="GLenum"/>
<param name="param" type="GLint"/>
<param name="param" type="GLfixed"/>
</function>
<function name="TexGenxvOES" es1="1.0" desktop="false">