Go to the documentation of this file.   24 #if defined(XR_EXT_debug_utils)    25 #define OXR_HAVE_EXT_debug_utils    26 #define OXR_EXTENSION_SUPPORT_EXT_debug_utils(_)                               \    27         _(EXT_debug_utils, EXT_DEBUG_UTILS)    29 #define OXR_EXTENSION_SUPPORT_EXT_debug_utils(_)    36 #if defined(XR_KHR_convert_timespec_time) && defined(XR_USE_TIMESPEC)    37 #define OXR_HAVE_KHR_convert_timespec_time    38 #define OXR_EXTENSION_SUPPORT_KHR_convert_timespec_time(_)                     \    39         _(KHR_convert_timespec_time, KHR_CONVERT_TIMESPEC_TIME)    41 #define OXR_EXTENSION_SUPPORT_KHR_convert_timespec_time(_)    48 #if defined(XR_KHR_opengl_enable) && defined(XR_USE_GRAPHICS_API_OPENGL)    49 #define OXR_HAVE_KHR_opengl_enable    50 #define OXR_EXTENSION_SUPPORT_KHR_opengl_enable(_)                             \    51         _(KHR_opengl_enable, KHR_OPENGL_ENABLE)    53 #define OXR_EXTENSION_SUPPORT_KHR_opengl_enable(_)    60 #if defined(XR_KHR_opengl_es_enable) && defined(XR_USE_GRAPHICS_API_OPENGL_ES)    61 #define OXR_HAVE_KHR_opengl_es_enable    62 #define OXR_EXTENSION_SUPPORT_KHR_opengl_es_enable(_)                          \    63         _(KHR_opengl_es_enable, KHR_OPENGL_ES_ENABLE)    65 #define OXR_EXTENSION_SUPPORT_KHR_opengl_es_enable(_)    72 #if defined(XR_KHR_vulkan_enable) && defined(XR_USE_GRAPHICS_API_VULKAN)    73 #define OXR_HAVE_KHR_vulkan_enable    74 #define OXR_EXTENSION_SUPPORT_KHR_vulkan_enable(_)                             \    75         _(KHR_vulkan_enable, KHR_VULKAN_ENABLE)    77 #define OXR_EXTENSION_SUPPORT_KHR_vulkan_enable(_)    84 #if defined(XR_MND_egl_enable) && defined(XR_USE_PLATFORM_EGL) &&              \    85     defined(XR_USE_GRAPHICS_API_OPENGL)    86 #define OXR_HAVE_MND_egl_enable    87 #define OXR_EXTENSION_SUPPORT_MND_egl_enable(_)                                \    88         _(MND_egl_enable, MND_EGL_ENABLE)    90 #define OXR_EXTENSION_SUPPORT_MND_egl_enable(_)    97 #if defined(XR_MND_headless)    98 #define OXR_HAVE_MND_headless    99 #define OXR_EXTENSION_SUPPORT_MND_headless(_) _(MND_headless, MND_HEADLESS)   101 #define OXR_EXTENSION_SUPPORT_MND_headless(_)   127 #define OXR_EXTENSION_SUPPORT_GENERATE(_) \   128     OXR_EXTENSION_SUPPORT_EXT_debug_utils(_) \   129     OXR_EXTENSION_SUPPORT_KHR_convert_timespec_time(_) \   130     OXR_EXTENSION_SUPPORT_KHR_opengl_enable(_) \   131     OXR_EXTENSION_SUPPORT_KHR_opengl_es_enable(_) \   132     OXR_EXTENSION_SUPPORT_KHR_vulkan_enable(_) \   133     OXR_EXTENSION_SUPPORT_MND_egl_enable(_) \   134     OXR_EXTENSION_SUPPORT_MND_headless(_)