RenderGraph¶
-
class
guerilla.RenderGraph¶ Bases:
guerilla.GraphA RenderGraph controls the attributes assigned to an object to render
-
Enabled¶ Enable/disable the rendergraph
Type: types.bool
-
Order¶ Evaluation order oh this rendergraph. Note that the rendergraphs from the references are evaluated first whatever their order.
Type: types.int
-
UseCache¶ Use pattern matching cache during traversal
Type: types.bool
-
WarnOnMultipleOutputs¶ Issue a warning if the RenderGraph has multiple outputs
Type: types.bool
-