Skip to content

IADLX3DImageSharpenDesktop

Navigation: ADLX SDK ReferencesADLX Interfaces3D Graphics

The IADLX3DImageSharpenDesktop interface configures the Sharpen Desktop settings of a GPU.

InterfaceId:IADLX3DImageSharpenDesktop
Smart Pointer Interface Name:IADLX3DImageSharpenDesktopPtr
Inherits:IADLXInterface
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.

If AMD Radeon Image Sharpening is not enabled, the sharpening effect will not be applied to either windowed applications or to applications that run in fullscreen exclusive mode. Sharpen Desktop can remain enabled, but specified values will not be considered.

When AMD Radeon Image Sharpening and Sharpen Desktop are enabled, sharpening is applied for windowed applications, and for applications that run in fullscreen exclusive mode.

When AMD Radeon Image Sharpening is enabled, but Sharpen Desktop is disabled, the sharpening is only applied to applications that run in fullscreen exclusive mode.

Methods

MethodDescription
IsEnabledChecks if Sharpen Desktop is enabled on a GPU.
IsSupportedChecks if Sharpen Desktop is supported on a GPU.
SetEnabledSets Sharpen Desktop to enabled or disabled on a GPU.

Requirements

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

Subpages

  • IsEnabled - Checks if Sharpen Desktop is enabled on a GPU.
  • IsSupported - Checks if Sharpen Desktop is supported on a GPU.
  • SetEnabled - Sets Sharpen Desktop to enabled or disabled on a GPU.

API Reference

This page references: