mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
vk: Fix hang when doing typeless copy in the resource assembler
This commit is contained in:
parent
1af5afdaab
commit
d87f055bb2
|
|
@ -485,8 +485,6 @@ namespace vk
|
||||||
const areai src_rect = coordi{{ src_x, src_y }, { src_w, src_h }};
|
const areai src_rect = coordi{{ src_x, src_y }, { src_w, src_h }};
|
||||||
const areai dst_rect = coordi{{ section.dst_x, section.dst_y }, { section.dst_w, section.dst_h }};
|
const areai dst_rect = coordi{{ section.dst_x, section.dst_y }, { section.dst_w, section.dst_h }};
|
||||||
vk::copy_image_typeless(cmd, section.src, dst, src_rect, dst_rect, 1);
|
vk::copy_image_typeless(cmd, section.src, dst, src_rect, dst_rect, 1);
|
||||||
|
|
||||||
section.src->pop_layout(cmd);
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue