GetLevel
Navigation: ADLX SDK References → ADLX Interfaces → 3D Graphics → IADLX3DAntiLag1
Syntax
ADLX_RESULT GetLevel(ADLX_ANTILAG_STATE* level)
Parameters
# | Direction | Name | Type | Description |
---|---|---|---|---|
1. | [out] | level | ADLX_ANTILAG_STATE | The pointer to a variable where the Radeon Anti-Lag level is returned. |
Return Value
If the Radeon Anti-Lag level is successfully returned, ADLX_OK is returned.
If the Radeon Anti-Lag level is not successfully returned, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Additional Info
Radeon Anti-Lag helps reduce input lag in GPU-limited cases by controlling the pace of the CPU work to ensure it doesn’t get too far ahead of the GPU.
Requirements
Header | include “I3DSettings1.h” |
---|---|
Minimum version | 1.1 |