Enum StructuredBufferReadWriteViewType
The type of unordered access view for a GorgonStructuredReadWriteView.
Namespace: Gorgon.Graphics.Core
Assembly: Gorgon.Graphics.Core.dll
Syntax
[Flags]
public enum StructuredBufferReadWriteViewType
Fields
Name | Description |
---|---|
Append | An append/consume unordered access view. |
Counter | A counter unordered access view. |
None | A regular unordered access view for structured buffers. |