Skip to content

GPUMemoryTemperature

Navigation: ADLX SDK ReferencesADLX InterfacesPerformance MonitoringIADLXGPUMetrics1

GPUMemoryTemperature reports the GPU memory temperature.

Syntax

ADLX_RESULT    GPUMemoryTemperature (adlx_double* data)

Parameters

#DirectionNameTypeDescription
1.[out]dataadlx_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

Headerinclude “IPerformanceMonitoring2.h”
Minimum version1.3

See Also: ADLX Enums