mesa: add KHR_no_error support for glBindFragDataLocation*()
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
This commit is contained in:
@@ -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"/>
|
||||
|
||||
@@ -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 *"/>
|
||||
|
||||
Reference in New Issue
Block a user