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 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
Master version numbers.static int
OVR_MIN_REQUESTABLE_MINOR_VERSION
This is the minor version representing the minimum version an application can query with this SDK.static int
OVR_MINOR_VERSION
Master 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, 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 toInitialize
will 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"
-
-