Skip to content

IsGPUConnectSupported

Navigation: ADLX SDK ReferencesADLX InterfacesPower TuningIADLXPowerTuningServices1

Syntax

ADLX_RESULT    IsGPUConnectSupported (adlx_bool* supported)

Parameters

#DirectionNameTypeDescription
1.[out]supportedadlx_bool*The pointer to a variable where the support status of AMD SmartShift Eco is returned. The variable is true if GPU connect is supported. The variable is false if GPU connect is not supported.

Return Value

If the support status of GPU connect is successfully returned, ADLX_OK is returned.

If the support status of GPU connect is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Requirements

Headerinclude “IPowerTuning1.h”
Minimum version1.4

See Also: ADLX Enums