GetMinFPS
Navigation: ADLX SDK References → ADLX Interfaces → 3D Graphics → IADLX3DChill
Syntax
ADLX_RESULT GetMinFPS (adlx_int* currentMinFPS)
Parameters
# | Direction | Name | Type | Description |
---|---|---|---|---|
1. | [out] | currentMinFPS | adlx_int* | The pointer to a variable where the current minimum FPS value of AMD Radeon Chill is returned. |
Return Value
If the current minimum FPS is successfully returned, ADLX_OK is returned.
If the current minimum FPS is not successfully returned, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Additional Info
AMD Radeon Chill conserves GPU power and reduces heat by adjusting the FPS based on the intensity of in-game movement.
The minimum FPS determines the target frame rate when in-game interaction is minimal.
Requirements
Header | include “I3DSettings.h” |
---|---|
Minimum version | 1.0 |