IADLX3DImageSharpenDesktop
The IADLX3DImageSharpenDesktop interface configures the Sharpen Desktop settings of a GPU.
InterfaceId: |
IADLX3DImageSharpenDesktop |
Smart Pointer Interface Name: |
IADLX3DImageSharpenDesktopPtr |
Inherits: |
|
Inherited By: |
N/A |
Sharpen Desktop restores clarity softened by other effects to all the desktop visuals, for both windowed applications and for applications that run in fullscreen exclusive mode.
Dependent Interfaces
Sharpen Desktop requires AMD Radeon™ Image Sharpening .
When AMD Radeon Image sharpening is enabled and Sharpen Desktop is enabled, the sharpening is applied for both windowed applications and for applications that run in fullscreen exclusive mode.
When AMD Radeon Image sharpening is enabled and Sharpen Desktop is disabled, the sharpening is only applied to applications that run in fullscreen exclusive mode.
When AMD Radeon™ Image sharpening is disabled and Sharpen Desktop is enabled, Sharpen Desktop remains in enabled state, but the value is ignored.
Methods
Method |
Description |
---|---|
Checks if Sharpen Desktop is enabled on a GPU. |
|
Checks if Sharpen Desktop is supported on a GPU. |
|
Sets Sharpen Desktop to enabled or disabled on a GPU. |
Requirements
Header |
include “I3DSettings2.h” |
Minimum version |
1.4 |
Example
To see how to use this interface in a C++ application, refer to the ImageSharpening C++ sample .
For a C application, refer to the ImageSharpening C sample .