GPUSharedMemory
Gets the shared GPU memory of a GPU metric sample.
Syntax
ADLX_RESULT GPUSharedMemory (adlx_int* data)
Parameters
-
[out]
data adlx_int* The pointer to a variable where the shared GPU memory (in MB) is returned.
Return Value
If the shared GPU memory is successfully returned, ADLX_OK is returned.
If the shared GPU memory is not successfully returned, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Requirements
Header |
include “IPerformanceMonitoring3.h” |
Minimum version |
1.4 |