Pass Changes WIP: fixed bloom pass
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user