Skip to content

Commit

Permalink
#86 Update bloom blur radius for FULL HD size
Browse files Browse the repository at this point in the history
  • Loading branch information
ducphamhong committed Oct 6, 2020
1 parent b89ff4d commit e6ebf87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ namespace Skylicht
{
s = s / 2;
m_rtt[m_numTarget++] = driver->addRenderTargetTexture(s, "rtt", ECF_A16B16G16R16F);
} while (s.Height > 50);
} while (s.Height > 50 && m_numTarget < 8);
}
}

Expand Down

0 comments on commit e6ebf87

Please sign in to comment.