summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/buffers.h
diff options
context:
space:
mode:
authorLaura Ekstrand <[email protected]>2015-02-06 15:36:52 -0800
committerFredrik Höglund <[email protected]>2015-05-14 15:48:15 +0200
commit1f0a5f32d328e54483dd623ad09bd3f6b119f7a6 (patch)
tree6f76c8a2d9b77b9ef815b087efa6e98e0482d29f /src/mesa/main/buffers.h
parent7518c6b5b2ae8b2a6e931d4be1d5976d553983a0 (diff)
main: Add entry point for NamedFramebufferReadBuffer.
[Fredrik: Fix the name of the buf parameter in the XML file] Reviewed-by: Fredrik Höglund <[email protected]> Signed-off-by: Fredrik Höglund <[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 ca7ad19235b..52a23188194 100644
--- a/src/mesa/main/buffers.h
+++ b/src/mesa/main/buffers.h
@@ -71,5 +71,8 @@ _mesa_read_buffer(struct gl_context *ctx, struct gl_framebuffer *fb,
extern void GLAPIENTRY
_mesa_ReadBuffer( GLenum mode );
+extern void GLAPIENTRY
+_mesa_NamedFramebufferReadBuffer(GLuint framebuffer, GLenum src);
+
#endif