GS/Vulkan: Colclip drawback shouldn't use DONT_CARE load op

This commit is contained in:
Stenzek 2023-06-03 23:05:59 +10:00 committed by refractionpcsx2
parent 325a8cba58
commit a7c70a3916
1 changed files with 1 additions and 1 deletions

View File

@ -3847,7 +3847,7 @@ void GSDeviceVK::RenderHW(GSHWDrawConfig& config)
else
{
BeginRenderPass(GetTFXRenderPass(true, pipe.ds, false, DATE_RENDER_PASS_NONE, pipe.IsRTFeedbackLoop(),
pipe.IsTestingAndSamplingDepth(), VK_ATTACHMENT_LOAD_OP_DONT_CARE,
pipe.IsTestingAndSamplingDepth(), VK_ATTACHMENT_LOAD_OP_LOAD,
pipe.ds ? VK_ATTACHMENT_LOAD_OP_LOAD : VK_ATTACHMENT_LOAD_OP_DONT_CARE),
draw_rt->GetRect());
}