GetFPSRange
Gets the AMD Radeon™ Chill maximum FPS, minimum FPS, and step FPS on a GPU.
Syntax
ADLX_RESULT GetFPSRange (ADLX_IntRange * range)
Parameters
-
[out]
range ADLX_IntRange * The pointer to a variable where the FPS range of AMD Radeon Chill 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 values are read only.
Additional Info
AMD Radeon Chill conserves GPU power and reduces heat by adjusting the FPS based on the intensity of in-game movement.
The maximum FPS determines the target frame rate during periods of intense action.
The minimum FPS determines the target frame rate when in-game interaction is minimal.
Requirements
Header |
include “I3DSettings.h” |
Minimum version |
1.0 |