Skip to content

StartOverclockVRAM

Navigation: ADLX SDK ReferencesADLX InterfacesGPU TuningIADLXGPUAutoTuning

Syntax

ADLX_RESULT    StartOverclockVRAM (IADLXGPUAutoTuningCompleteListener* pCompleteListener)

Parameters

#DirectionNameTypeDescription
1.[in]pCompleteListenerIADLXGPUAutoTuningCompleteListenerThe pointer to a GPU tuning complete listener interface.

Return Value

If the VRAM overclocking is successfully started, ADLX_OK is returned.

If the one click auto tuning feature is enabled, ADLX_RESET_NEEDED is returned.

In this case, the overdrive feature must be reset to factory setting using ResetToFactory.

If the VRAM overclocking is not successfully started, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

The StartOverclockVRAM method triggers an asynchronous execution for the autotuning and returns immediately. When the autotuning is completed, ADLX calls OnGPUAutoTuningComplete in the GPU tuning complete listener. After the event is raised, IsCurrentOverclockVRAM returns true.

Additional Info

Automatic VRAM overclocking uses an overclocking algorithm to improve video memory performance.

Requirements

Headerinclude “IGPUAutoTuning.h”
Minimum version1.0

See Also: IADLXGPUAutoTuningCompleteListener, OnGPUAutoTuningComplete, IsCurrentOverclockVRAM, ResetToFactory, ADLX Enums