D3D12_PROTECTED_RESOURCE_SESSION_DESC structure (d3d12.h)

Describes flags for a protected resource session, per adapter.

Syntax

typedef struct D3D12_PROTECTED_RESOURCE_SESSION_DESC {
  UINT                                   NodeMask;
  D3D12_PROTECTED_RESOURCE_SESSION_FLAGS Flags;
} D3D12_PROTECTED_RESOURCE_SESSION_DESC;

Members

NodeMask

Type: UINT

The node mask. For single GPU operation, set this to zero. If there are multiple GPU nodes, then set a bit to identify the node (the device's physical adapter) to which the protected session applies. Each bit in the mask corresponds to a single node. Only 1 bit may be set.

Flags

Type: D3D12_PROTECTED_RESOURCE_SESSION_FLAGS

Specifies the supported crypto sessions options.

Requirements

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