From 4754896dc607ff39ddeba2451766a06659885eee Mon Sep 17 00:00:00 2001 From: Syhles <39836844+Syhles@users.noreply.github.com> Date: Wed, 29 Apr 2020 01:22:38 -0400 Subject: [PATCH] Missing rgb_grain selection? --- misc/img_mod.slang | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/img_mod.slang b/misc/img_mod.slang index afd5036..9bcdcee 100644 --- a/misc/img_mod.slang +++ b/misc/img_mod.slang @@ -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);