diff options
author | Samuel Pitoiset <[email protected]> | 2017-07-19 13:50:12 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-07-31 13:53:40 +0200 |
commit | a187fcf584c11e0af2f64798d0fb7dde51c23c2d (patch) | |
tree | a356f00efee5f3f90859337c561df37fb2bef06d /src/mapi | |
parent | 9337e4d38a5f057507690bfe11a6ba99a1ec81d3 (diff) |
mesa: add KHR_no_error support to glNamedFramebufferDrawBuffers()
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/ARB_direct_state_access.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/ARB_direct_state_access.xml b/src/mapi/glapi/gen/ARB_direct_state_access.xml index 3257aace9d4..f85d2d5ed14 100644 --- a/src/mapi/glapi/gen/ARB_direct_state_access.xml +++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml @@ -191,7 +191,7 @@ <param name="buf" type="GLenum" /> </function> - <function name="NamedFramebufferDrawBuffers"> + <function name="NamedFramebufferDrawBuffers" no_error="true"> <param name="framebuffer" type="GLuint" /> <param name="n" type="GLsizei" /> <param name="bufs" type="const GLenum *" /> |