- AMD Device Library eXtra
- Programming with ADLX
- Overview
- ADLX Programming Guide
- ADLX Samples
- Overview
- C++ Samples
- Overview
- Display
- Display
- Display3DLUT
- DisplayBlanking
- DisplayColorDepth
- DisplayConnectivityExperience
- DisplayCustomColor
- DisplayCustomResolution
- DisplayEvents
- DisplayFreeSync
- DisplayGamma
- DisplayGamut
- DisplayGPUScaling
- DisplayHDCP
- DisplayInfo
- DisplayIntegerScaling
- DisplayPixelFormat
- DisplayScalingMode
- DisplayVariBright
- DisplayVSR
- Performance Monitoring
- Receiving Events Notifications
- C Samples
- Overview
- Display
- Display
- Display3DLUT
- DisplayBlanking
- DisplayColorDepth
- DisplayConnectivityExperience
- DisplayCustomColor
- DisplayCustomResolution
- DisplayEvents
- DisplayFreeSync
- DisplayGamma
- DisplayGamut
- DisplayGPUScaling
- DisplayHDCP
- DisplayInfo
- DisplayIntegerScaling
- DisplayPixelFormat
- DisplayScalingMode
- DisplayVariBright
- DisplayVSR
- Performance Monitoring
- Receiving Events Notifications
- ADLX SDK References
- Overview
- ADLX Helpers
- ADLX Interfaces
- Overview
- 3D Graphics
- 3D Graphics
- iadlx3danisotropicfiltering
- iadlx3dantialiasing
- iadlx3dframeratetargetcontrol
- iadlx3dimagesharpening
- iadlx3dradeonsuperresolution
- iadlx3dsettingschangedevent
- IADLX3DSettingsChangedEvent
- GetGPU
- IsAnisotropicFilteringChanged
- IsAntiAliasingChanged
- IsAntiLagChanged
- IsBoostChanged
- IsChillChanged
- IsEnhancedSyncChanged
- IsFrameRateTargetControlChanged
- IsImageSharpeningChanged
- IsMorphologicalAntiAliasingChanged
- IsRadeonSuperResolutionChanged
- IsResetShaderCache
- IsTessellationModeChanged
- IsWaitForVerticalRefreshChanged
- iadlx3dsettingschangedhandling
- iadlx3dsettingsservices
- Display
- Display
- iadlxdisplay3dlut
- IADLXDisplay3DLUT
- ClearUser3DLUT
- GetAllUser3DLUT
- GetHDRUser3DLUT
- GetSCEDynamicContrast
- GetSCEDynamicContrastRange
- GetSDRUser3DLUT
- GetUser3DLUTIndex
- IsCurrentSCEDisabled
- IsCurrentSCEDynamicContrast
- IsCurrentSCEVividGaming
- IsSupportedSCE
- IsSupportedSCEDynamicContrast
- IsSupportedSCEVividGaming
- IsSupportedUser3DLUT
- SetAllUser3DLUT
- SetHDRUser3DLUT
- SetSCEDisabled
- SetSCEDynamicContrast
- SetSCEVividGaming
- SetSDRUser3DLUT
- iadlxdisplay3dlutchangedevent
- iadlxdisplayblanking
- iadlxdisplaychangedhandling
- IADLXDisplayChangedHandling
- AddDisplay3DLUTEventListener
- AddDisplayGammaEventListener
- AddDisplayGamutEventListener
- AddDisplayListEventListener
- AddDisplaySettingsEventListener
- RemoveDisplay3DLUTEventListener
- RemoveDisplayGammaEventListener
- RemoveDisplayGamutEventListener
- RemoveDisplayListEventListener
- RemoveDisplaySettingsEventListener
- iadlxdisplayconnectivityexperience
- IADLXDisplayConnectivityExperience
- GetDPLinkRate
- GetNumberOfActiveLanes
- GetNumberOfTotalLanes
- GetRelativePreEmphasis
- GetRelativeVoltageSwing
- IsEnabledHDMIQualityDetection
- IsEnabledLinkProtection
- IsSupportedDPLink
- IsSupportedHDMIQualityDetection
- SetEnabledHDMIQualityDetection
- SetRelativePreEmphasis
- SetRelativeVoltageSwing
- iadlxdisplaycustomcolor
- IADLXDisplayCustomColor
- GetBrightness
- GetBrightnessRange
- GetContrast
- GetContrastRange
- GetHue
- GetHueRange
- GetSaturation
- GetSaturationRange
- GetTemperature
- GetTemperatureRange
- IsBrightnessSupported
- IsContrastSupported
- IsHueSupported
- IsSaturationSupported
- IsTemperatureSupported
- SetBrightness
- SetContrast
- SetHue
- SetSaturation
- SetTemperature
- iadlxdisplaycustomresolution
- iadlxdisplaygamma
- IADLXDisplayGamma
- GetGammaCoefficient
- GetGammaRamp
- IsCurrentDeGammaRamp
- IsCurrentReGamma36
- IsCurrentReGammaBT709
- IsCurrentRegammaCoefficient
- IsCurrentReGammaPQ
- IsCurrentReGammaPQ2084Interim
- IsCurrentReGammaRamp
- IsCurrentReGammaSRGB
- IsSupportedReGamma36
- IsSupportedReGammaBT709
- IsSupportedReGammaPQ
- IsSupportedReGammaPQ2084Interim
- IsSupportedReGammaSRGB
- ResetGammaRamp
- SetDeGammaRamp
- SetReGamma36
- SetReGammaBT709
- SetReGammaCoefficient
- SetReGammaPQ
- SetReGammaPQ2084Interim
- SetReGammaRamp
- SetReGammaSRGB
- iadlxdisplaygammachangedevent
- Miscellaneous
- Performance Monitoring
- Legal Information and Compliance/Disclaimers
ADLX Functions
Navigation: ADLX SDK References
In this section
This section contains the function pointers required to initialize ADLX, as outlined in the Initializing ADLX with function pointers section.
- To use ADLX functions in a C++ application, refer to the implementation of the ADLXHelper class in
~SDK\ADLXHelper\Windows\Cpp. - For a C application, refer to the implementation of the ADLX Helper functions in
~SDK\ADLXHelper\Windows\C.
Note: ADLX can either be initialized with the ADLX Helpers or with function pointers. AMD recommends using ADLX Helpers when initializing ADLX.
Functions
| Functions | Description |
|---|---|
| ADLXInitializeWithCallerAdl_Fn | A pointer to the function to initialize ADLX with an ADL context. |
| ADLXInitialize_Fn | A pointer to the function to initialize ADLX with default parameters or a pointer to the function to initialize ADLX with a legacy driver. |
| ADLXQueryFullVersion_Fn | A pointer to the function to query the full version of ADLX. |
| ADLXQueryVersion_Fn | A pointer to the function to query the version of ADLX. |
| ADLXTerminate_Fn | A pointer to the function to terminate ADLX. |
| adlx_atomic_dec | An atomic decrement of a variable in multithreading environments. |
| adlx_atomic_inc | An atomic increment of a variable in multithreading environments. |
| adlx_free_library | Frees a loaded module. |
| adlx_get_proc_address | Retrieves the address of a function from a module. |
| adlx_load_library | Loads a module into the address space of the calling process. |
Requirements
| Header | include “ADLX.h” |
|---|---|
| Minimum version | 1.0 |
| Header | include “ADLXDefines.h” |
|---|---|
| Minimum version | 1.0 |
- ADLXInitializeWithCallerAdl_Fn
- ADLXInitialize_Fn
- ADLXQueryFullVersion_Fn
- ADLXQueryVersion_Fn
- ADLXTerminate_Fn
- adlx_atomic_dec
- adlx_atomic_inc
- adlx_free_library
- adlx_get_proc_address
- adlx_load_library
Subpages
- ADLXInitializeWithCallerAdl_Fn - A pointer to the function to initialize ADLX with an ADL context.
- ADLXInitialize_Fn - A pointer to the function to initialize ADLX with default parameters or a pointer to the function to initialize ADLX with a legacy driver.
- ADLXQueryFullVersion_Fn - A pointer to the function to query the full version of ADLX.
- ADLXQueryVersion_Fn - A pointer to the function to query the version of ADLX.
- ADLXTerminate_Fn - A pointer to the function to terminate ADLX.
- adlx_atomic_dec - An atomic decrement of a variable in multithreading environments.
- adlx_atomic_inc - An atomic increment of a variable in multithreading environments.
- adlx_free_library - Frees a loaded module.
- adlx_get_proc_address - Retrieves the address of a function from a module.
- adlx_load_library - Loads a module into the address space of the calling process.
Related Pages
- Initializing ADLX with function pointers
- Initializing ADLX with the ADLX Helpers
- ADLXInitializeWithCallerAdl_Fn
- ADLXInitialize_Fn
- ADLXQueryFullVersion_Fn
- ADLXQueryVersion_Fn
- ADLXTerminate_Fn
API Reference
This page references: