mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-03-29 00:26:26 +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());
|
ensure(m_layout_stack.empty());
|
||||||
change_image_layout(cmd, this, new_layout);
|
|
||||||
|
|
||||||
u32 dst_queue = new_queue_family;
|
u32 dst_queue = new_queue_family;
|
||||||
|
|
||||||
if (current_queue_family == VK_QUEUE_FAMILY_IGNORED)
|
if (current_queue_family == VK_QUEUE_FAMILY_IGNORED)
|
||||||
{
|
{
|
||||||
// Implicit acquisition
|
// Implicit acquisition
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue