Package org.lwjgl.ovr
Class OVRVersion
- java.lang.Object
-
- org.lwjgl.ovr.OVRVersion
-
public final class OVRVersion extends java.lang.Object
LibOVR version identification.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
OVR_BUILD_NUMBER
Master version numbers.static java.lang.String
OVR_DETAILED_VERSION_STRING
"Major.Minor.Patch.Build"static int
OVR_DLL_COMPATIBLE_VERSION
The((product * 100) + major)
version of the service that the DLL is compatible with.static int
OVR_MAJOR_VERSION
OVR_MINOR_VERSIONMaster version numbers.static int
OVR_OVR_FEATURE_VERSION
static int
OVR_PATCH_VERSION
OVR_PRODUCT_VERSIONMaster version numbers.static java.lang.String
OVR_VERSION_STRING
"Major.Minor.Patch.Build"
-
-
-
Field Detail
-
OVR_PRODUCT_VERSION
public static final int OVR_PRODUCT_VERSION
Master version numbers.- See Also:
- Constant Field Values
-
OVR_MAJOR_VERSION
public static final int OVR_MAJOR_VERSION
Master version numbers.- See Also:
- Constant Field Values
-
OVR_MINOR_VERSION
public static final int OVR_MINOR_VERSION
Master version numbers.- See Also:
- Constant Field Values
-
OVR_PATCH_VERSION
public static final int OVR_PATCH_VERSION
Master version numbers.- See Also:
- Constant Field Values
-
OVR_BUILD_NUMBER
public static final int OVR_BUILD_NUMBER
Master version numbers.- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
OVR_OVR_FEATURE_VERSION
public static final int OVR_OVR_FEATURE_VERSION
- See Also:
- Constant Field Values
-
OVR_VERSION_STRING
public static final java.lang.String OVR_VERSION_STRING
"Major.Minor.Patch.Build"
-
OVR_DETAILED_VERSION_STRING
public static final java.lang.String OVR_DETAILED_VERSION_STRING
"Major.Minor.Patch.Build"
-
-