]> git.sesse.net Git - movit/blobdiff - footer.frag
In overlay matte, use the luminance as a matte instead of each individual color compo...
[movit] / footer.frag
index 0a742a331301b725104162a9b739c48a829b65f1..e41e83c093ac03be573069fd2a37595e87810fda 100644 (file)
@@ -1,4 +1,4 @@
 void main()
 {
-       gl_FragColor = LAST_INPUT(tc);
+       gl_FragColor = INPUT(tc);
 }