Igalia / wolvic

A fast and secure browser for standalone virtual-reality and augmented-reality headsets.
https://wolvic.org
Mozilla Public License 2.0
813 stars 105 forks source link

[OpenXR] Do not crash if FB keyboard extension does not work #1629

Closed svillar closed 19 hours ago

svillar commented 21 hours ago

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.