Enum VertexIndexBufferBinding
A vertex or index buffer binding.
Namespace: Gorgon.Graphics.Core
Assembly: Gorgon.Graphics.Core.dll
Syntax
[Flags]
public enum VertexIndexBufferBinding
Fields
Name | Description |
---|---|
None | No binding to the GPU is used. |
StreamOut | The buffer can be used for stream output. |
UnorderedAccess | The buffer can have unordered access views. |