mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
gallium: Define PIPE_CAP_GUARD_BAND_* capabilities.
This commit is contained in:
parent
0a4aea0e86
commit
43b92a6424
1 changed files with 4 additions and 0 deletions
|
|
@ -274,6 +274,10 @@ enum pipe_texture_target {
|
|||
#define PIPE_CAP_MAX_POINT_WIDTH_AA 17
|
||||
#define PIPE_CAP_MAX_TEXTURE_ANISOTROPY 18
|
||||
#define PIPE_CAP_MAX_TEXTURE_LOD_BIAS 19
|
||||
#define PIPE_CAP_GUARD_BAND_LEFT 20 /*< float */
|
||||
#define PIPE_CAP_GUARD_BAND_TOP 21 /*< float */
|
||||
#define PIPE_CAP_GUARD_BAND_RIGHT 22 /*< float */
|
||||
#define PIPE_CAP_GUARD_BAND_BOTTOM 23 /*< float */
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue