Fix dark Screen Space Reflections in some spots when using Software Tracing

This commit is contained in:
2026-01-14 13:26:26 +01:00
parent 18778aa511
commit b172b08782
+1
View File
@@ -285,5 +285,6 @@ float4 PS_MixPass(Quad_VS2PS input) : SV_Target0
#endif
ssr.a = saturate(ssr.a);
return ssr;
}