mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-25 11:58:36 -06:00
vk: Fixup
- Removes incorrect line writing stencil flags to a regular texture.
This commit is contained in:
parent
d29b6cdb59
commit
5c7bbb3354
@ -112,8 +112,6 @@ namespace vk
|
||||
vkCmdClearDepthStencilImage(cmd, dst->value, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, &clear, 1, &range);
|
||||
dst->pop_layout(cmd);
|
||||
}
|
||||
|
||||
vk::as_rtt(dst)->stencil_init_flags = stencil_init_flags;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user