TotalVRAM
Navigation: ADLX SDK References → ADLX Interfaces → GPU → IADLXGPU
Syntax
ADLX_RESULT TotalVRAM (adlx_uint* vramMB)
Parameters
# | Direction | Name | Type | Description |
---|---|---|---|---|
1. | [out] | vramMB | adlx_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
Header | include “ISystem.h” |
---|---|
Minimum version | 1.0 |