Skip to content

Commit 661cc5b

Browse files
BastiaanOlijrpavlik
authored andcommitted
Added entries for newly supported extension in Godot
1 parent 607c560 commit 661cc5b

1 file changed

Lines changed: 26 additions & 8 deletions

File tree

clients/godot.json

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@
1717
"extensions": [
1818
"XR_KHR_android_create_instance",
1919
"XR_KHR_android_surface_swapchain",
20+
"XR_KHR_android_thread_settings",
2021
"XR_KHR_binding_modification",
2122
"XR_KHR_composition_layer_cylinder",
2223
"XR_KHR_composition_layer_depth",
2324
"XR_KHR_composition_layer_equirect2",
2425
"XR_KHR_D3D12_enable",
26+
"XR_KHR_generic_controller",
2527
"XR_KHR_loader_init",
2628
"XR_KHR_loader_init_android",
2729
"XR_KHR_metal_enable",
@@ -32,6 +34,7 @@
3234
"XR_EXT_debug_utils",
3335
"XR_EXT_dpad_binding",
3436
"XR_EXT_eye_gaze_interaction",
37+
"XR_EXT_frame_synthesis",
3538
"XR_EXT_future",
3639
"XR_EXT_hand_interaction",
3740
"XR_EXT_hand_joints_motion_range",
@@ -44,18 +47,19 @@
4447
"XR_EXT_local_floor",
4548
"XR_EXT_palm_pose",
4649
"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",
5350
"XR_EXT_spatial_anchor",
5451
"XR_EXT_spatial_entity",
5552
"XR_EXT_spatial_marker_tracking",
5653
"XR_EXT_spatial_persistence",
5754
"XR_EXT_spatial_persistence_operations",
5855
"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",
5963
"XR_FB_swapchain_update_state",
6064
"XR_FB_swapchain_update_state_android_surface",
6165
"XR_FB_swapchain_update_state_opengl_es",
@@ -67,19 +71,31 @@
6771
"XR_HTC_vive_focus3_controller_interaction",
6872
"XR_HTCX_vive_tracker_interaction",
6973
"XR_LOGITECH_mx_ink_stylus_interaction",
74+
"XR_META_foveation_eye_tracked",
7075
"XR_META_hand_tracking_microgestures",
7176
"XR_META_touch_controller_plus",
77+
"XR_META_vulkan_swapchain_create_info",
7278
"XR_ML_ml2_controller_interaction",
7379
"XR_MSFT_hand_interaction",
7480
"XR_MNDX_egl_enable",
75-
"XR_VALVE_analog_threshold"
81+
"XR_VALVE_analog_threshold",
82+
"XR_VALVE_frame_controller_interaction"
7683
]
7784
},
7885
{
7986
"name": "Godot Vendors plugin",
8087
"abbreviation": "Vendors",
8188
"notes": "Optional plugin exposing vendor extensions and additional export configurations.",
8289
"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",
8399
"XR_FB_android_surface_swapchain_create",
84100
"XR_FB_body_tracking",
85101
"XR_FB_color_space",
@@ -109,14 +125,16 @@
109125
"XR_HTC_passthrough",
110126
"XR_META_automatic_layer_filter",
111127
"XR_META_body_tracking_full_body",
128+
"XR_META_colocation_discovery",
112129
"XR_META_environment_depth",
113130
"XR_META_headset_id",
114131
"XR_META_passthrough_color_lut",
115132
"XR_META_passthrough_preferences",
116133
"XR_META_performance_metrics",
117134
"XR_META_recommended_layer_resolution",
118135
"XR_META_simultaneous_hands_and_controllers",
119-
"XR_META_spatial_entity_mesh"
136+
"XR_META_spatial_entity_mesh",
137+
"XR_ML_marker_understanding"
120138
]
121139
}
122140
],

0 commit comments

Comments
 (0)