D3DKMT_WDDM_2_7_CAPS struttura (d3dkmdt.h)
Riservato per l'utilizzo nel sistema. Non usare.
Sintassi
typedef struct _D3DKMT_WDDM_2_7_CAPS {
union {
struct {
UINT HwSchSupported : 1;
UINT HwSchEnabled : 1;
UINT HwSchEnabledByDefault : 1;
UINT IndependentVidPnVSyncControl : 1;
UINT Reserved : 28;
};
UINT Value;
};
} D3DKMT_WDDM_2_7_CAPS;
Members
HwSchSupported
Supporta la pianificazione della GPU accelerata dall'hardware.
HwSchEnabled
Indica che la pianificazione della GPU accelerata dall'hardware è abilitata.
HwSchEnabledByDefault
Indica che la pianificazione della GPU accelerata dall'hardware è abilitata per impostazione predefinita.
IndependentVidPnVSyncControl
Il driver supporta il controllo VSync VidPn indipendente.
Reserved
Riservato.
Value
Un modo alternativo per accedere ai bit di limite.
Commenti
Il kernel grafico usa D3DKMT_WDDM_2_7_CAPS per archiviare varie funzionalità introdotte in Windows Display Driver Model (WDDM) versione 2.7. Il driver fornisce le funzionalità di supporto durante l'inizializzazione, quindi conosce già tutti i valori specificati in questa struttura.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 10, versione 2004 |
Intestazione | d3dkmdt.h |