Skip to content

VRAMType

Navigation: ADLX SDK ReferencesADLX InterfacesGPUIADLXGPU

Syntax

ADLX_RESULT    VRAMType(const char** type)

Parameters

#DirectionNameTypeDescription
1.[out]typeconst char**The pointer to a zero-terminated string where the VRAM type of the GPU is returned.

Return Value

If the VRAM type is successfully returned, ADLX_OK is returned.

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

Refer to ADLX_RESULT for success codes and error codes.

Additional Info

The returned memory buffer is valid within the lifetime of the IADLXGPU interface.

If the application uses the VRAM type beyond the lifetime of the IADLXGPU interface, the application must make a copy of the VRAM type.

Requirements

Headerinclude “ISystem.h”
Minimum version1.0

See Also: IADLXGPU