IADLX3DAntiLag
The IADLX3DAntiLag interface configures the AMD Radeon™ Anti-Lag settings of a GPU.
InterfaceId: |
IADLX3DAntiLag |
Smart Pointer Interface Name: |
IADLX3DAntiLagPtr |
Inherits: |
|
Inherited By: |
AMD 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.
Dependent Interfaces
AMD Radeon Anti-Lag cannot be simultaneously enabled with AMD Radeon Chill .
If AMD Radeon Anti-Lag is enabled, the mutually exclusive features are automatically disabled. When a mutually exclusive feature is re-enabled, its previous configuration settings are restored.
Methods
Method |
Description |
---|---|
Checks if AMD Radeon™ Anti-Lag is enabled on a GPU. |
|
Checks if AMD Radeon™ Anti-Lag is supported on a GPU. |
|
Sets AMD Radeon™ Anti-Lag to enabled or disabled state on a GPU. |
Requirements
Header |
include “I3DSettings.h” |
Minimum version |
1.0 |
Example
To see how to use this interface in a C++ application, refer to the AntiLag C++ sample .
For a C application, refer to the AntiLag C sample .