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 PostProcessingGraphBatchItem class.
Declaration
public PostProcessingGraphBatchItem()
Fields
ComputeShaderResourceSetters
The tag setter instance.
Declaration
public MaterialResourceSetters ComputeShaderResourceSetters
Field Value
Type | Description |
---|---|
MaterialResourceSetters |
ComputeTask
The compute task.
Declaration
public ComputeTask ComputeTask
Field Value
Type | Description |
---|---|
ComputeTask |
Copies
Gets texture to copy list.
Declaration
public List<PostProcessingGraphBatchItem.TextureCopy> Copies
Field Value
Type | Description |
---|---|
List<PostProcessingGraphBatchItem.TextureCopy> |
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<PostProcessingGraphBatchItem.TextureResource> |
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 |