// d3dkmthk.h
typedef struct _D3DKMT_CROSSADAPTERRESOURCE_SUPPORT {
D3DKMT_CROSSADAPTERRESOURCE_SUPPORT_TIER SupportTier;
} D3DKMT_CROSSADAPTERRESOURCE_SUPPORT;
View the official Windows Driver Kit DDI referenceNo description available.
Currently reserved for system use. The D3DKMT_CROSSADAPTERRESOURCE_SUPPORT structure indicates the cross adapter resource support provided by a display driver.
SupportTierA D3DKMT_CROSSADAPTERRESOURCE_SUPPORT_TIER value that describes the tier(s) of support provided by the driver for cross-adapter resources.
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).