summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/buffers.h
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-07-19 13:46:25 +0200
committerSamuel Pitoiset <[email protected]>2017-07-31 13:53:40 +0200
commit9337e4d38a5f057507690bfe11a6ba99a1ec81d3 (patch)
treeb23ac2103bdcbe016c6b8a0189773de1c91e9e6b /src/mesa/main/buffers.h
parent966108a8038ee1e674182ad5766107a2fb54abc8 (diff)
mesa: add KHR_no_error support to glDrawBuffers()
Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mesa/main/buffers.h')
-rw-r--r--src/mesa/main/buffers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/buffers.h b/src/mesa/main/buffers.h
index e86da341d60..e11b74f16ff 100644
--- a/src/mesa/main/buffers.h
+++ b/src/mesa/main/buffers.h
@@ -52,6 +52,9 @@ _mesa_NamedFramebufferDrawBuffer_no_error(GLuint framebuffer, GLenum buf);
extern void GLAPIENTRY
_mesa_NamedFramebufferDrawBuffer(GLuint framebuffer, GLenum buf);
+void GLAPIENTRY
+_mesa_DrawBuffers_no_error(GLsizei n, const GLenum *buffers);
+
extern void GLAPIENTRY
_mesa_DrawBuffers(GLsizei n, const GLenum *buffers);