diff --git a/scripts/generate_oxr_ext_support.py b/scripts/generate_oxr_ext_support.py index b68bb4466..ce21a21e7 100755 --- a/scripts/generate_oxr_ext_support.py +++ b/scripts/generate_oxr_ext_support.py @@ -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'], diff --git a/src/xrt/state_trackers/oxr/oxr_extension_support.h b/src/xrt/state_trackers/oxr/oxr_extension_support.h index ce710e7d4..c75b84c38 100644 --- a/src/xrt/state_trackers/oxr/oxr_extension_support.h +++ b/src/xrt/state_trackers/oxr/oxr_extension_support.h @@ -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 */