IADLX3DAntiLag

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

When AMD Radeon Anti-Lag is enabled, AMD Radeon Chill is automatically disabled.

Note: If the disabled setting is later re-enabled, its previous configuration will be restored.

Methods

Method

Description

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.

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 .