Package org.lwjgl.opencl
Class ALTERADeviceTemperature
- java.lang.Object
-
- org.lwjgl.opencl.ALTERADeviceTemperature
-
public final class ALTERADeviceTemperature extends java.lang.Object
Native bindings to the altera_device_temperature extension.This extension specifies an API for querying the current temperature of a given device. The device temperature may be used to diagnose problems with a deplyed system, or to enhance its reliability or useful lifetime.
-
-
Field Summary
Fields Modifier and Type Field Description static int
CL_DEVICE_CORE_TEMPERATURE_ALTERA
Accepted by theparam_name
argument ofGetDeviceInfo
.
-
-
-
Field Detail
-
CL_DEVICE_CORE_TEMPERATURE_ALTERA
public static final int CL_DEVICE_CORE_TEMPERATURE_ALTERA
Accepted by theparam_name
argument ofGetDeviceInfo
.- See Also:
- Constant Field Values
-
-