IsEnabled

Checks if AMD Frame Rate Target Control is enabled on a GPU.

Syntax

Copied!

ADLX_RESULT     IsEnabled (adlx_bool* enabled)

Parameters

  1. [out] enabled adlx_bool* The pointer to a variable where the state of AMD Frame Rate Target Control is returned. The variable is true if AMD Frame Rate Target Control is enabled. The variable is false if AMD Frame Rate Target Control is not enabled.

Return Value

If the state of AMD Frame Rate Target Control is successfully returned, ADLX_OK is returned.

If the state of AMD Frame Rate Target Control is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Additional Info

AMD Frame Rate Target Control sets a user-defined target maximum frame rate in full-screen applications to reduce GPU power consumption.

Gaming quality is maintained while GPU power consumption, noise, and heat levels are reduced when running games at higher FPS than the display refresh rate.

Requirements

Header

include “I3DSettings.h”

Minimum version

1.0