mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-05 13:28:16 +00:00
st/oxr: Do not enumerate the XR_KHR_headless extension as it is not supported yet
This commit is contained in:
parent
0ec31120f2
commit
0b7a620c02
|
@ -34,8 +34,10 @@ static const XrExtensionProperties extension_properties[] = {
|
|||
{XR_TYPE_EXTENSION_PROPERTIES, NULL, XR_KHR_VULKAN_ENABLE_EXTENSION_NAME,
|
||||
XR_KHR_vulkan_enable_SPEC_VERSION},
|
||||
#endif
|
||||
#if 0
|
||||
{XR_TYPE_EXTENSION_PROPERTIES, NULL, XR_KHR_HEADLESS_EXTENSION_NAME,
|
||||
XR_KHR_headless_SPEC_VERSION},
|
||||
#endif
|
||||
#ifdef XR_USE_TIMESPEC
|
||||
{XR_TYPE_EXTENSION_PROPERTIES, NULL,
|
||||
XR_KHR_CONVERT_TIMESPEC_TIME_EXTENSION_NAME,
|
||||
|
|
Loading…
Reference in a new issue