mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 10:42:36 +01:00
vk: Remove redundant double barrier
- Luckily it was not too harmful in single queue submissions
This commit is contained in:
parent
7c0b93f815
commit
1becd2f788
@ -200,9 +200,8 @@ namespace vk
|
||||
}
|
||||
|
||||
ensure(m_layout_stack.empty());
|
||||
change_image_layout(cmd, this, new_layout);
|
||||
|
||||
u32 dst_queue = new_queue_family;
|
||||
|
||||
if (current_queue_family == VK_QUEUE_FAMILY_IGNORED)
|
||||
{
|
||||
// Implicit acquisition
|
||||
|
Loading…
Reference in New Issue
Block a user