mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 18:08:29 +00:00
a/vk: Fix build with Vulkan SDK's older than 1.3
This commit is contained in:
parent
2ff185a878
commit
a462235e2a
|
@ -1024,8 +1024,8 @@ filter_device_features(struct vk_bundle *vk,
|
|||
#endif
|
||||
|
||||
#ifdef VK_KHR_synchronization2
|
||||
VkPhysicalDeviceSynchronization2Features synchronization_2_info = {
|
||||
.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES,
|
||||
VkPhysicalDeviceSynchronization2FeaturesKHR synchronization_2_info = {
|
||||
.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES_KHR,
|
||||
.pNext = NULL,
|
||||
};
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue