D3DKMT_CROSSADAPTERRESOURCE_SUPPORT - NtDoc

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

typedef struct _D3DKMT_CROSSADAPTERRESOURCE_SUPPORT {
  D3DKMT_CROSSADAPTERRESOURCE_SUPPORT_TIER SupportTier;
} D3DKMT_CROSSADAPTERRESOURCE_SUPPORT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-d3dkmt_crossadapterresource_support)

Description

Currently reserved for system use. The D3DKMT_CROSSADAPTERRESOURCE_SUPPORT structure indicates the cross adapter resource support provided by a display driver.

Members

SupportTier

A D3DKMT_CROSSADAPTERRESOURCE_SUPPORT_TIER value that describes the tier(s) of support provided by the driver for cross-adapter resources.

Remarks

The tiers of support for cross-adapter resources are:

Each higher tier of support must imply and guarantee the support tiers below it. For example, to claim support for scan-out of cross-adapter resources, the driver must also support texturing and copy, too (D3DKMT_CROSSADAPTERRESOURCE_SUPPORT_TIER_COPY && D3DKMT_CROSSADAPTERRESOURCE_SUPPORT_TIER_TEXTURE && D3DKMT_CROSSADAPTERRESOURCE_SUPPORT_TIER_SCANOUT).

See also