Skip to content

GetFPSRange

Navigation: ADLX SDK ReferencesADLX Interfaces3D GraphicsIADLX3DFrameRateTargetControl

Syntax

ADLX_RESULT    GetFPSRange (ADLX_IntRange* range)

Parameters

#DirectionNameTypeDescription
1.[out]rangeADLX_IntRangeThe pointer to a variable where the FPS range of AMD Frame Rate Target Control is returned.

Return Value

If the FPS range is successfully returned, ADLX_OK is returned.

If the FPS range is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

The maximum FPS, minimum FPS, and step FPS of AMD Frame Rate Target Control are read only.

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

Headerinclude “I3DSettings.h”
Minimum version1.0

See Also: ADLX_IntRange