Lowered film grain intensity

This commit is contained in:
Robert Beckebans 2021-04-17 21:07:39 +02:00
parent cb0e534804
commit 6bad4df47e
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ struct PS_OUT
#define USE_CAS 0
#define USE_DITHERING 1
#define Dithering_QuantizationSteps 8.0 // 8.0 = 2 ^ 3 quantization bits
#define Dithering_QuantizationSteps 16.0 // 8.0 = 2 ^ 3 quantization bits
#define Dithering_NoiseBoost 1.0
#define Dithering_Wide 1.0
#define DITHER_IN_LINEAR_SPACE 0

View file

@ -8290,7 +8290,7 @@ static const cgShaderDef_t cg_renderprogs[] =
"#define USE_CAS 0\n"
"\n"
"#define USE_DITHERING 1\n"
"#define Dithering_QuantizationSteps 8.0 // 8.0 = 2 ^ 3 quantization bits\n"
"#define Dithering_QuantizationSteps 16.0 // 8.0 = 2 ^ 3 quantization bits\n"
"#define Dithering_NoiseBoost 1.0\n"
"#define Dithering_Wide 1.0\n"
"#define DITHER_IN_LINEAR_SPACE 0\n"