Skip to content

IsSupported

Navigation: ADLX SDK ReferencesADLX InterfacesSystemIADLXVariableGraphicsMemory

Syntax

ADLX_RESULT    IsSupported (adlx_bool* supported)

Parameters

#DirectionNameTypeDescription
1.[out]supportedadlx_bool*The pointer to a variable where the state of Variable Graphics Memory is returned. The variable is true if Variable Graphics Memory is supported. The variable is false if Variable Graphics Memory is not supported.

Return Value

If the state of Variable Graphics Memory is successfully returned, ADLX_OK is returned.

If the state of Variable Graphics Memory is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Additional Info

Variable Graphics Memory optimizes memory usage for best performance based on the selected profile by converting up to 75% of the system RAM to dedicated graphics memory (vRAM).

Requirements

Headerinclude “ISystem3.h”
Minimum version1.5

See Also: ADLX Enums