diff options
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 |