save transparent result for SSR and SSGI

This commit is contained in:
Turánszki János
2024-04-03 09:17:41 +02:00
parent 80086d16e9
commit d835b987da
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -2108,6 +2108,8 @@ namespace wi
device->RenderPassEnd(cmd);
}
wi::renderer::Postprocess_Downsample4x(rtMain, rtSceneCopy, cmd);
}
void RenderPath3D::RenderPostprocessChain(CommandList cmd) const
{
+1 -1
View File
@@ -9,7 +9,7 @@ namespace wi::version
// minor features, major updates, breaking compatibility changes
const int minor = 71;
// minor bug fixes, alterations, refactors, updates
const int revision = 421;
const int revision = 422;
const std::string version_string = std::to_string(major) + "." + std::to_string(minor) + "." + std::to_string(revision);