Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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.
- Loading branch information