Add "simplified" grain option, for extra performance.

Uses PRNG calls instead of texture fetches, so it tends to look more harsh and have patterning issues depending on the GPU.
This commit is contained in:
Marisa the Magician 2022-11-10 16:11:44 +01:00
commit 7efc84adb5
6 changed files with 105 additions and 19 deletions

View file

@ -118,6 +118,7 @@ MFX_LSHARPRADIUS="Sharpen Radius";
MFX_LSHARPTRESHOLD="Sharpen Threshold";
MFX_LSHARPSTRENGTH="Sharpen Strength";
MFX_GRAIN="Film Grain";
MFX_GRAINALT="Simplified Grain";
MFX_NF="Grain Speed";
MFX_NI="Grain Intensity";
MFX_NS="Grain Saturation";