// d3dkmddi.h
typedef struct _DXGKARG_SETTRACKEDWORKLOADPOWERLEVEL {
UINT PowerLevel;
UINT EffectivePowerLevel;
DXGK_TRACKEDWORKLOAD_STATE_FLAGS Flags;
} DXGKARG_SETTRACKEDWORKLOADPOWERLEVEL;
View the official Windows Driver Kit DDI referenceNo description available.
Contains information about the power level of a context.
PowerLevelThe power level is an UINT that varies from 0 to 100, where 100 means the maximum power the engine supports.
EffectivePowerLevelReturns the effective power level that was set on the context by the driver.
FlagsA combination of DXGK_TRACKEDWORKLOAD_STATE_FLAGS.