Skip to content

Commit

Permalink
save transparent result for SSR and SSGI
Browse files Browse the repository at this point in the history
  • Loading branch information
turanszkij committed Apr 3, 2024
1 parent 80086d1 commit d835b98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions WickedEngine/wiRenderPath3D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2108,6 +2108,8 @@ namespace wi

device->RenderPassEnd(cmd);
}

wi::renderer::Postprocess_Downsample4x(rtMain, rtSceneCopy, cmd);
}
void RenderPath3D::RenderPostprocessChain(CommandList cmd) const
{
Expand Down
2 changes: 1 addition & 1 deletion WickedEngine/wiVersion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit d835b98

Please sign in to comment.