From 5c7bbb33543ad54d6bf55fa6db830595aa22f188 Mon Sep 17 00:00:00 2001 From: kd-11 Date: Thu, 17 Oct 2019 01:56:29 +0300 Subject: [PATCH] vk: Fixup - Removes incorrect line writing stencil flags to a regular texture. --- rpcs3/Emu/RSX/VK/VKResolveHelper.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/rpcs3/Emu/RSX/VK/VKResolveHelper.cpp b/rpcs3/Emu/RSX/VK/VKResolveHelper.cpp index 92a1e090d0..47ff5d76e0 100644 --- a/rpcs3/Emu/RSX/VK/VKResolveHelper.cpp +++ b/rpcs3/Emu/RSX/VK/VKResolveHelper.cpp @@ -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