Skip to content

TotalVRAM

Navigation: ADLX SDK ReferencesADLX InterfacesGPUIADLXGPU

Syntax

ADLX_RESULT    TotalVRAM (adlx_uint* vramMB)

Parameters

#DirectionNameTypeDescription
1.[out]vramMBadlx_uint*The pointer to a variable where the total VRAM size is returned.

Return Value

If the total VRAM size is successfully returned, ADLX_OK is returned.

If the total VRAM size is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

The total VRAM size is in MB.

Requirements

Headerinclude “ISystem.h”
Minimum version1.0