Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Device context options.
Syntax
typedef enum D3D11_DEVICE_CONTEXT_TYPE {
D3D11_DEVICE_CONTEXT_IMMEDIATE = 0,
D3D11_DEVICE_CONTEXT_DEFERRED
} ;
Constants
D3D11_DEVICE_CONTEXT_IMMEDIATE Value: 0 The device context is an immediate context. |
D3D11_DEVICE_CONTEXT_DEFERRED The device context is a deferred context. |
Remarks
This enumeration is used by ID3D11DeviceContext::GetType.
Requirements
Requirement | Value |
---|---|
Header | d3d11.h |