mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
vk: Fixup
- Removes incorrect line writing stencil flags to a regular texture.
This commit is contained in:
parent
d29b6cdb59
commit
5c7bbb3354
1 changed files with 0 additions and 2 deletions
|
@ -112,8 +112,6 @@ namespace vk
|
||||||
vkCmdClearDepthStencilImage(cmd, dst->value, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, &clear, 1, &range);
|
vkCmdClearDepthStencilImage(cmd, dst->value, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, &clear, 1, &range);
|
||||||
dst->pop_layout(cmd);
|
dst->pop_layout(cmd);
|
||||||
}
|
}
|
||||||
|
|
||||||
vk::as_rtt(dst)->stencil_init_flags = stencil_init_flags;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue