D3DKMT_HYBRID_LIST - NtDoc

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

typedef struct _D3DKMT_HYBRID_LIST {
           D3DKMT_GPU_PREFERENCE_QUERY_STATE State;
  [in,opt] LUID                              AdapterLuid;
           BOOL                              bUserPreferenceQuery;
           D3DKMT_GPU_PREFERENCE_QUERY_TYPE  QueryType;
} D3DKMT_HYBRID_LIST;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_HYBRID_LIST structure

Description

Describes the Direct 3D kernel mode hybrid list.

Members

State

The GPU preference query state.

AdapterLuid [in,opt]

Adapter LUID to per-adapter DList state. Optional, if bUserPreferenceQuery is true.

For more info about DList, see Setting up the dList DLL in Hybrid system DDI.

bUserPreferenceQuery

Indicates whether the structure is referring to user GPU preference, or per-adapter DList query.

QueryType

Remarks

See also