Skip to content

VisibleVRAM

Navigation: ADLX SDK ReferencesADLX InterfacesGPUIADLXGPU3

Syntax

ADLX_RESULT    VisibleVRAM (adlx_uint* data)

Parameters

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

Return Value

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

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

Refer to ADLX_RESULT for success codes and error codes.

Remarks

Visible VRAM is the portion of the VRAM accessible to applications via the CPU.

Requirements

Headerinclude “ISystem3.h”
Minimum version1.5

See Also: ADLX Enums