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.
Defines constants that specify protected resource session support.
Syntax
typedef enum D3D12_PROTECTED_RESOURCE_SESSION_SUPPORT_FLAGS {
D3D12_PROTECTED_RESOURCE_SESSION_SUPPORT_FLAG_NONE,
D3D12_PROTECTED_RESOURCE_SESSION_SUPPORT_FLAG_SUPPORTED
} ;
Constants
D3D12_PROTECTED_RESOURCE_SESSION_SUPPORT_FLAG_NONE Value: (0x0) Indicates that protected resource sessions are not supported. |
D3D12_PROTECTED_RESOURCE_SESSION_SUPPORT_FLAG_SUPPORTED Value: (0x1) Indicates that protected resource sessions are supported. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 Build 20348 |
Minimum supported server | Windows 10 Build 20348 |
Header | d3d12.h |