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.
Contains information about the power level of a context.
Syntax
typedef struct _DXGKARG_SETTRACKEDWORKLOADPOWERLEVEL {
UINT PowerLevel;
UINT EffectivePowerLevel;
DXGK_TRACKEDWORKLOAD_STATE_FLAGS Flags;
} DXGKARG_SETTRACKEDWORKLOADPOWERLEVEL;
Members
PowerLevel
The power level is an UINT that varies from 0 to 100, where 100 means the maximum power the engine supports.
EffectivePowerLevel
Returns the effective power level that was set on the context by the driver.
Flags
A combination of DXGK_TRACKEDWORKLOAD_STATE_FLAGS.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1809 |
Header | d3dkmddi.h |