IsCurrentOverclockVRAM

Checks if the VRAM overclocking tuning profile is currently enabled on a GPU.

Syntax

Copied!

ADLX_RESULT     IsCurrentOverclockVRAM (adlx_bool* isOverclockVRAM)

Parameters

  1. [out] isOverclockVRAM adlx_bool* The pointer to a variable where the state of VRAM overclocking is returned. The variable is true if VRAM overclocking is applied. The variable is false if VRAM overclocking is not applied.

Return Value

If the state of VRAM overclocking is successfully returned, ADLX_OK is returned.

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

Refer to ADLX_RESULT for success codes and error codes.

Additional Info

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

Requirements

Header

include “IGPUAutoTuning.h”

Minimum version

1.0