mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-22 06:36:24 +00:00
st/oxr: Ask for VK_KHR_image_format_list optionally
This commit is contained in:
parent
bff61bec4b
commit
c026de6307
|
@ -156,6 +156,9 @@ static const char *optional_device_extensions[] = {
|
||||||
#error "Need port!"
|
#error "Need port!"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef VK_KHR_image_format_list
|
||||||
|
VK_KHR_IMAGE_FORMAT_LIST_EXTENSION_NAME,
|
||||||
|
#endif
|
||||||
#ifdef VK_KHR_timeline_semaphore
|
#ifdef VK_KHR_timeline_semaphore
|
||||||
VK_KHR_TIMELINE_SEMAPHORE_EXTENSION_NAME,
|
VK_KHR_TIMELINE_SEMAPHORE_EXTENSION_NAME,
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue