Class EXTThermalQuery

java.lang.Object
org.lwjgl.openxr.EXTThermalQuery

public class EXTThermalQuery extends Object
  • 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

      public static final String 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)