diff options
author | Samuel Pitoiset <[email protected]> | 2017-07-17 22:40:49 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-07-18 10:07:34 +0200 |
commit | 838b9c21d4311d83824cd7ade4b5130915762bb1 (patch) | |
tree | 97156f8ebb99cdf275616c07a3a4f780a9345ce1 /src | |
parent | f25c7f9f3e3cb8c650a54338575342fa377d7983 (diff) |
mapi: add missing no_error tag to glBlitNamedFramebuffer()
Fixes: 6fedb31785 ("mesa: add KHR_no_error support for glBlitNamedFramebuffer()")
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src')
-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 cf33ee38732..0c34b638546 100644 --- a/src/mapi/glapi/gen/ARB_direct_state_access.xml +++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml @@ -247,7 +247,7 @@ <param name="stencil" type="GLint" /> </function> - <function name="BlitNamedFramebuffer"> + <function name="BlitNamedFramebuffer" no_error="true"> <param name="readFramebuffer" type="GLuint" /> <param name="drawFramebuffer" type="GLuint" /> <param name="srcX0" type="GLint" /> |