mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-14 17:50:06 +00:00
c/main: Request VK_KHR_maintenance[1|2]
This commit is contained in:
parent
767637abb8
commit
acd5655a79
|
@ -634,6 +634,12 @@ static const char *optional_device_extensions[] = {
|
|||
#ifdef VK_KHR_image_format_list
|
||||
VK_KHR_IMAGE_FORMAT_LIST_EXTENSION_NAME,
|
||||
#endif
|
||||
#ifdef VK_KHR_maintenance1
|
||||
VK_KHR_MAINTENANCE_1_EXTENSION_NAME,
|
||||
#endif
|
||||
#ifdef VK_KHR_maintenance2
|
||||
VK_KHR_MAINTENANCE_2_EXTENSION_NAME,
|
||||
#endif
|
||||
#ifdef VK_KHR_timeline_semaphore
|
||||
VK_KHR_TIMELINE_SEMAPHORE_EXTENSION_NAME,
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue