diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/tnl/t_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_context.h b/src/mesa/tnl/t_context.h index e0415c43336..5cf262c580c 100644 --- a/src/mesa/tnl/t_context.h +++ b/src/mesa/tnl/t_context.h @@ -169,6 +169,8 @@ enum { #define _TNL_FIRST_MAT _TNL_ATTRIB_MAT_FRONT_AMBIENT #define _TNL_LAST_MAT _TNL_ATTRIB_MAT_BACK_INDEXES +/* Number of available generic attributes */ +#define _TNL_NUM_GENERIC 16 #define PRIM_BEGIN 0x10 #define PRIM_END 0x20 |