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