RenderGraph

class guerilla.RenderGraph

Bases: guerilla.Graph

A RenderGraph controls the attributes assigned to an object to render

Enabled

Enable/disable the rendergraph

Type:types.bool
Exposed

Dependencies on exposed nodes’ Name plug

Type:None
Order

Evaluation order oh this rendergraph. Note that the rendergraphs from the references are evaluated first whatever their order.

Type:types.int
RenderGraph

The connections to RenderPasses

Type:None
UseCache

Use pattern matching cache during traversal

Type:types.bool
WarnOnMultipleOutputs

Issue a warning if the RenderGraph has multiple outputs

Type:types.bool