IADLX3DSettingsChangedEvent

The IADLX3DSettingsChangedEvent interface provides methods to check for changes to the 3D Graphics settings.

InterfaceId:

IADLX3DSettingsChangedEvent

Smart Pointer Interface Name:

IADLX3DSettingsChangedEventPtr

Inherits:

IADLXChangedEvent

Inherited By:

NA

**Note:* returns the reference counted GPU used by all the methods in this interface to check if there are any changes in 3D Graphics settings.

Methods

Method

Description

GetGPU

Gets the reference-counted GPU interface on which 3D Graphics settings are changed.

IsAnisotropicFilteringChanged

Checks for changes to the Anisotropic Filtering settings.

IsAntiAliasingChanged

Checks for changes to the Anti-Aliasing settings.

IsAntiLagChanged

Checks for changes to the AMD Radeon™ Anti-Lag settings.

IsBoostChanged

Checks for changes to the AMD Radeon™ Boost settings.

IsChillChanged

Checks for changes to the AMD Radeon™ Chill settings.

IsEnhancedSyncChanged

Checks for changes to the AMD Radeon™ Enhanced Sync settings.

IsFrameRateTargetControlChanged

Checks for changes to the AMD Frame Rate Target Control settings.

IsImageSharpeningChanged

Checks for changes to the AMD Radeon Image Sharpening settings.

IsMorphologicalAntiAliasingChanged

Checks for changes to the Morphological Anti-Aliasing settings.

IsRadeonSuperResolutionChanged

Checks for changes to the Radeon™ Super Resolution settings.

IsResetShaderCache

Checks if shader cache is reset.

IsTessellationModeChanged

Checks for changes to the Tessellation settings.

IsWaitForVerticalRefreshChanged

Checks for changes to the Wait for Vertical Refresh settings.

Requirements

Header

include “I3DSettings.h”

Minimum version

1.0

Example

To see how to use this interface in a C++ application, refer to the Sync3DReceive C++ sample .

For a C application, refer to the Sync3DReceive C sample .