mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
c/main: Use VK_KHR_global_priority if available
This commit is contained in:
parent
1253d58717
commit
04f930d99a
|
@ -632,6 +632,9 @@ static const char *optional_device_extensions[] = {
|
|||
#error "Need port!"
|
||||
#endif
|
||||
|
||||
#ifdef VK_KHR_global_priority
|
||||
VK_KHR_GLOBAL_PRIORITY_EXTENSION_NAME,
|
||||
#endif
|
||||
#ifdef VK_KHR_image_format_list
|
||||
VK_KHR_IMAGE_FORMAT_LIST_EXTENSION_NAME,
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue