Enum BufferType
The type of data to be stored in the buffer.
Namespace: Gorgon.Graphics.Core
Assembly: Gorgon.Graphics.Core.dll
Syntax
public enum BufferType
Fields
Name | Description |
---|---|
Constant | A constant buffer used to send data to a shader. |
Generic | A generic buffer filled with data to conforms to one of the BufferFormat types. |
Index | An index buffer used to hold index information. |
IndirectArgument | An indirect argument buffer. |
Raw | A raw buffer used to hold raw byte data. |
Structured | A structured buffer used to hold structured data. |
Vertex | A vertex buffer used to hold vertex information. |