Struct PostProcessingGraphBatchItem.TextureCopy
Copy from Output texture port to 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
Copy 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 |