RenderGraphBinop¶
- 
class 
guerilla.RenderGraphBinop¶ Bases:
guerilla.RenderGraphNodeA RenderGraphBinop combines its 2 inputs using the current Mode to produce its output. Combining modes are union, intersection, subract and override.
- 
Mode¶ The merging mode, either “merge”, “union”, “intersection”, “subtract” or “override”
Type: RW 
-