save transparent result for SSR and SSGI
This commit is contained in:
@@ -2108,6 +2108,8 @@ namespace wi
|
||||
|
||||
device->RenderPassEnd(cmd);
|
||||
}
|
||||
|
||||
wi::renderer::Postprocess_Downsample4x(rtMain, rtSceneCopy, cmd);
|
||||
}
|
||||
void RenderPath3D::RenderPostprocessChain(CommandList cmd) const
|
||||
{
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user