mesa: add KHR_no_error support for gl*ReadBuffer()
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
This commit is contained in:
@@ -197,7 +197,7 @@
|
||||
<param name="bufs" type="const GLenum *" />
|
||||
</function>
|
||||
|
||||
<function name="NamedFramebufferReadBuffer">
|
||||
<function name="NamedFramebufferReadBuffer" no_error="true">
|
||||
<param name="framebuffer" type="GLuint" />
|
||||
<param name="buf" type="GLenum" />
|
||||
</function>
|
||||
|
||||
@@ -2626,7 +2626,7 @@
|
||||
<glx rop="170" large="true"/>
|
||||
</function>
|
||||
|
||||
<function name="ReadBuffer" es2="3.0">
|
||||
<function name="ReadBuffer" es2="3.0" no_error="true">
|
||||
<param name="mode" type="GLenum"/>
|
||||
<glx rop="171"/>
|
||||
</function>
|
||||
|
||||
Reference in New Issue
Block a user