mesa: more const qualifiers to match the latest glext.h
[mesa.git] / src / mapi / glapi / gen / ARB_uniform_buffer_object.xml
index cbcd339e732877e46daf50be224cb937e8c720da..80541a8217e57a802a5ce7a0f34d86b08ab97397 100644 (file)
@@ -42,7 +42,7 @@
 <function name="GetUniformIndices" offset="assign">
     <param name="program" type="GLuint" />
     <param name="uniformCount" type="GLsizei" />
-    <param name="uniformNames" type="const GLchar **" />
+    <param name="uniformNames" type="const GLchar * const *" />
     <param name="uniformIndices" type="GLuint *" />
 </function>