diff options
author | Brian Paul <[email protected]> | 2005-02-07 05:08:24 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-02-07 05:08:24 +0000 |
commit | 3deaa01c2bd576ae81fc6d3ea67c583cb3c22159 (patch) | |
tree | 720bcae66b5456b4a88e52c35c03274332b2acca /src/mesa/main/config.h | |
parent | 1e42244e82e387282849b0182bb71b6803ac27d3 (diff) |
additional work on GL_EXT_framebuffer_object
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r-- | src/mesa/main/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 06554a254cb..c29faebae77 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 |