glapi: fix type names for glthread and handle all types
glthread will compare the whole type string, so the string must not have trailing spaces. No functional change. Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27350>
This commit is contained in:
@@ -5410,7 +5410,7 @@
|
||||
<function name="GetActiveAttrib" es2="2.0">
|
||||
<param name="program" type="GLuint"/>
|
||||
<param name="index" type="GLuint"/>
|
||||
<param name="bufSize" type="GLsizei "/>
|
||||
<param name="bufSize" type="GLsizei"/>
|
||||
<param name="length" type="GLsizei *" output="true"/>
|
||||
<param name="size" type="GLint *" output="true"/>
|
||||
<param name="type" type="GLenum *" output="true"/>
|
||||
|
||||
Reference in New Issue
Block a user