The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

a/vk: Fix build with Vulkan SDK's older than 1.3

+2 -2
+2 -2
src/xrt/auxiliary/vk/vk_bundle_init.c
··· 1024 1024 #endif 1025 1025 1026 1026 #ifdef VK_KHR_synchronization2 1027 - VkPhysicalDeviceSynchronization2Features synchronization_2_info = { 1028 - .sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES, 1027 + VkPhysicalDeviceSynchronization2FeaturesKHR synchronization_2_info = { 1028 + .sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES_KHR, 1029 1029 .pNext = NULL, 1030 1030 }; 1031 1031 #endif