glthread: handle complex pointer parameters and support GL functions with strings
[mesa.git] / src / mapi / glapi / gen / GL3x.xml
index cd3987e0cebb77a27e0276770733516c464581d5..3ffc1667607048ef3403a794a3352735f8c30251 100644 (file)
   <function name="BindFragDataLocation" no_error="true">
     <param name="program" type="GLuint"/>
     <param name="colorNumber" type="GLuint"/>
-    <param name="name" type="const GLchar *"/>
+    <param name="name" type="const GLchar *" count="(strlen(name) + 1)"/>
   </function>
 
   <function name="BeginTransformFeedback" es2="3.0" no_error="true">