mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-04 06:06:17 +00:00
c/main: Ask for VK_KHR_image_format_list optionally
This commit is contained in:
parent
0682407ec6
commit
53a936a720
|
@ -610,6 +610,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,
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue