|
17 | 17 | "extensions": [ |
18 | 18 | "XR_KHR_android_create_instance", |
19 | 19 | "XR_KHR_android_surface_swapchain", |
| 20 | + "XR_KHR_android_thread_settings", |
20 | 21 | "XR_KHR_binding_modification", |
21 | 22 | "XR_KHR_composition_layer_cylinder", |
22 | 23 | "XR_KHR_composition_layer_depth", |
23 | 24 | "XR_KHR_composition_layer_equirect2", |
24 | 25 | "XR_KHR_D3D12_enable", |
| 26 | + "XR_KHR_generic_controller", |
25 | 27 | "XR_KHR_loader_init", |
26 | 28 | "XR_KHR_loader_init_android", |
27 | 29 | "XR_KHR_metal_enable", |
|
32 | 34 | "XR_EXT_debug_utils", |
33 | 35 | "XR_EXT_dpad_binding", |
34 | 36 | "XR_EXT_eye_gaze_interaction", |
| 37 | + "XR_EXT_frame_synthesis", |
35 | 38 | "XR_EXT_future", |
36 | 39 | "XR_EXT_hand_interaction", |
37 | 40 | "XR_EXT_hand_joints_motion_range", |
|
44 | 47 | "XR_EXT_local_floor", |
45 | 48 | "XR_EXT_palm_pose", |
46 | 49 | "XR_EXT_samsung_odyssey_controller", |
47 | | - "XR_EXT_uuid", |
48 | | - "XR_BD_controller_interaction", |
49 | | - "XR_FB_display_refresh_rate", |
50 | | - "XR_FB_foveation", |
51 | | - "XR_FB_foveation_configuration", |
52 | | - "XR_FB_foveation_vulkan", |
53 | 50 | "XR_EXT_spatial_anchor", |
54 | 51 | "XR_EXT_spatial_entity", |
55 | 52 | "XR_EXT_spatial_marker_tracking", |
56 | 53 | "XR_EXT_spatial_persistence", |
57 | 54 | "XR_EXT_spatial_persistence_operations", |
58 | 55 | "XR_EXT_spatial_plane_tracking", |
| 56 | + "XR_EXT_user_presence", |
| 57 | + "XR_EXT_uuid", |
| 58 | + "XR_BD_controller_interaction", |
| 59 | + "XR_FB_display_refresh_rate", |
| 60 | + "XR_FB_foveation", |
| 61 | + "XR_FB_foveation_configuration", |
| 62 | + "XR_FB_foveation_vulkan", |
59 | 63 | "XR_FB_swapchain_update_state", |
60 | 64 | "XR_FB_swapchain_update_state_android_surface", |
61 | 65 | "XR_FB_swapchain_update_state_opengl_es", |
|
67 | 71 | "XR_HTC_vive_focus3_controller_interaction", |
68 | 72 | "XR_HTCX_vive_tracker_interaction", |
69 | 73 | "XR_LOGITECH_mx_ink_stylus_interaction", |
| 74 | + "XR_META_foveation_eye_tracked", |
70 | 75 | "XR_META_hand_tracking_microgestures", |
71 | 76 | "XR_META_touch_controller_plus", |
| 77 | + "XR_META_vulkan_swapchain_create_info", |
72 | 78 | "XR_ML_ml2_controller_interaction", |
73 | 79 | "XR_MSFT_hand_interaction", |
74 | 80 | "XR_MNDX_egl_enable", |
75 | | - "XR_VALVE_analog_threshold" |
| 81 | + "XR_VALVE_analog_threshold", |
| 82 | + "XR_VALVE_frame_controller_interaction" |
76 | 83 | ] |
77 | 84 | }, |
78 | 85 | { |
79 | 86 | "name": "Godot Vendors plugin", |
80 | 87 | "abbreviation": "Vendors", |
81 | 88 | "notes": "Optional plugin exposing vendor extensions and additional export configurations.", |
82 | 89 | "extensions": [ |
| 90 | + "XR_ANDROID_depth_texture", |
| 91 | + "XR_ANDROID_eye_tracking", |
| 92 | + "XR_ANDROID_face_tracking", |
| 93 | + "XR_ANDROID_light_estimation", |
| 94 | + "XR_ANDROID_passthrough_camera_state", |
| 95 | + "XR_ANDROID_performance_metrics", |
| 96 | + "XR_ANDROID_recommended_resolution", |
| 97 | + "XR_ANDROID_scene_meshing", |
| 98 | + "XR_ANDROID_unbounded_reference_space", |
83 | 99 | "XR_FB_android_surface_swapchain_create", |
84 | 100 | "XR_FB_body_tracking", |
85 | 101 | "XR_FB_color_space", |
|
109 | 125 | "XR_HTC_passthrough", |
110 | 126 | "XR_META_automatic_layer_filter", |
111 | 127 | "XR_META_body_tracking_full_body", |
| 128 | + "XR_META_colocation_discovery", |
112 | 129 | "XR_META_environment_depth", |
113 | 130 | "XR_META_headset_id", |
114 | 131 | "XR_META_passthrough_color_lut", |
115 | 132 | "XR_META_passthrough_preferences", |
116 | 133 | "XR_META_performance_metrics", |
117 | 134 | "XR_META_recommended_layer_resolution", |
118 | 135 | "XR_META_simultaneous_hands_and_controllers", |
119 | | - "XR_META_spatial_entity_mesh" |
| 136 | + "XR_META_spatial_entity_mesh", |
| 137 | + "XR_ML_marker_understanding" |
120 | 138 | ] |
121 | 139 | } |
122 | 140 | ], |
|
0 commit comments