mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 14:08:05 +02:00
added _TNL_NUM_GENERIC
This commit is contained in:
parent
787f4965a2
commit
ff5b590382
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue