Enum D3D11UavDimension
Unordered-access view options.
Namespace: JeremyAnsel.DirectX.D3D11
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
public enum D3D11UavDimension
Fields
Name | Description |
---|---|
Buffer | View the resource as a buffer. |
Texture1D | View the resource as a 1D texture. |
Texture1DArray | View the resource as a 1D texture array. |
Texture2D | View the resource as a 2D texture. |
Texture2DArray | View the resource as a 2D texture array. |
Texture3D | View the resource as a 3D texture array. |
Unknown | The view type is unknown. |