Tags: Igalia/wolvic
Tags
[OpenXR] Do not crash if FB keyboard extension does not work The XR_FB_keyboard_tracking extension is deprecated and won't work starting on MetaOS v72. We should replace it by others like XR_META_dynamic_object_tracker for example. In the meantime we should bailout instead of asserting to avoid a crash that should not happen anyway.
Compare semantic versions Add a method StringUtils.compareVersions() that compares semantic versions. We assume that versions are defined as integer numbers separated by periods ('.'), but the method also takes into account empty strings and the possibility that some components can not be parsed as integers. Use StringUtils.compareVersions() to check the version of the PICO operating system when enabling passthrough. Tests are included.
PreviousNext