mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-15 17:30:32 +01:00
gallium: added PIPE_CAP_TGSI_CONT_SUPPORTED
This commit is contained in:
parent
e80ecdf659
commit
f5dc352e5f
1 changed files with 1 additions and 0 deletions
|
|
@ -310,6 +310,7 @@ enum pipe_transfer_usage {
|
|||
#define PIPE_CAP_TEXTURE_MIRROR_CLAMP 24
|
||||
#define PIPE_CAP_TEXTURE_MIRROR_REPEAT 25
|
||||
#define PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS 26
|
||||
#define PIPE_CAP_TGSI_CONT_SUPPORTED 27
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue