struttura DXGKARG_SETTRACKEDWORKLOADPOWERLEVEL (d3dkmddi.h)
Contiene informazioni sul livello di potenza di un contesto.
Sintassi
typedef struct _DXGKARG_SETTRACKEDWORKLOADPOWERLEVEL {
UINT PowerLevel;
UINT EffectivePowerLevel;
DXGK_TRACKEDWORKLOAD_STATE_FLAGS Flags;
} DXGKARG_SETTRACKEDWORKLOADPOWERLEVEL;
Members
PowerLevel
Il livello di potenza è un UINT che varia da 0 a 100, dove 100 indica la potenza massima supportata dal motore.
EffectivePowerLevel
Restituisce il livello di potenza effettivo impostato sul contesto dal driver.
Flags
Combinazione di DXGK_TRACKEDWORKLOAD_STATE_FLAGS.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 10, versione 1809 |
Intestazione | d3dkmddi.h |