![]() |
XII Release 0.1.0
|
Specifies flags for configuring the behavior of a GAL command list. More...
#include <CommandList.h>
Classes | |
| struct | Bits |
Public Types | |
| enum | Enum : StorageType { None = 0U , Secondary = XII_BIT(0) , MultiSubmit = XII_BIT(1) , Default = None } |
| using | StorageType = xiiUInt8 |
Specifies flags for configuring the behavior of a GAL command list.
This enum encapsulates flags used when creating or modifying command list behavior within the Graphics Abstraction Layer (GAL). These flags determine how a command list can be recorded, submitted, and reused in a rendering pipeline.
| enum xiiGALCommandListFlags::Enum : StorageType |