Skip to content

VRAMBandwidth

Navigation: ADLX SDK ReferencesADLX InterfacesGPUIADLXGPU3

Syntax

ADLX_RESULT    VRAMBandwidth (adlx_uint* data)

Parameters

#DirectionNameTypeDescription
1.[out]dataadlx_uint*The pointer to a variable where the bandwidth of the VRAM (in Mbytes/s) is returned.

Return Value

If the bandwidth of the VRAM is successfully returned, ADLX_OK is returned.

If the bandwidth of the VRAM is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

The VRAM bandwidth can be obtained only when the VRAM type is LPDDR5. To obtain the VRAM type, use VRAMType.

Requirements

Headerinclude “ISystem3.h”
Minimum version1.5

See Also: VRAMType, ADLX Enums