D3DKMT_HYBRID_DLIST_DLL_SUPPORT structure (d3dkmthk.h)
The D3DKMT_HYBRID_DLIST_DLL_SUPPORT structure indicates whether the adapter provides dList DLL support on a hybrid system.
Syntax
typedef struct _D3DKMT_HYBRID_DLIST_DLL_SUPPORT {
BOOL Supported;
} D3DKMT_HYBRID_DLIST_DLL_SUPPORT;
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 2004 |
Header | d3dkmthk.h |