mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-03 16:39:01 -06:00 
			
		
		
		
	vulkan_common: correct usage of timeline semaphore fallbacks
This commit is contained in:
		@@ -195,8 +195,7 @@ void Load(VkDevice device, DeviceDispatch& dld) noexcept {
 | 
			
		||||
 | 
			
		||||
    // Support for timeline semaphores is mandatory in Vulkan 1.2
 | 
			
		||||
    if (!dld.vkGetSemaphoreCounterValue) {
 | 
			
		||||
        Proc(dld.vkGetSemaphoreCounterValue, dld, "vkGetSemaphoreCounterValue", device);
 | 
			
		||||
        Proc(dld.vkWaitForFences, dld, "vkWaitForFencesKHR", device);
 | 
			
		||||
        Proc(dld.vkGetSemaphoreCounterValue, dld, "vkGetSemaphoreCounterValueKHR", device);
 | 
			
		||||
        Proc(dld.vkWaitSemaphores, dld, "vkWaitSemaphoresKHR", device);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user