vk: Fixup

- Removes incorrect line writing stencil flags to a regular texture.
This commit is contained in:
kd-11 2019-10-17 01:56:29 +03:00 committed by kd-11
parent d29b6cdb59
commit 5c7bbb3354
1 changed files with 0 additions and 2 deletions

View File

@ -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