Clamp blur output

This commit is contained in:
luboslenco 2019-03-13 15:49:19 +01:00
parent 00fb2cd511
commit 462189237f

View file

@ -22,4 +22,5 @@ void main() {
}
fragColor.rgb *= bloomStrength / 5;
fragColor.rgb = min(fragColor.rgb, 64.0);
}