- 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 Macro
Macros
| Macro | Description |
|---|---|
ADLX_DLL_NAMEW | Unicode name for 64-bit ADLX dll Definition#define ADLX_DLL_NAMEW L"amdadlx64.dll"Unicode name for 32-bit ADLX dll Definition#define ADLX_DLL_NAMEW L"amdadlx32.dll" |
ADLX_DLL_NAMEA | ANSI name for 64-bit ADLX dll Definition#define ADLX_DLL_NAMEA "amdadlx64.dll"ANSI name for 32-bit ADLX dll Definition#define ADLX_DLL_NAMEA "amdadlx32.dll" |
ADLX_DLL_NAME | ADLX dll name in Unicode applications Definition#define ADLX_DLL_NAMEADLX dll name in ANSI applications Definition#define ADLX_DLL_NAME |
ADLX_QUERY_FULL_VERSION_FUNCTION_NAME | The function name of QueryFullVersion Definition#define ADLX_QUERY_FULL_VERSION_FUNCTION_NAME "ADLXQueryFullVersion" |
ADLX_QUERY_VERSION_FUNCTION_NAME | The function name of QueryVersion Definition#define ADLX_QUERY_VERSION_FUNCTION_NAME "ADLXQueryVersion" |
ADLX_INIT_FUNCTION_NAME | The function name of ADLXInitialize Definition#define ADLX_INIT_FUNCTION_NAME "ADLXInitialize" |
ADLX_INIT_WITH_INCOMPATIBLE_DRIVER_FUNCTION_NAME | The function name of ADLXInitializeWithIncompatibleDriver Definition#define ADLX_INIT_WITH_INCOMPATIBLE_DRIVER_FUNCTION_NAME "ADLXInitializeWithIncompatibleDriver" |
ADLX_INIT_WITH_CALLER_ADL_FUNCTION_NAME | The function name of ADLXInitializeWithCallerAdl Definition#define ADLX_INIT_WITH_CALLER_ADL_FUNCTION_NAME "ADLXInitializeWithCallerAdl" |
ADLX_TERMINATE_FUNCTION_NAME | The function name of ADLXTerminate Definition#define ADLX_TERMINATE_FUNCTION_NAME "ADLXTerminate" |
ADLX_SUCCEEDED | Checks if the result code passed as parameter indicates a successful operation. Definition#define ADLX_SUCCEEDED(x) ( |
ADLX_FAILED | Checks if the result code passed as parameter indicates an unsuccessful operation. Definition#define ADLX_FAILED(x) ( |
MAX_USER_3DLUT_NUM_POINTS | Constant value used to set size of user 3D LUT data Definition#define MAX_USER_3DLUT_NUM_POINTS 17 |
ADLX_DLL_NAMEW | Unicode name for 32-bit ADLX dll Definition#define ADLX_DLL_NAMEW L"amdadlx32.dll" |
ADLX_DLL_NAMEA | ANSI name for 32-bit ADLX dll Definition#define ADLX_DLL_NAMEA "amdadlx32.dll" |
ADLX_DLL_NAME | ADLX dll name in ANSI applications Definition#define ADLX_DLL_NAME |
Requirements
| Header | include “ADLXStructures.h” |
|---|---|
| Minimum version | 1.0 |