RenderGraphBinop¶
- 
class guerilla.RenderGraphBinop¶
- Bases: - guerilla.RenderGraphNode- A 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 “union”, “intersection”, “subtract” or “override” - Type: - RW 
 
-