[orx-fx] Make FilmGrain and HashBlur filters work on web (#226)

This commit is contained in:
Rein van der Woerd
2022-02-28 21:04:21 +01:00
committed by GitHub
parent b7bd7aee83
commit d180d71c86
3 changed files with 34 additions and 10 deletions

View File

@@ -97,7 +97,7 @@ void main() {
// After this you would normally perform tone mapping,
// apply the grain before that.
#ifndef OR_GL_FRACOLOR
#ifndef OR_GL_FRAGCOLOR
o_output.rgb = color;
o_output.a = 1.0;
#else