Enum D3D11DeviceContextType
Device context options.
Namespace: JeremyAnsel.DirectX.D3D11
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
public enum D3D11DeviceContextType
Fields
| Name | Description |
|---|---|
| Deferred | The device context is a deferred context. |
| Immediate | The device context is an immediate context. |