IADLX3DAntiLag1
IADLX3DAntiLag1 (AMD Radeon™ Anti-Lag Next) is an extension to IADLX3DAntiLag , and provides an interface to configure the Anti-Lag level of a GPU.
InterfaceId: |
IADLX3DAntiLag1 |
Smart Pointer Interface Name: |
IADLX3DAntiLag1Ptr |
Inherits: |
|
Inherited By: |
N/A |
Radeon Anti-Lag Next enables an advanced algorithm in supported DX11 and DX12 games for a more responsive experience. The IADLX3DAntiLag1 interface is obtained from the IADLX3DAntiLag interface using QueryInterface .
Dependent Interfaces
When AMD Radeon Anti-Lag is enabled, the AMD Radeon Chill interface is automatically disabled.
Note: If the disabled interface is later re-enabled, its previous configuration settings will also be restored.
Methods
Method |
Description |
---|---|
Gets the AMD Radeon™ Anti-Lag level on a GPU. |
|
Sets the AMD Radeon™ Anti-Lag level on a GPU. |
Requirements
Header |
include “I3DSettings.h” |
Minimum version |
1.1 |
Example
To use this interface in a C++ application, refer to the AntiLag C++ sample .
For a C application, refer to the AntiLag C sample .