mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-15 13:42:49 +00:00
vulkan_common: unsuffix timeline semaphore feature test structure
This commit is contained in:
parent
a9633ba8b2
commit
bbc1809951
|
@ -399,8 +399,8 @@ Device::Device(VkInstance instance_, vk::PhysicalDevice physical_, VkSurfaceKHR
|
|||
const void* first_next = &features2;
|
||||
void** next = &features2.pNext;
|
||||
|
||||
VkPhysicalDeviceTimelineSemaphoreFeaturesKHR timeline_semaphore{
|
||||
.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES_KHR,
|
||||
VkPhysicalDeviceTimelineSemaphoreFeatures timeline_semaphore{
|
||||
.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES,
|
||||
.pNext = nullptr,
|
||||
.timelineSemaphore = true,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue