Package org.lwjgl.openxr
Class EXTThermalQuery
java.lang.Object
org.lwjgl.openxr.EXTThermalQuery
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic int
nxrThermalGetTemperatureTrendEXT
(XrSession session, int domain, long notificationLevel, long tempHeadroom, long tempSlope) XrResult xrThermalGetTemperatureTrendEXT(XrSession session, XrPerfSettingsDomainEXT domain, XrPerfSettingsNotificationLevelEXT * notificationLevel, float * tempHeadroom, float * tempSlope)
static int
xrThermalGetTemperatureTrendEXT
(XrSession session, int domain, IntBuffer notificationLevel, FloatBuffer tempHeadroom, FloatBuffer tempSlope) XrResult xrThermalGetTemperatureTrendEXT(XrSession session, XrPerfSettingsDomainEXT domain, XrPerfSettingsNotificationLevelEXT * notificationLevel, float * tempHeadroom, float * tempSlope)
-
Field Details
-
XR_EXT_thermal_query_SPEC_VERSION
public static final int XR_EXT_thermal_query_SPEC_VERSION- See Also:
-
XR_EXT_THERMAL_QUERY_EXTENSION_NAME
- See Also:
-
-
Method Details
-
nxrThermalGetTemperatureTrendEXT
public static int nxrThermalGetTemperatureTrendEXT(XrSession session, int domain, long notificationLevel, long tempHeadroom, long tempSlope) XrResult xrThermalGetTemperatureTrendEXT(XrSession session, XrPerfSettingsDomainEXT domain, XrPerfSettingsNotificationLevelEXT * notificationLevel, float * tempHeadroom, float * tempSlope)
-
xrThermalGetTemperatureTrendEXT
public static int xrThermalGetTemperatureTrendEXT(XrSession session, int domain, IntBuffer notificationLevel, FloatBuffer tempHeadroom, FloatBuffer tempSlope) XrResult xrThermalGetTemperatureTrendEXT(XrSession session, XrPerfSettingsDomainEXT domain, XrPerfSettingsNotificationLevelEXT * notificationLevel, float * tempHeadroom, float * tempSlope)
-