Skip to content

IADLX3DSettingsChangedEvent

Navigation: ADLX SDK ReferencesADLX Interfaces3D Graphics

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:IADLX3DSettingsChangedEvent1

Note: GetGPU 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

MethodDescription
GetGPUGets the reference-counted GPU interface on which 3D Graphics settings are changed.
IsAnisotropicFilteringChangedChecks for changes to the Anisotropic Filtering settings.
IsAntiAliasingChangedChecks for changes to the Anti-Aliasing settings.
IsAntiLagChangedChecks for changes to the AMD Radeon™ Anti-Lag settings.
IsBoostChangedChecks for changes to the AMD Radeon™ Boost settings.
IsChillChangedChecks for changes to the AMD Radeon™ Chill settings.
IsEnhancedSyncChangedChecks for changes to the AMD Radeon™ Enhanced Sync settings.
IsFrameRateTargetControlChangedChecks for changes to the AMD Frame Rate Target Control settings.
IsImageSharpeningChangedChecks for changes to the AMD Radeon Image Sharpening settings.
IsMorphologicalAntiAliasingChangedChecks for changes to the Morphological Anti-Aliasing settings.
IsRadeonSuperResolutionChangedChecks for changes to the Radeon™ Super Resolution settings.
IsResetShaderCacheChecks if shader cache is reset.
IsTessellationModeChangedChecks for changes to the Tessellation settings.
IsWaitForVerticalRefreshChangedChecks for changes to the Wait for Vertical Refresh settings.

Requirements

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

Subpages

API Reference

This page references: