From 230d5ae00610aa8158e79604ba5f709eaa669cab Mon Sep 17 00:00:00 2001 From: Bastiaan Olij Date: Tue, 17 Mar 2026 16:03:29 +1100 Subject: [PATCH] Added entries for newly supported extension in Godot --- clients/godot.json | 34 ++++++++++++++++++++++++++-------- 1 file changed, 26 insertions(+), 8 deletions(-) diff --git a/clients/godot.json b/clients/godot.json index cbafc03..4250add 100644 --- a/clients/godot.json +++ b/clients/godot.json @@ -17,11 +17,13 @@ "extensions": [ "XR_KHR_android_create_instance", "XR_KHR_android_surface_swapchain", + "XR_KHR_android_thread_settings", "XR_KHR_binding_modification", "XR_KHR_composition_layer_cylinder", "XR_KHR_composition_layer_depth", "XR_KHR_composition_layer_equirect2", "XR_KHR_D3D12_enable", + "XR_KHR_generic_controller", "XR_KHR_loader_init", "XR_KHR_loader_init_android", "XR_KHR_metal_enable", @@ -32,6 +34,7 @@ "XR_EXT_debug_utils", "XR_EXT_dpad_binding", "XR_EXT_eye_gaze_interaction", + "XR_EXT_frame_synthesis", "XR_EXT_future", "XR_EXT_hand_interaction", "XR_EXT_hand_joints_motion_range", @@ -44,18 +47,19 @@ "XR_EXT_local_floor", "XR_EXT_palm_pose", "XR_EXT_samsung_odyssey_controller", - "XR_EXT_uuid", - "XR_BD_controller_interaction", - "XR_FB_display_refresh_rate", - "XR_FB_foveation", - "XR_FB_foveation_configuration", - "XR_FB_foveation_vulkan", "XR_EXT_spatial_anchor", "XR_EXT_spatial_entity", "XR_EXT_spatial_marker_tracking", "XR_EXT_spatial_persistence", "XR_EXT_spatial_persistence_operations", "XR_EXT_spatial_plane_tracking", + "XR_EXT_user_presence", + "XR_EXT_uuid", + "XR_BD_controller_interaction", + "XR_FB_display_refresh_rate", + "XR_FB_foveation", + "XR_FB_foveation_configuration", + "XR_FB_foveation_vulkan", "XR_FB_swapchain_update_state", "XR_FB_swapchain_update_state_android_surface", "XR_FB_swapchain_update_state_opengl_es", @@ -67,12 +71,15 @@ "XR_HTC_vive_focus3_controller_interaction", "XR_HTCX_vive_tracker_interaction", "XR_LOGITECH_mx_ink_stylus_interaction", + "XR_META_foveation_eye_tracked", "XR_META_hand_tracking_microgestures", "XR_META_touch_controller_plus", + "XR_META_vulkan_swapchain_create_info", "XR_ML_ml2_controller_interaction", "XR_MSFT_hand_interaction", "XR_MNDX_egl_enable", - "XR_VALVE_analog_threshold" + "XR_VALVE_analog_threshold", + "XR_VALVE_frame_controller_interaction" ] }, { @@ -80,6 +87,15 @@ "abbreviation": "Vendors", "notes": "Optional plugin exposing vendor extensions and additional export configurations.", "extensions": [ + "XR_ANDROID_depth_texture", + "XR_ANDROID_eye_tracking", + "XR_ANDROID_face_tracking", + "XR_ANDROID_light_estimation", + "XR_ANDROID_passthrough_camera_state", + "XR_ANDROID_performance_metrics", + "XR_ANDROID_recommended_resolution", + "XR_ANDROID_scene_meshing", + "XR_ANDROID_unbounded_reference_space", "XR_FB_android_surface_swapchain_create", "XR_FB_body_tracking", "XR_FB_color_space", @@ -109,6 +125,7 @@ "XR_HTC_passthrough", "XR_META_automatic_layer_filter", "XR_META_body_tracking_full_body", + "XR_META_colocation_discovery", "XR_META_environment_depth", "XR_META_headset_id", "XR_META_passthrough_color_lut", @@ -116,7 +133,8 @@ "XR_META_performance_metrics", "XR_META_recommended_layer_resolution", "XR_META_simultaneous_hands_and_controllers", - "XR_META_spatial_entity_mesh" + "XR_META_spatial_entity_mesh", + "XR_ML_marker_understanding" ] } ],