Enum CopyMode
Defines the available modes for copying subresource data.
Namespace: Gorgon.Graphics.Core
Assembly: Gorgon.Graphics.Core.dll
Syntax
public enum CopyMode
Fields
Name | Description |
---|---|
Discard | Data is copied into the buffer, but any existing data is discarded. |
NoOverwrite | Data is copied into the buffer, but existing data cannot be overwritten. |
None | Data is copied into the buffer, overwriting existing data. |