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.
Indicates a list of protected resource session types.
Syntax
typedef struct D3D12_FEATURE_DATA_PROTECTED_RESOURCE_SESSION_TYPES {
UINT NodeIndex;
UINT Count;
GUID *pTypes;
} D3D12_FEATURE_DATA_PROTECTED_RESOURCE_SESSION_TYPES;
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 input parameter indicating the size of the pTypes array. This must match the count returned through the D3D12_FEATURE_PROTECTED_RESOURCE_SESSION_TYPE_COUNT query.
pTypes
Type: GUID*
An output parameter containing an array populated with the supported protected resource session types.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 Build 20348 |
Minimum supported server | Windows 10 Build 20348 |
Header | d3d12.h |