Package org.lwjgl.ovr

Class OVRVersion

java.lang.Object
org.lwjgl.ovr.OVRVersion

public final class OVRVersion extends Object
LibOVR version identification.
  • Field Details

    • OVR_PRODUCT_VERSION

      public static final int OVR_PRODUCT_VERSION
      Master version numbers.
      See Also:
    • OVR_MAJOR_VERSION

      public static final int OVR_MAJOR_VERSION
      Master version numbers.
      See Also:
    • OVR_MINOR_VERSION

      public static final int OVR_MINOR_VERSION
      Master version numbers.
      See Also:
    • OVR_PATCH_VERSION

      public static final int OVR_PATCH_VERSION
      Master version numbers.
      See Also:
    • OVR_DLL_COMPATIBLE_VERSION

      public static final int OVR_DLL_COMPATIBLE_VERSION
      The ((product * 100) + major) version of the service that the DLL is compatible with.
      See Also:
    • OVR_MIN_REQUESTABLE_MINOR_VERSION

      public static final int OVR_MIN_REQUESTABLE_MINOR_VERSION
      This is the minor version representing the minimum version an application can query with this SDK. Calls to Initialize will fail if the application requests a version that is less than this.
      See Also:
    • OVR_OVR_FEATURE_VERSION

      public static final int OVR_OVR_FEATURE_VERSION
      See Also:
    • OVR_VERSION_STRING

      public static final String OVR_VERSION_STRING
      "Major.Minor.Patch"