]> git.sesse.net Git - nageru/commitdiff
Remove an unused uniform.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 2 Aug 2018 22:19:55 +0000 (00:19 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 2 Aug 2018 22:19:55 +0000 (00:19 +0200)
blend.frag

index 154538ea9baa049d6b2c76635b05b079f31fef63..5f78259242775c876e93c62248230d4959a95c95 100644 (file)
@@ -4,7 +4,7 @@ in vec2 tc;
 out vec4 rgba;
 
 uniform sampler2D image0_tex, image1_tex, flow_tex;
-uniform float alpha, flow_consistency_tolerance;
+uniform float alpha;
 
 void main()
 {