mesa: add KHR_no_error support for glBindFragDataLocation*()

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
This commit is contained in:
Timothy Arceri
2017-06-28 14:46:06 +10:00
parent aed0fc5efd
commit 87bc32166a
4 changed files with 40 additions and 2 deletions
@@ -8,7 +8,7 @@
<category name="GL_ARB_blend_func_extended" number="78">
<function name="BindFragDataLocationIndexed">
<function name="BindFragDataLocationIndexed" no_error="true">
<param name="program" type="GLuint"/>
<param name="colorNumber" type="GLuint"/>
<param name="index" type="GLuint"/>
+1 -1
View File
@@ -200,7 +200,7 @@
<return type="GLint"/>
</function>
<function name="BindFragDataLocation">
<function name="BindFragDataLocation" no_error="true">
<param name="program" type="GLuint"/>
<param name="colorNumber" type="GLuint"/>
<param name="name" type="const GLchar *"/>