Class PostProcessingGraphBatchItem
Represents Post-processing graph node.
Inherited Members
Namespace: Evergine.Framework.Graphics
Assembly: Evergine.Framework.dll
Syntax
public class PostProcessingGraphBatchItem
Constructors
PostProcessingGraphBatchItem()
Initializes a new instance of the Post
Declaration
public PostProcessingGraphBatchItem()
Fields
ComputeShaderResourceSetters
The tag setter instance.
Declaration
public MaterialResourceSetters ComputeShaderResourceSetters
Field Value
Type | Description |
---|---|
Material |
ComputeTask
The compute task.
Declaration
public ComputeTask ComputeTask
Field Value
Type | Description |
---|---|
Compute |
Copies
Gets texture to copy list.
Declaration
public List<PostProcessingGraphBatchItem.TextureCopy> Copies
Field Value
Type | Description |
---|---|
List<Post |
Name
Item name (debug puposes).
Declaration
public string Name
Field Value
Type | Description |
---|---|
string |
Resources
Input Resources.
Declaration
public List<PostProcessingGraphBatchItem.TextureResource> Resources
Field Value
Type | Description |
---|---|
List<Post |
ThreadGroupX
Thread group X.
Declaration
public uint ThreadGroupX
Field Value
Type | Description |
---|---|
uint |
ThreadGroupY
Thread group Y.
Declaration
public uint ThreadGroupY
Field Value
Type | Description |
---|---|
uint |
ThreadGroupZ
Thread group Z.
Declaration
public uint ThreadGroupZ
Field Value
Type | Description |
---|---|
uint |