st/oxr: Add EXT_eye_gaze_interaction to generation script [NFC]

Missed this in 9f1cf952c6 / !1836, closes #269.
This commit is contained in:
Jakob Bornecrantz 2023-06-15 16:28:31 +01:00
parent b82343d317
commit 6176db87e1
2 changed files with 3 additions and 0 deletions

View file

@ -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'],

View file

@ -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
*/