Struct PostProcessingGraphBatchItem.TextureCopy
Copies from the output texture port to the input texture port.
Namespace: Evergine.Framework.Graphics
Assembly: Evergine.Framework.dll
Syntax
public struct PostProcessingGraphBatchItem.TextureCopy
Fields
From
Output texture.
Declaration
public Texture From
Field Value
Type | Description |
---|---|
Texture |
FromTextureType
Copies from render pipeline special textures.
Declaration
public PostProcessingGraphBatchItem.TextureCopy.FromTextureTypes FromTextureType
Field Value
Type | Description |
---|---|
PostProcessingGraphBatchItem.TextureCopy.FromTextureTypes |
To
Input texture.
Declaration
public Texture To
Field Value
Type | Description |
---|---|
Texture |