D3DKMT_HYBRID_DLIST_DLL_SUPPORT - NtDoc

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

typedef struct _D3DKMT_HYBRID_DLIST_DLL_SUPPORT {
  BOOL Supported;
} D3DKMT_HYBRID_DLIST_DLL_SUPPORT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The D3DKMT_HYBRID_DLIST_DLL_SUPPORT structure indicates whether the adapter provides dList DLL support on a hybrid system.

Members

Supported

If true, the adapter provides hybrid dList DLL support; otherwise, false.

Remarks

Prior to WDDM 2.8, a driver identified as a hybrid discrete GPU was required to support the dList DDI (and provide the relevant registry keys). Starting in WDDM 2.8, IHVs can choose to support the dList DDI via D3DKMT_QUERYADAPTERINFO for a KMTQUERYADAPTERINFOTYPE of KMTQAITYPE_HYBRID_DLIST_DLL_SUPPORT.

For information on how to set up the DLL, see Hybrid system DDI.

For more general information on hybrid systems, see Using cross-adapter resources in a hybrid system.

See also

D3DKMT_QUERYADAPTERINFO

KMTQUERYADAPTERINFOTYPE

Pfnd3dddiQuerydlistforapplication1

Pfnd3dddiQuerydlistforapplication2