We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5182b3 commit 85e5229Copy full SHA for 85e5229
pcsx2/GS/Renderers/HW/GSRendererHW.cpp
@@ -6642,7 +6642,7 @@ void GSRendererHW::SetupROV()
6642
// If we use color ROV with discard or the pixel shader writes to depth,
6643
// we cannot use early depth stencil, so must use depth ROV with feedback.
6644
// Same applies in reverse for depth ROV forcing color ROV with feedback.
6645
- if (m_conf.ds && depth_write && rov_color && (m_conf.ps.HasShaderDiscard() || m_conf.ps.zwrite))
+ if (m_conf.ds && rov_color && (m_conf.ps.HasShaderDiscard() || m_conf.ps.zwrite))
6646
{
6647
GL_INS("ROV: Color ROV with shader discard/depth write forces depth ROV");
6648
rov_depth = true;
0 commit comments