D3D12_FEATURE_DATA_PROTECTED_RESOURCE_SESSION_TYPE_COUNT structure (d3d12.h)

Indicates a count of protected resource session types.

Syntax

typedef struct D3D12_FEATURE_DATA_PROTECTED_RESOURCE_SESSION_TYPE_COUNT {
  UINT NodeIndex;
  UINT Count;
} D3D12_FEATURE_DATA_PROTECTED_RESOURCE_SESSION_TYPE_COUNT;

Members

NodeIndex

Type: UINT

An input parameter which, in multi-adapter operation, indicates which physical adapter of the device this operation applies to.

Count

Type: UINT

An output parameter containing the number of protected resource session types supported by the driver.

Requirements

Requirement Value
Minimum supported client Windows 10 Build 20348
Minimum supported server Windows 10 Build 20348
Header d3d12.h