estructura DXGKARG_SETTRACKEDWORKLOADPOWERLEVEL (d3dkmddi.h)
Contiene información sobre el nivel de potencia de un contexto.
Sintaxis
typedef struct _DXGKARG_SETTRACKEDWORKLOADPOWERLEVEL {
UINT PowerLevel;
UINT EffectivePowerLevel;
DXGK_TRACKEDWORKLOAD_STATE_FLAGS Flags;
} DXGKARG_SETTRACKEDWORKLOADPOWERLEVEL;
Miembros
PowerLevel
El nivel de potencia es un UINT que varía de 0 a 100, donde 100 significa la potencia máxima que admite el motor.
EffectivePowerLevel
Devuelve el nivel de potencia efectivo establecido en el contexto por el controlador.
Flags
Combinación de DXGK_TRACKEDWORKLOAD_STATE_FLAGS.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows 10, versión 1809 |
Encabezado | d3dkmddi.h |