]> git.sesse.net Git - movit/blobdiff - footer.glsl
Start actually piecing together the GLSL shaders from the effect chain.
[movit] / footer.glsl
diff --git a/footer.glsl b/footer.glsl
new file mode 100644 (file)
index 0000000..0a742a3
--- /dev/null
@@ -0,0 +1,4 @@
+void main()
+{
+       gl_FragColor = LAST_INPUT(tc);
+}