summaryrefslogtreecommitdiff
path: root/gfx/gl/shaders/shadowCast.fs
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/gl/shaders/shadowCast.fs')
-rw-r--r--gfx/gl/shaders/shadowCast.fs6
1 files changed, 6 insertions, 0 deletions
diff --git a/gfx/gl/shaders/shadowCast.fs b/gfx/gl/shaders/shadowCast.fs
new file mode 100644
index 0000000..d427da2
--- /dev/null
+++ b/gfx/gl/shaders/shadowCast.fs
@@ -0,0 +1,6 @@
+#version 330 core
+
+void
+main()
+{
+}