aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/buffers.h
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-07-19 13:50:12 +0200
committerSamuel Pitoiset <[email protected]>2017-07-31 13:53:40 +0200
commita187fcf584c11e0af2f64798d0fb7dde51c23c2d (patch)
treea356f00efee5f3f90859337c561df37fb2bef06d /src/mesa/main/buffers.h
parent9337e4d38a5f057507690bfe11a6ba99a1ec81d3 (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/mesa/main/buffers.h')
-rw-r--r--src/mesa/main/buffers.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/buffers.h b/src/mesa/main/buffers.h
index e11b74f16ff..e48400668d0 100644
--- a/src/mesa/main/buffers.h
+++ b/src/mesa/main/buffers.h
@@ -58,6 +58,10 @@ _mesa_DrawBuffers_no_error(GLsizei n, const GLenum *buffers);
extern void GLAPIENTRY
_mesa_DrawBuffers(GLsizei n, const GLenum *buffers);
+void GLAPIENTRY
+_mesa_NamedFramebufferDrawBuffers_no_error(GLuint framebuffer, GLsizei n,
+ const GLenum *bufs);
+
extern void GLAPIENTRY
_mesa_NamedFramebufferDrawBuffers(GLuint framebuffer, GLsizei n,
const GLenum *bufs);