D3D11DDI_THREADING_CAPS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d10umddi.h

typedef struct D3D11DDI_THREADING_CAPS {
  [in] UINT Caps;
} D3D11DDI_THREADING_CAPS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d10umddi-d3d11ddi_threading_caps)

D3D11DDI_THREADING_CAPS structure

Description

The D3D11DDI_THREADING_CAPS structure contains display device threading capabilities.

Members

Caps [in]

A valid bitwise OR of values that describe the threading capabilities of the driver. The Direct3D runtime supports the following values.

Value Meaning
D3D11DDICAPS_FREETHREADED (0x1) The driver supports free threading.
D3D11DDICAPS_COMMANDLISTS (0x2) This value is deprecated.The driver supports command lists. To support D3D11DDICAPS_COMMANDLISTS, the driver must also support D3D11DDICAPS_FREETHREADED.
D3D11DDICAPS_COMMANDLISTS_BUILD_2 (0x4) The driver supports command lists. To support D3D11DDICAPS_COMMANDLISTS_BUILD_2, the driver must also support D3D11DDICAPS_FREETHREADED.

See also

D3D10_2DDICAPS_TYPE

GetCaps(D3D10_2)