DXGK_NODE_PERFDATA structure (d3dkmdt.h)
Input arguments for the call to node performance data.
Syntax
typedef struct _DXGK_NODE_PERFDATA {
ULONGLONG Frequency;
ULONGLONG MaxFrequency;
ULONGLONG MaxFrequencyOC;
ULONG Voltage;
ULONG VoltageMax;
ULONG VoltageMaxOC;
ULONGLONG MaxTransitionLatency;
} DXGK_NODE_PERFDATA;
Members
Frequency
Clock frequency of the requested engine, represented in hertz.
MaxFrequency
The max frequency the engine can normally reach in hertz while not overclocked.
MaxFrequencyOC
The max frequency the engine can reach with it’s current overclock in hertz.
Voltage
Voltage of the requested engine, represented in milli-volts.
VoltageMax
The maximum voltage of the engine in milli-volts while not overclocked.
VoltageMaxOC
The max voltage of the engine while overclocked in milli-volts.
MaxTransitionLatency
The max transition latency.
Requirements
Requirement | Value |
---|---|
Header | d3dkmdt.h |