mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-27 09:01:46 +00:00
st/oxr: Add EXT_eye_gaze_interaction to generation script [NFC]
Missed this in 9f1cf952c6
/ !1836, closes #269.
This commit is contained in:
parent
b82343d317
commit
6176db87e1
|
@ -53,6 +53,7 @@ EXTENSIONS = (
|
|||
['XR_KHR_win32_convert_performance_counter_time', 'XR_USE_PLATFORM_WIN32'],
|
||||
['XR_EXT_debug_utils', 'XRT_FEATURE_OPENXR_DEBUG_UTILS'],
|
||||
['XR_EXT_dpad_binding'],
|
||||
['XR_EXT_eye_gaze_interaction'],
|
||||
['XR_EXT_hand_tracking'],
|
||||
['XR_EXT_hp_mixed_reality_controller'],
|
||||
['XR_EXT_samsung_odyssey_controller'],
|
||||
|
|
|
@ -245,6 +245,7 @@
|
|||
#define OXR_EXTENSION_SUPPORT_EXT_dpad_binding(_)
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* XR_EXT_eye_gaze_interaction
|
||||
*/
|
||||
|
@ -255,6 +256,7 @@
|
|||
#define OXR_EXTENSION_SUPPORT_EXT_eye_gaze_interaction(_)
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* XR_EXT_hand_tracking
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue