![]() |
XII Release 0.1.0
|
This describes the color component write flags. More...
#include <BlendState.h>
Classes | |
| struct | Bits |
Public Types | |
| enum | Enum : StorageType { None = 0U , Red = XII_BIT(0) , Green = XII_BIT(1) , Blue = XII_BIT(2) , Alpha = XII_BIT(3) , RG = Red | Green , RGB = Red | Green | Blue , RGBA = Red | Green | Blue | Alpha , Default = (((Red | Green) | Blue) | Alpha) } |
| using | StorageType = xiiUInt8 |
This describes the color component write flags.
| enum xiiGALColorMask::Enum : StorageType |