Package org.lwjgl.ovr
Class OVRVersion
- java.lang.Object
-
- org.lwjgl.ovr.OVRVersion
-
public final class OVRVersion extends java.lang.ObjectLibOVR version identification.
-
-
Field Summary
Fields Modifier and Type Field Description static intOVR_BUILD_NUMBERMaster version numbers.static java.lang.StringOVR_DETAILED_VERSION_STRING"Major.Minor.Patch.Build"static intOVR_DLL_COMPATIBLE_VERSIONThe((product * 100) + major)version of the service that the DLL is compatible with.static intOVR_MAJOR_VERSIONMaster version numbers.static intOVR_MIN_REQUESTABLE_MINOR_VERSIONThis is the minor version representing the minimum version an application can query with this SDK.static intOVR_MINOR_VERSIONMaster version numbers.static intOVR_OVR_FEATURE_VERSIONstatic intOVR_PATCH_VERSION
OVR_PRODUCT_VERSIONMaster version numbers.static java.lang.StringOVR_VERSION_STRING"Major.Minor.Patch.Build"
-
-
-
Field Detail
-
OVR_PRODUCT_VERSION, OVR_MAJOR_VERSION, OVR_MINOR_VERSION, OVR_PATCH_VERSION, OVR_BUILD_NUMBER
Master version numbers.
-
OVR_DLL_COMPATIBLE_VERSION
The((product * 100) + major)version of the service that the DLL is compatible with.
-
OVR_MIN_REQUESTABLE_MINOR_VERSION
This is the minor version representing the minimum version an application can query with this SDK. Calls toInitializewill fail if the application requests a version that is less than this.
-
OVR_OVR_FEATURE_VERSION
- See Also:
- Constant Field Values
-
OVR_VERSION_STRING, OVR_DETAILED_VERSION_STRING
"Major.Minor.Patch.Build"
-
-