The open source OpenXR runtime

a/bindings: Fix typos in extension names

Fixes extension name entries with "XR_" prefix in
touch_controller_pro & touch_controller_plus entries
causing incorrect code to be generated.

korejan b59b1110 8f598213

+2 -2
+2 -2
src/xrt/auxiliary/bindings/bindings.json
··· 2947 2947 "/interaction_profiles/facebook/touch_controller_pro": { 2948 2948 "title": "Meta Quest Touch Pro Controller", 2949 2949 "type": "tracked_controller", 2950 - "extension": "XR_FB_touch_controller_pro", 2950 + "extension": "FB_touch_controller_pro", 2951 2951 "steamvr_controllertype": "oculus_touch", 2952 2952 "monado_device": "XRT_DEVICE_TOUCH_PRO_CONTROLLER", 2953 2953 "extended_by": ["ext/palm_pose", "grip_surface", "ext/hand_interaction_poses"], ··· 3313 3313 "/interaction_profiles/facebook/touch_controller_plus": { 3314 3314 "title": "Meta Quest Touch Plus Controller", 3315 3315 "type": "tracked_controller", 3316 - "extension": "XR_META_touch_controller_plus", 3316 + "extension": "META_touch_controller_plus", 3317 3317 "steamvr_controllertype": "oculus_touch", 3318 3318 "monado_device": "XRT_DEVICE_TOUCH_PLUS_CONTROLLER", 3319 3319 "extended_by": ["ext/palm_pose", "grip_surface", "ext/hand_interaction_poses"],