Enum D3D11BufferUavOptions
Identifies unordered-access view options for a buffer resource.
Namespace: JeremyAnsel.DirectX.D3D11
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
[Flags]
public enum D3D11BufferUavOptions
Fields
Name | Description |
---|---|
Append | Allow data to be appended to the end of the buffer. |
Counter | Allow data to be appended to the end of the buffer. |
None | No option. |
Raw | Resource contains raw, unstructured data. Requires the UAV format to be DxgiFormat. |