Skip to content

GFX.DrawablePass

Name Mandatory Description Default Type
⬅️ 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 NoneString
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} NoneAny
Sort No The sorting mode to use to sort the drawables. The default sorting behavior is to sort by optimal batching None NoneSortMode&SortMode
IgnoreDrawableFeatures No Ignore any features on drawables and only use the features specified in this pass None NoneBool