diff options
author | Samuel Pitoiset <[email protected]> | 2017-07-19 11:19:16 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-07-31 13:53:39 +0200 |
commit | 8bf786d13d4e6b985aa0a2ef017ba6f5fc82c366 (patch) | |
tree | fc69173be9a8a23dd9af491a8a294559de1aade2 /src/mapi | |
parent | 0238976665e15f083dd01a5adada80a45df18c5f (diff) |
mesa: add KHR_no_error support to glNamedFramebufferDrawBuffer()
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 54276ea59d9..d859021f0c7 100644 --- a/src/mapi/glapi/gen/ARB_direct_state_access.xml +++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml @@ -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> |