![]() |
XII Release 0.1.0
|
Flags that describe the behavior and role of a node pin within the render pipeline. More...
#include <RenderPipelineNode.h>
Classes | |
struct | Bits |
Public Types | |
enum | Enum : StorageType { Unknown = 0U , Input = XII_BIT(0) , Output = XII_BIT(1) , PassThrough = XII_BIT(2) , ResourceProvider = XII_BIT(3) , Default = Unknown } |
using | StorageType = xiiUInt8 |
Flags that describe the behavior and role of a node pin within the render pipeline.
These flags indicate whether a pin is an input, output, forwarder (pass-through), or a dynamic resource provider. They guide graph validation, UI rendering, and automatic resource connection logic.
enum xiiRenderPipelineNodePinFlags::Enum : StorageType |