mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-20 23:10:30 +01:00
add PIPE_MASK_RGBA
This commit is contained in:
parent
a6dd731656
commit
5936b439e8
1 changed files with 2 additions and 0 deletions
|
|
@ -75,6 +75,8 @@
|
|||
#define PIPE_MASK_G 0x2
|
||||
#define PIPE_MASK_B 0x4
|
||||
#define PIPE_MASK_A 0x8
|
||||
#define PIPE_MASK_RGBA 0xf
|
||||
|
||||
|
||||
/**
|
||||
* Inequality functions. Used for depth test, stencil compare, alpha
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue