Skip to content

IADLXManualGraphicsTuning2_1

Navigation: ADLX SDK ReferencesADLX InterfacesGPU Tuning

The IADLXManualGraphicsTuning2_1 is an extension interface to IADLXManualGraphicsTuning2. It provides the default manual graphics tuning metric values of a GPU.

InterfaceId:IADLXManualGraphicsTuning2_1
Smart Pointer Interface Name:IADLXManualGraphicsTuning2_1Ptr
Inherits:IADLXManualGraphicsTuning2
Inherited By:N/A

The IADLXManualGraphicsTuning2_1 interface is obtained from the IADLXManualGraphicsTuning2 interface, or from any of its extension interfaces using QueryInterface.

Methods

MethodDescription
GetGPUMaxFrequencyDefaultGets the default maximum frequency of a GPU.
GetGPUMinFrequencyDefaultGets the default minimum frequency of a GPU.
GetGPUVoltageDefaultGets the default voltage on a GPU.

Requirements

Headerinclude “IGPUManualGFXTuning.h”
Minimum version1.4

Example

To see how to use this interface in a C++ application, refer to the ManualGraphicsTuning C++ sample.

For a C application, refer to the ManualGraphicsTuning C sample.

Subpages

API Reference

This page references: