From 3deaa01c2bd576ae81fc6d3ea67c583cb3c22159 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 7 Feb 2005 05:08:24 +0000 Subject: additional work on GL_EXT_framebuffer_object --- src/mesa/main/config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/mesa/main/config.h') diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 06554a254c..c29faebae7 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -208,6 +208,12 @@ /*@}*/ +/** For GL_EXT_framebuffer_object */ +/*@{*/ +#define MAX_COLOR_ATTACHMENTS 4 +/*@}*/ + + /** * \name Mesa-specific parameters -- cgit v1.2.3