Module node_slot

Source

Structs§

SlotInfo
The internal representation of a slot, which specifies its SlotType and name.
SlotInfos
A collection of input or output SlotInfos for a NodeState.

Enums§

SlotLabel
A SlotLabel is used to reference a slot by either its name or index inside the RenderGraph.
SlotType
Describes the render resources created (output) or used (input) by the render Nodes.
SlotValue
A value passed between render Nodes. Corresponds to the SlotType specified in the RenderGraph.