]> git.sesse.net Git - movit/blobdiff - footer.compute
Move compute shader functions from the header to the footer; easier to unify with...
[movit] / footer.compute
diff --git a/footer.compute b/footer.compute
deleted file mode 100644 (file)
index 1baa856..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-// GLSL is pickier than the C++ preprocessor in if-testing for undefined
-// tokens; do some fixups here to keep it happy.
-
-void main()
-{
-       INPUT();
-}