Skip to content

InvisibleVRAM

Navigation: ADLX SDK ReferencesADLX InterfacesGPUIADLXGPU3

Syntax

ADLX_RESULT    InvisibleVRAM (adlx_uint* data)

Parameters

#DirectionNameTypeDescription
1.[out]dataadlx_uint*The pointer to a variable where the invisible memory size (in MB) is returned.

Return Value

If the invisible memory size is successfully returned, ADLX_OK is returned.

If the invisible memory size is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

Invisible VRAM is the portion of VRAM that is inaccessible to applications via the CPU.

Requirements

Headerinclude “ISystem3.h”
Minimum version1.5

See Also: ADLX Enums