mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-30 07:10:27 +01:00
gallium/util: add states relevant to geometry shaders
This commit is contained in:
parent
64da9a1a04
commit
e737b9294a
1 changed files with 4 additions and 0 deletions
|
|
@ -24,5 +24,9 @@
|
|||
#define U_NEW_VERTEX_BUFFER 0x10000
|
||||
#define U_NEW_QUERY 0x20000
|
||||
#define U_NEW_DEPTH_STENCIL 0x40000
|
||||
#define U_NEW_GS 0x80000
|
||||
#define U_NEW_GS_CONSTANTS 0x100000
|
||||
#define U_NEW_GS_SAMPLER_VIEW 0x200000
|
||||
#define U_NEW_GS_SAMPLER_STATES 0x400000
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue