|
| 1 | +{ |
| 2 | + "$schema": "../client_schema.json", |
| 3 | + "name": "LÖVR", |
| 4 | + "vendor": "LÖVR", |
| 5 | + "platforms": [ |
| 6 | + "Windows (Desktop)", |
| 7 | + "Linux (Desktop/Embedded)", |
| 8 | + "Android (All-in-one)" |
| 9 | + ], |
| 10 | + "components": [ |
| 11 | + { |
| 12 | + "name": "LÖVR", |
| 13 | + "abbreviation": "LÖVR", |
| 14 | + "notes": "Includes extensions used on development branch.", |
| 15 | + "extensions": [ |
| 16 | + "XR_KHR_android_create_instance", |
| 17 | + "XR_KHR_android_thread_settings", |
| 18 | + "XR_KHR_composition_layer_color_scale_bias", |
| 19 | + "XR_KHR_composition_layer_cylinder", |
| 20 | + "XR_KHR_composition_layer_cube", |
| 21 | + "XR_KHR_composition_layer_depth", |
| 22 | + "XR_KHR_composition_layer_equirect", |
| 23 | + "XR_KHR_composition_layer_equirect2", |
| 24 | + "XR_KHR_convert_timespec_time", |
| 25 | + "XR_KHR_visibility_mask", |
| 26 | + "XR_KHR_vulkan_enable2", |
| 27 | + "XR_KHR_win32_convert_performance_counter_time", |
| 28 | + "XR_EXT_debug_utils", |
| 29 | + "XR_EXT_eye_gaze_interaction", |
| 30 | + "XR_EXT_hand_interaction", |
| 31 | + "XR_EXT_hand_joints_motion_range", |
| 32 | + "XR_EXT_hand_tracking", |
| 33 | + "XR_EXT_hand_tracking_data_source", |
| 34 | + "XR_EXT_interaction_render_model", |
| 35 | + "XR_EXT_local_floor", |
| 36 | + "XR_EXT_palm_pose", |
| 37 | + "XR_EXT_render_model", |
| 38 | + "XR_EXT_user_presence", |
| 39 | + "XR_EXT_uuid", |
| 40 | + "XR_BD_controller_interaction", |
| 41 | + "XR_FB_composition_layer_depth_test", |
| 42 | + "XR_FB_composition_layer_settings", |
| 43 | + "XR_FB_display_refresh_rate", |
| 44 | + "XR_FB_foveation", |
| 45 | + "XR_FB_foveation_configuration", |
| 46 | + "XR_FB_foveation_vulkan", |
| 47 | + "XR_FB_hand_tracking_mesh", |
| 48 | + "XR_FB_keyboard_tracking", |
| 49 | + "XR_FB_passthrough", |
| 50 | + "XR_FB_swapchain_update_state", |
| 51 | + "XR_FB_touch_controller_pro", |
| 52 | + "XR_LOGITECH_mx_ink_stylus_interaction", |
| 53 | + "XR_META_automatic_layer_filter", |
| 54 | + "XR_META_passthrough_preferences", |
| 55 | + "XR_ML_ml2_controller_interaction", |
| 56 | + "XR_MND_headless", |
| 57 | + "XR_ULTRALEAP_hand_tracking_forearm", |
| 58 | + "XR_EXTX_overlay", |
| 59 | + "XR_HTCX_vive_tracker_interaction" |
| 60 | + ] |
| 61 | + } |
| 62 | + ], |
| 63 | + "form_factors": [ |
| 64 | + { |
| 65 | + "form_factor": "XR_FORM_FACTOR_HEAD_MOUNTED_DISPLAY", |
| 66 | + "view_configurations": [ |
| 67 | + { |
| 68 | + "view_configuration": "XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO", |
| 69 | + "environment_blend_modes": [ |
| 70 | + "OPAQUE", |
| 71 | + "ADDITIVE", |
| 72 | + "ALPHA_BLEND" |
| 73 | + ] |
| 74 | + } |
| 75 | + ] |
| 76 | + } |
| 77 | + ] |
| 78 | +} |
0 commit comments