]> git.sesse.net Git - movit/blobdiff - todo.glsl
Start actually piecing together the GLSL shaders from the effect chain.
[movit] / todo.glsl
diff --git a/todo.glsl b/todo.glsl
new file mode 100644 (file)
index 0000000..a428697
--- /dev/null
+++ b/todo.glsl
@@ -0,0 +1,5 @@
+// Placeholder for effects that are not done yet.
+vec4 FUNCNAME(vec2 tc)
+{
+       return LAST_INPUT(tc);
+}