summary refs log tree commit diff stats
path: root/shaders/ntsc.fragment
diff options
context:
space:
mode:
Diffstat (limited to 'shaders/ntsc.fragment')
-rw-r--r--shaders/ntsc.fragment2
1 files changed, 1 insertions, 1 deletions
diff --git a/shaders/ntsc.fragment b/shaders/ntsc.fragment index ceab64d..56fb1c4 100644 --- a/shaders/ntsc.fragment +++ b/shaders/ntsc.fragment
@@ -11,7 +11,7 @@ uniform sampler2D prevFrameSampler;
11const float Tuning_Sharp = 0.25; 11const float Tuning_Sharp = 0.25;
12const vec4 Tuning_Persistence = vec4(1.0) * 0.5; 12const vec4 Tuning_Persistence = vec4(1.0) * 0.5;
13const float Tuning_Bleed = 0.5; 13const float Tuning_Bleed = 0.5;
14const float Tuning_NTSC = 0.35; 14uniform float Tuning_NTSC; // 0.0
15uniform float NTSCLerp; 15uniform float NTSCLerp;
16 16
17const vec2 RcpScrWidth = vec2(1.0f / 320.f, 0.0f); 17const vec2 RcpScrWidth = vec2(1.0f / 320.f, 0.0f);