Merge pull request #136 from Syhles/patch-1

Missing rgb_grain selection?
This commit is contained in:
hizzlekizzle 2020-04-29 08:20:26 -05:00 committed by GitHub
commit c6bd9c687d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -140,6 +140,7 @@ void main()
// apply grain (expects to run in gamma space)
res = luma_grain(res, vTexCoord.xy, ia_GRAIN_STR, registers.FrameCount);
// res = rgb_grain(res, vTexCoord.xy, ia_GRAIN_STR, registers.FrameCount);
// saturation and luminance (expects to run in gamma space)
res = sat_lum(res);