diff options
author | Brian Paul <[email protected]> | 2010-03-30 19:59:51 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-03-30 20:04:03 -0600 |
commit | 066f0097959fe705c57556b658a09af0ba6be8fb (patch) | |
tree | c38e811903f32eeeaf9b70f662b0a5b937c4a7dd /src/mesa/main/config.h | |
parent | ed17446d80fb0e98b4df7e76bae46a360a379682 (diff) |
mesa: initial data structures for transform feedback
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r-- | src/mesa/main/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 2eac1cc2ed9..30b48e4bd08 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -262,6 +262,11 @@ /** For GL_ATI_envmap_bump - support bump mapping on first 8 units */ #define SUPPORTED_ATI_BUMP_UNITS 0xff +/** For GL_EXT_transform_feedback */ +#define MAX_FEEDBACK_ATTRIBS 32 + + + /** * \name Mesa-specific parameters */ |