mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 22:41:25 +12:00
Properly enable synchronization2 feature
This commit is contained in:
parent
5a85fee3f1
commit
322b5dac79
1 changed files with 1 additions and 0 deletions
|
@ -681,6 +681,7 @@ namespace vk
|
||||||
{
|
{
|
||||||
synchronization2_info.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES;
|
synchronization2_info.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES;
|
||||||
synchronization2_info.pNext = const_cast<void*>(device.pNext);
|
synchronization2_info.pNext = const_cast<void*>(device.pNext);
|
||||||
|
synchronization2_info.synchronization2 = VK_TRUE;
|
||||||
device.pNext = &synchronization2_info;
|
device.pNext = &synchronization2_info;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue