mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
c/null: Request VK_KHR_maintenance[1|2]
This commit is contained in:
parent
acd5655a79
commit
e02f47ef72
|
@ -114,6 +114,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