Skip to content

IsSupportedAlgorithm

Navigation: ADLX SDK ReferencesADLX Interfaces3D GraphicsIADLX3DAMDFluidMotionFrames1

Syntax

ADLX_RESULT    IsSupportedAlgorithm  (adlx_bool* supported)

Parameters

#DirectionNameTypeDescription
1.[out]supportedadlx_bool*The pointer to a variable where the state of AMD Fluid Motion Frames algorithm is returned. The variable is true if configure AMD Fluid Motion Frames algorithm is supported. The variable is false if configure AMD Fluid Motion Frames algorithm is not supported.

Return Value

If the state of AMD Fluid Motion Frames algorithm support is successfully returned, ADLX_OK is returned.

If the state of AMD Fluid Motion Frames algorithm is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Requirements

Headerinclude “I3DSettings3.h”
Minimum version1.5

See Also: ADLX Enums