Skip to content

IADLX3DAntiLag

Navigation: ADLX SDK ReferencesADLX Interfaces3D Graphics

The IADLX3DAntiLag interface configures the AMD Radeon™ Anti-Lag settings of a GPU.

InterfaceId:IADLX3DAntiLag
Smart Pointer Interface Name:IADLX3DAntiLagPtr
Inherits:IADLXInterface
Inherited By:IADLX3DAntiLag1

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

MethodDescription
IsEnabledChecks if AMD Radeon™ Anti-Lag is enabled on a GPU.
IsSupportedChecks if AMD Radeon™ Anti-Lag is supported on a GPU.
SetEnabledSets AMD Radeon™ Anti-Lag to enabled or disabled state on a GPU.

Requirements

Headerinclude “I3DSettings.h”
Minimum version1.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.

Subpages

  • IsEnabled - Checks if AMD Radeon™ Anti-Lag is enabled on a GPU.
  • IsSupported - Checks if AMD Radeon™ Anti-Lag is supported on a GPU.
  • SetEnabled - Sets AMD Radeon™ Anti-Lag to enabled or disabled state on a GPU.

API Reference

This page references: