mesa: add KHR_no_error support to glNamedFramebufferDrawBuffer()

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
This commit is contained in:
Samuel Pitoiset
2017-07-19 11:19:16 +02:00
parent 0238976665
commit 8bf786d13d
3 changed files with 20 additions and 1 deletions
@@ -186,7 +186,7 @@
<param name="layer" type="GLint" />
</function>
<function name="NamedFramebufferDrawBuffer">
<function name="NamedFramebufferDrawBuffer" no_error="true">
<param name="framebuffer" type="GLuint" />
<param name="buf" type="GLenum" />
</function>