Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A D3DDDI_DLIST_QUERY_DECISION_FACTOR enum value describes the factor that determined the GPU preference returned by pfnQueryDlistForApplication2Cb.
Syntax
typedef enum _D3DDDI_DLIST_QUERY_DECISION_FACTOR {
D3DDDI_DLIST_QUERY_DECISION_FACTOR_UNDEFINED,
D3DDDI_DLIST_QUERY_DECISION_FACTOR_DLIST_APP_ENTRY,
D3DDDI_DLIST_QUERY_DECISION_FACTOR_APP_SPECIFIED_BY_USER,
D3DDDI_DLIST_QUERY_DECISION_FACTOR_GLOBAL_PREFERENCE_BY_USER
} D3DDDI_DLIST_QUERY_DECISION_FACTOR;
Constants
D3DDDI_DLIST_QUERY_DECISION_FACTOR_UNDEFINEDThe factor is unknown or not represented by the available enum values. |
D3DDDI_DLIST_QUERY_DECISION_FACTOR_DLIST_APP_ENTRYGPU preference was determined by dList app entry. |
D3DDDI_DLIST_QUERY_DECISION_FACTOR_APP_SPECIFIED_BY_USERGPU preference was determined by user-specified preference for this specific app. |
D3DDDI_DLIST_QUERY_DECISION_FACTOR_GLOBAL_PREFERENCE_BY_USERGPU preference was determined by user-specified global preference. |
Remarks
The D3DDDI_DLIST_QUERY_DECISION_FACTOR value returned by pfnQueryDlistForApplication2Cb has no impact on runtime application behavior.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported server | Windows Server 2022 |
| Header | d3dumddi.h |