Enum D3D11AsyncGetDataOptions
Optional flags that control the behavior of GetData.
Namespace: JeremyAnsel.DirectX.D3D11
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
[Flags]
public enum D3D11AsyncGetDataOptions
Fields
Name | Description |
---|---|
DoNotFlush | Do not flush the command buffer. This can potentially cause an infinite loop. |
None | No option. |