mirror of https://github.com/PCSX2/pcsx2.git
GS/Vulkan: Fix incorrect render pass for stencil DATE
This commit is contained in:
parent
4e0d2207a3
commit
f6b55a4e19
|
@ -2880,6 +2880,7 @@ void GSDeviceVK::RenderHW(GSHWDrawConfig& config)
|
|||
|
||||
case GSHWDrawConfig::DestinationAlphaMode::Stencil:
|
||||
SetupDATE(config.rt, config.ds, config.datm, config.drawarea);
|
||||
DATE_rp = DATE_RENDER_PASS_STENCIL;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue