mirror of https://github.com/PCSX2/pcsx2.git
GS/Vulkan: Colclip drawback shouldn't use DONT_CARE load op
This commit is contained in:
parent
325a8cba58
commit
a7c70a3916
|
@ -3847,7 +3847,7 @@ void GSDeviceVK::RenderHW(GSHWDrawConfig& config)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
BeginRenderPass(GetTFXRenderPass(true, pipe.ds, false, DATE_RENDER_PASS_NONE, pipe.IsRTFeedbackLoop(),
|
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),
|
pipe.ds ? VK_ATTACHMENT_LOAD_OP_LOAD : VK_ATTACHMENT_LOAD_OP_DONT_CARE),
|
||||||
draw_rt->GetRect());
|
draw_rt->GetRect());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue