![]() |
XII Release 0.1.0
|
Declares the fixed capabilities of a render-pipeline pass. More...
#include <RenderPipelinePass.h>
Classes | |
| struct | Bits |
Public Types | |
| enum | Enum : StorageType { None = 0U , StereoAware = XII_BIT(0) , AllowSubpassFuse = XII_BIT(1) , Default = None } |
| using | StorageType = xiiUInt32 |
Declares the fixed capabilities of a render-pipeline pass.
These flags describe immutable attributes of a pass that are determined by its implementation. They inform the graph compiler about how the pass can be optimized or scheduled.
Unlike xiiRenderPipelinePassFlags, these capabilities cannot be changed at runtime or in the editor.
Usage examples:
| enum xiiRenderPipelinePassCapabilityFlags::Enum : StorageType |