IsGPUConnectSupported
Checks if AMD GPUConnect is supported on this system.
Syntax
ADLX_RESULT IsGPUConnectSupported (adlx_bool* supported)
Parameters
-
[out]
supported adlx_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
Header |
include “IPowerTuning1.h” |
Minimum version |
1.4 |