|
| 1 | +{ |
| 2 | + "$schema": "../client_schema.json", |
| 3 | + "name": "Godot Game Engine", |
| 4 | + "vendor": "Godot Community", |
| 5 | + "notes": "Some extensions require the use of the Godot OpenXR Vendors Plugin.", |
| 6 | + "platforms": [ |
| 7 | + "Windows (Desktop)", |
| 8 | + "Linux (Desktop/Embedded)", |
| 9 | + "Android (All-in-one)", |
| 10 | + "Android (Phone/Installable)", |
| 11 | + "MacOS (Desktop)" |
| 12 | + ], |
| 13 | + "components": [ |
| 14 | + { |
| 15 | + "name": "Godot Core", |
| 16 | + "abbreviation": "Core", |
| 17 | + "color": "green", |
| 18 | + "extensions": [ |
| 19 | + "XR_KHR_android_create_instance", |
| 20 | + "XR_KHR_android_surface_swapchain", |
| 21 | + "XR_KHR_binding_modification", |
| 22 | + "XR_KHR_composition_layer_cylinder", |
| 23 | + "XR_KHR_composition_layer_depth", |
| 24 | + "XR_KHR_composition_layer_equirect2", |
| 25 | + "XR_KHR_loader_init", |
| 26 | + "XR_KHR_loader_init_android", |
| 27 | + "XR_KHR_opengl_es_enable", |
| 28 | + "XR_KHR_opengl_enable", |
| 29 | + "XR_KHR_visibility_mask", |
| 30 | + "XR_KHR_vulkan_enable2", |
| 31 | + "XR_EXT_debug_utils", |
| 32 | + "XR_EXT_dpad_binding", |
| 33 | + "XR_EXT_eye_gaze_interaction", |
| 34 | + "XR_EXT_future", |
| 35 | + "XR_EXT_hand_interaction", |
| 36 | + "XR_EXT_hand_tracking", |
| 37 | + "XR_EXT_hand_joints_motion_range", |
| 38 | + "XR_EXT_hand_tracking_data_source", |
| 39 | + "XR_EXT_local_floor", |
| 40 | + "XR_EXT_view_configuration_depth_range", |
| 41 | + "XR_EXT_palm_pose", |
| 42 | + "XR_EXT_performance_settings", |
| 43 | + "XR_EXT_hp_mixed_reality_controller", |
| 44 | + "XR_EXT_samsung_odyssey_controller", |
| 45 | + "XR_BD_controller_interaction", |
| 46 | + "XR_FB_touch_controller_proximity", |
| 47 | + "XR_FB_touch_controller_pro", |
| 48 | + "XR_META_touch_controller_plus", |
| 49 | + "XR_HTC_vive_cosmos_controller_interaction", |
| 50 | + "XR_HTC_vive_focus3_controller_interaction", |
| 51 | + "XR_HTC_hand_interaction", |
| 52 | + "XR_HTCX_vive_tracker_interaction", |
| 53 | + "XR_ML_ml2_controller_interaction", |
| 54 | + "XR_MSFT_hand_interaction" |
| 55 | + ] |
| 56 | + }, |
| 57 | + { |
| 58 | + "name": "Godot Vendors plugin", |
| 59 | + "abbreviation": "Vendors", |
| 60 | + "color": "yellow", |
| 61 | + "extensions": [ |
| 62 | + "XR_FB_body_tracking", |
| 63 | + "XR_FB_composition_layer_alpha_blend", |
| 64 | + "XR_FB_composition_layer_secure_content", |
| 65 | + "XR_FB_composition_layer_settings", |
| 66 | + "XR_FB_display_refresh_rate", |
| 67 | + "XR_FB_face_tracking2", |
| 68 | + "XR_FB_foveation", |
| 69 | + "XR_FB_foveation_configuration", |
| 70 | + "XR_FB_hand_tracking_aim", |
| 71 | + "XR_FB_hand_tracking_capsules", |
| 72 | + "XR_FB_hand_tracking_mesh", |
| 73 | + "XR_FB_passthrough", |
| 74 | + "XR_META_passthrough_preferences", |
| 75 | + "XR_META_passthrough_color_lut", |
| 76 | + "XR_META_spatial_entity_mesh", |
| 77 | + "XR_FB_render_model", |
| 78 | + "XR_FB_scene", |
| 79 | + "XR_FB_scene_capture", |
| 80 | + "XR_FB_spatial_entity_container", |
| 81 | + "XR_FB_spatial_entity", |
| 82 | + "XR_FB_spatial_entity_query", |
| 83 | + "XR_FB_spatial_entity_sharing", |
| 84 | + "XR_FB_spatial_entity_storage_batch", |
| 85 | + "XR_FB_spatial_entity_storage", |
| 86 | + "XR_FB_spatial_entity_user", |
| 87 | + "XR_FB_swapchain_update_state", |
| 88 | + "XR_FB_swapchain_update_state_vulkan", |
| 89 | + "XR_FB_swapchain_update_state_opengl_es", |
| 90 | + "XR_FB_triangle_mesh", |
| 91 | + "XR_META_automatic_layer_filter", |
| 92 | + "XR_HTC_facial_tracking", |
| 93 | + "XR_HTC_passthrough" |
| 94 | + ] |
| 95 | + } |
| 96 | + ], |
| 97 | + "form_factors": [ |
| 98 | + { |
| 99 | + "form_factor": "XR_FORM_FACTOR_HANDHELD_DISPLAY", |
| 100 | + "view_configurations": [ |
| 101 | + { |
| 102 | + "view_configuration": "XR_VIEW_CONFIGURATION_TYPE_PRIMARY_MONO", |
| 103 | + "environment_blend_modes": [ |
| 104 | + "OPAQUE", |
| 105 | + "ADDITIVE", |
| 106 | + "ALPHA_BLEND" |
| 107 | + ] |
| 108 | + } |
| 109 | + ] |
| 110 | + }, |
| 111 | + { |
| 112 | + "form_factor": "XR_FORM_FACTOR_HEAD_MOUNTED_DISPLAY", |
| 113 | + "view_configurations": [ |
| 114 | + { |
| 115 | + "view_configuration": "XR_VIEW_CONFIGURATION_TYPE_PRIMARY_MONO", |
| 116 | + "environment_blend_modes": [ |
| 117 | + "OPAQUE", |
| 118 | + "ADDITIVE", |
| 119 | + "ALPHA_BLEND" |
| 120 | + ] |
| 121 | + }, |
| 122 | + { |
| 123 | + "view_configuration": "XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO", |
| 124 | + "environment_blend_modes": [ |
| 125 | + "OPAQUE", |
| 126 | + "ADDITIVE", |
| 127 | + "ALPHA_BLEND" |
| 128 | + ] |
| 129 | + } |
| 130 | + ] |
| 131 | + } |
| 132 | + ] |
| 133 | +} |
0 commit comments