Class PostProcessingGraphBatch
Holds temporary settings for a post-processing graph.
Namespace: Evergine.Framework.Graphics
Assembly: Evergine.Framework.dll
Syntax
public class PostProcessingGraphBatch
Fields
items
The post-processing batch items (representing each graph node).
Declaration
public PostProcessingGraphBatchItem[] items
Field Value
Type | Description |
---|---|
PostProcessingGraphBatchItem[] |
renderUnit
The rendering unit.
Declaration
public PostProcessingGraphRenderUnit renderUnit
Field Value
Type | Description |
---|---|
PostProcessingGraphRenderUnit |