diff options
author | Timothy Arceri <tarceri@itsqueeze.com> | 2017-05-08 11:37:33 +1000 |
---|---|---|
committer | Timothy Arceri <tarceri@itsqueeze.com> | 2017-05-17 10:12:03 +1000 |
commit | 4e125c4da60ba5cbc1f197bb68b089b286684f64 (patch) | |
tree | f399dd625aef3ce6701d353ecf74a60e5ae54f1b /src/mapi | |
parent | e75e8d6c94cf319aa597221966b31ccf89b629f2 (diff) |
mesa: add KHR_no_error support for NamedFramebufferTextureLayer
v3: use frame_buffer_texture_layer() helper
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
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 3cb486edab..2f3d60fecf 100644 --- a/src/mapi/glapi/gen/ARB_direct_state_access.xml +++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml @@ -178,7 +178,7 @@ <param name="level" type="GLint" /> </function> - <function name="NamedFramebufferTextureLayer"> + <function name="NamedFramebufferTextureLayer" no_error="true"> <param name="framebuffer" type="GLuint" /> <param name="attachment" type="GLenum" /> <param name="texture" type="GLuint" /> |