Pass Changes WIP: fixed bloom pass

This commit is contained in:
antonmic
2021-06-06 21:51:49 -07:00
parent ed759612dd
commit 9d7119a7f8
4 changed files with 40 additions and 7 deletions
@@ -214,6 +214,10 @@ namespace AZ
SortPassListAscending(buildListCopy);
for (const Ptr<Pass>& pass : buildListCopy)
{
pass->Reset();
}
for (const Ptr<Pass>& pass : buildListCopy)
{
pass->Build(true);