Enum DxgiUsages
Surface and resource creation options.
Namespace: JeremyAnsel.DirectX.Dxgi
Assembly: JeremyAnsel.DirectX.Dxgi.dll
Syntax
[Flags]
public enum DxgiUsages
Fields
| Name | Description |
|---|---|
| BackBuffer | The surface or resource is used as a back buffer. |
| DiscardOnPresent | This flag is for internal use only. |
| ReadOnly | Use the surface or resource for reading only. |
| RenderTargetOutput | Use the surface or resource as an output render target. |
| ShaderInput | Use the surface or resource as an input to a shader. |
| Shared | Share the surface or resource. |
| UnorderedAcess | Use the surface or resource for unordered access. |