⬅️ Input |
|
The input of the shard, if any |
|
None |
Output ➡️ |
|
The resulting output of the shard |
|
GFX.PipelineStep |
Name |
No |
A name for this step, to aid in debugging |
None |
None String |
Queue |
Yes |
The queue that this pass should render |
None |
&GFX.DrawQueue |
Features |
No |
Features to attach to this drawable |
None |
None [GFX.Feature] &[GFX.Feature] |
Outputs |
No |
The outputs to render into |
None |
None [{Any}] &[{Any}] |
OutputScale |
No |
The scale that the output should be rendered as |
{main: None} |
None Any |
Sort |
No |
The sorting mode to use to sort the drawables. The default sorting behavior is to sort by optimal batching |
None |
None SortMode &SortMode |
IgnoreDrawableFeatures |
No |
Ignore any features on drawables and only use the features specified in this pass |
None |
None Bool |