GPUMemoryTemperature
Gets the GPU memory temperature of a GPU metric sample.
GPUMemoryTemperature reports the GPU memory temperature.
Syntax
ADLX_RESULT GPUMemoryTemperature (adlx_double* data)
Parameters
-
[out]
data adlx_double* The pointer to a variable where the GPU memory temperature (in °C) is returned.
Return Value
If the GPU memory temperature is successfully returned, ADLX_OK is returned.
If the GPU memory temperature is not successfully returned, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Requirements
Header |
include “IPerformanceMonitoring2.h” |
Minimum version |
1.3 |