mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 03:38:38 +12: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
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue