mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 02:26:16 +00:00
st/oxr: Re-generate code for extension support.
Looks like some manual editing was done. Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2342>
This commit is contained in:
parent
3b74c520ed
commit
be66528d03
|
@ -427,17 +427,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
* XR_FB_face_tracking2
|
|
||||||
*/
|
|
||||||
#if defined(XR_FB_face_tracking2) && defined(XRT_FEATURE_OPENXR_FACE_TRACKING2_FB)
|
|
||||||
#define OXR_HAVE_FB_face_tracking2
|
|
||||||
#define OXR_EXTENSION_SUPPORT_FB_face_tracking2(_) _(FB_face_tracking2, FB_FACE_TRACKING2)
|
|
||||||
#else
|
|
||||||
#define OXR_EXTENSION_SUPPORT_FB_face_tracking2(_)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* XR_FB_composition_layer_alpha_blend
|
* XR_FB_composition_layer_alpha_blend
|
||||||
*/
|
*/
|
||||||
|
@ -486,6 +475,17 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* XR_FB_face_tracking2
|
||||||
|
*/
|
||||||
|
#if defined(XR_FB_face_tracking2) && defined(XRT_FEATURE_OPENXR_FACE_TRACKING2_FB)
|
||||||
|
#define OXR_HAVE_FB_face_tracking2
|
||||||
|
#define OXR_EXTENSION_SUPPORT_FB_face_tracking2(_) _(FB_face_tracking2, FB_FACE_TRACKING2)
|
||||||
|
#else
|
||||||
|
#define OXR_EXTENSION_SUPPORT_FB_face_tracking2(_)
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* XR_FB_display_refresh_rate
|
* XR_FB_display_refresh_rate
|
||||||
*/
|
*/
|
||||||
|
@ -795,11 +795,11 @@
|
||||||
OXR_EXTENSION_SUPPORT_EXT_samsung_odyssey_controller(_) \
|
OXR_EXTENSION_SUPPORT_EXT_samsung_odyssey_controller(_) \
|
||||||
OXR_EXTENSION_SUPPORT_BD_controller_interaction(_) \
|
OXR_EXTENSION_SUPPORT_BD_controller_interaction(_) \
|
||||||
OXR_EXTENSION_SUPPORT_FB_body_tracking(_) \
|
OXR_EXTENSION_SUPPORT_FB_body_tracking(_) \
|
||||||
OXR_EXTENSION_SUPPORT_FB_face_tracking2(_) \
|
|
||||||
OXR_EXTENSION_SUPPORT_FB_composition_layer_alpha_blend(_) \
|
OXR_EXTENSION_SUPPORT_FB_composition_layer_alpha_blend(_) \
|
||||||
OXR_EXTENSION_SUPPORT_FB_composition_layer_image_layout(_) \
|
OXR_EXTENSION_SUPPORT_FB_composition_layer_image_layout(_) \
|
||||||
OXR_EXTENSION_SUPPORT_FB_composition_layer_settings(_) \
|
OXR_EXTENSION_SUPPORT_FB_composition_layer_settings(_) \
|
||||||
OXR_EXTENSION_SUPPORT_FB_composition_layer_depth_test(_) \
|
OXR_EXTENSION_SUPPORT_FB_composition_layer_depth_test(_) \
|
||||||
|
OXR_EXTENSION_SUPPORT_FB_face_tracking2(_) \
|
||||||
OXR_EXTENSION_SUPPORT_FB_display_refresh_rate(_) \
|
OXR_EXTENSION_SUPPORT_FB_display_refresh_rate(_) \
|
||||||
OXR_EXTENSION_SUPPORT_FB_passthrough(_) \
|
OXR_EXTENSION_SUPPORT_FB_passthrough(_) \
|
||||||
OXR_EXTENSION_SUPPORT_FB_touch_controller_pro(_) \
|
OXR_EXTENSION_SUPPORT_FB_touch_controller_pro(_) \
|
||||||
|
|
Loading…
Reference in a new issue