Enum PostProcessingGraphBatchItem.TextureResource.ResourceTypes
Indicates the type of the resources.
Namespace: Evergine.Framework.Graphics
Assembly: Evergine.Framework.dll
Syntax
public enum PostProcessingGraphBatchItem.TextureResource.ResourceTypes
Fields
Name | Description |
---|---|
Input | The resource is a Texture2D. |
Output | The resource is an RWTexture2D. |