Skip to content

IADLX3DSettingsServices2

Navigation: ADLX SDK ReferencesADLX Interfaces3D Graphics

IADLX3DSettingsServices2 is an extension interface to IADLX3DSettingsServices. It provides access to the interface to control the Sharpen Desktop feature.

InterfaceId:IADLX3DSettingsServices2
Smart Pointer Interface Name:IADLX3DSettingsServices2Ptr
Inherits:IADLX3DSettingsServices1
Inherited By:N/A

The IADLX3DSettingsServices2 interface is obtained from the IADLX3DSettingsServices interface or from any of its extension interfaces using QueryInterface.

Methods

MethodDescription
GetImageSharpenDesktopGets the reference-counted Sharpen Desktop interface of a GPU.

Requirements

Headerinclude “I3DSettings2.h”
Minimum version1.4

Example

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

See Also: IADLX3DSettingsServices, IADLX3DSettingsServices1, GetImageSharpenDesktop, QueryInterface, ImageSharpening