The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

scripts: Group OpenXR extensions more clearly

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2491>

authored by

Jakob Bornecrantz and committed by
Marge Bot
7e8ded86 7f677af4

+4
+4
scripts/generate_oxr_ext_support.py
··· 33 33 # The second and later items might be modified using or_() and not_(). 34 34 # Keep sorted, KHR, EXT, Vendor, experimental (same order). 35 35 EXTENSIONS = ( 36 + # Khronos extensions, sorted alphabetically. 36 37 ['XR_KHR_android_create_instance', 'XR_USE_PLATFORM_ANDROID'], 37 38 ['XR_KHR_android_thread_settings', 'XR_USE_PLATFORM_ANDROID'], 38 39 ['XR_KHR_binding_modification'], ··· 58 59 ['XR_KHR_vulkan_enable2', 'XR_USE_GRAPHICS_API_VULKAN'], 59 60 ['XR_KHR_vulkan_swapchain_format_list', 'XR_USE_GRAPHICS_API_VULKAN', 'XRT_FEATURE_OPENXR_VULKAN_SWAPCHAIN_FORMAT_LIST'], 60 61 ['XR_KHR_win32_convert_performance_counter_time', 'XR_USE_PLATFORM_WIN32'], 62 + # EXT extensions, sorted alphabetically. 61 63 ['XR_EXT_active_action_set_priority', 'XRT_FEATURE_OPENXR_ACTIVE_ACTION_SET_PRIORITY'], 62 64 ['XR_EXT_debug_utils', 'XRT_FEATURE_OPENXR_DEBUG_UTILS'], 63 65 ['XR_EXT_dpad_binding'], ··· 70 72 ['XR_EXT_performance_settings', 'XRT_FEATURE_OPENXR_PERFORMANCE_SETTINGS'], 71 73 ['XR_EXT_plane_detection', 'XRT_FEATURE_OPENXR_PLANE_DETECTION'], 72 74 ['XR_EXT_samsung_odyssey_controller', 'XRT_FEATURE_OPENXR_INTERACTION_WINMR'], 75 + # Vendor extensions, sorted alphabetically. 73 76 ['XR_BD_controller_interaction', 'XRT_FEATURE_OPENXR_INTERACTION_BYTEDANCE'], 74 77 ['XR_FB_body_tracking', 'XRT_FEATURE_OPENXR_BODY_TRACKING_FB'], 75 78 ['XR_FB_composition_layer_alpha_blend', 'XRT_FEATURE_OPENXR_LAYER_FB_ALPHA_BLEND'], ··· 93 96 ['XR_MSFT_hand_interaction', 'XRT_FEATURE_OPENXR_INTERACTION_MSFT_HAND'], 94 97 ['XR_MSFT_unbounded_reference_space', 'XRT_FEATURE_OPENXR_SPACE_UNBOUNDED'], 95 98 ['XR_OPPO_controller_interaction', 'XRT_FEATURE_OPENXR_INTERACTION_OPPO'], 99 + # Experimental extensions, sorted alphabetically. 96 100 ['XR_EXTX_overlay', 'XRT_FEATURE_OPENXR_OVERLAY'], 97 101 ['XR_HTCX_vive_tracker_interaction', 'ALWAYS_DISABLED'], 98 102 ['XR_MNDX_ball_on_a_stick_controller', 'XRT_FEATURE_OPENXR_INTERACTION_MNDX'],