InitializeWithIncompatibleDriver

Initializes ADLX with a legacy driver.

Syntax

Copied!

ADLX_RESULT  InitializeWithIncompatibleDriver ()

Parameters

N/A

Return Value

If InitializeWithIncompatibleDriver is successfully executed, ADLX_OK is returned.

If InitializeWithIncompatibleDriver is not successfully executed, an error code is returned.

If ADLX was previously successfully initialized with any of the Initialize versions, ADLX_ALREADY_INITIALIZED is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

This method is used when an application does not use the ADL library and initializes ADLX to consider AMD GPUs using legacy AMD graphics driver.

For more information for initializing ADLX with a legacy driver, refer to ADLX GPU Support .

Requirements

Header

include “ADLXHelper/Windows/Cpp/ADLXHelper.h”

Minimum version

1.0