From: Steinar H. Gunderson Date: Thu, 2 Aug 2018 22:19:55 +0000 (+0200) Subject: Remove an unused uniform. X-Git-Tag: 1.8.0~76^2~142 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=11ca0b771632ac0ef237e182d5a9901449d19d11;p=nageru Remove an unused uniform. --- diff --git a/blend.frag b/blend.frag index 154538e..5f78259 100644 --- a/blend.frag +++ b/blend.frag @@ -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() {