org.lwjgl.opencl.ALTERADeviceTemperature Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lwjgl-opencl Show documentation
Show all versions of lwjgl-opencl Show documentation
An open, royalty-free standard for cross-platform, parallel programming of diverse processors found in personal computers, servers, mobile devices and embedded platforms.
/*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.opencl;
/**
* 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.
*/
public final class ALTERADeviceTemperature {
/** Accepted by the {@code param_name} argument of {@link CL10#clGetDeviceInfo GetDeviceInfo}. */
public static final int CL_DEVICE_CORE_TEMPERATURE_ALTERA = 0x40F3;
private ALTERADeviceTemperature() {}
}