IADLX3DSettingsChangedEvent
The IADLX3DSettingsChangedEvent interface provides methods to check for changes to the 3D Graphics settings.
InterfaceId: |
IADLX3DSettingsChangedEvent |
Smart Pointer Interface Name: |
IADLX3DSettingsChangedEventPtr |
Inherits: |
|
Inherited By: |
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
Method |
Description |
---|---|
Gets the reference-counted GPU interface on which 3D Graphics settings are changed. |
|
Checks for changes to the Anisotropic Filtering settings. |
|
Checks for changes to the Anti-Aliasing settings. |
|
Checks for changes to the AMD Radeon™ Anti-Lag settings. |
|
Checks for changes to the AMD Radeon™ Boost settings. |
|
Checks for changes to the AMD Radeon™ Chill settings. |
|
Checks for changes to the AMD Radeon™ Enhanced Sync settings. |
|
Checks for changes to the AMD Frame Rate Target Control settings. |
|
Checks for changes to the AMD Radeon Image Sharpening settings. |
|
Checks for changes to the Morphological Anti-Aliasing settings. |
|
Checks for changes to the Radeon™ Super Resolution settings. |
|
Checks if shader cache is reset. |
|
Checks for changes to the Tessellation settings. |
|
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 .