mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-04 00:49:02 -06:00 
			
		
		
		
	vulkan_common: unsuffix timeline semaphore feature test structure
This commit is contained in:
		@@ -399,8 +399,8 @@ Device::Device(VkInstance instance_, vk::PhysicalDevice physical_, VkSurfaceKHR
 | 
				
			|||||||
    const void* first_next = &features2;
 | 
					    const void* first_next = &features2;
 | 
				
			||||||
    void** next = &features2.pNext;
 | 
					    void** next = &features2.pNext;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    VkPhysicalDeviceTimelineSemaphoreFeaturesKHR timeline_semaphore{
 | 
					    VkPhysicalDeviceTimelineSemaphoreFeatures timeline_semaphore{
 | 
				
			||||||
        .sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES_KHR,
 | 
					        .sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES,
 | 
				
			||||||
        .pNext = nullptr,
 | 
					        .pNext = nullptr,
 | 
				
			||||||
        .timelineSemaphore = true,
 | 
					        .timelineSemaphore = true,
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user