summaryrefslogtreecommitdiff
path: root/gfx/gl/shaders
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2022-12-04 13:57:29 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2022-12-04 13:57:29 +0000
commitc5f3d3269bf97eab8b79a57388a17e8b81ce724d (patch)
tree0e870566d03ff58c244f49843b507b532d37389f /gfx/gl/shaders
parentDisable GL_DEBUG_OUTPUT before dumping debug screenshot (diff)
downloadilt-c5f3d3269bf97eab8b79a57388a17e8b81ce724d.tar.bz2
ilt-c5f3d3269bf97eab8b79a57388a17e8b81ce724d.tar.xz
ilt-c5f3d3269bf97eab8b79a57388a17e8b81ce724d.zip
Don't actually need to define an empty fragment shader
Diffstat (limited to 'gfx/gl/shaders')
-rw-r--r--gfx/gl/shaders/shadowCast.fs6
1 files changed, 0 insertions, 6 deletions
diff --git a/gfx/gl/shaders/shadowCast.fs b/gfx/gl/shaders/shadowCast.fs
deleted file mode 100644
index d427da2..0000000
--- a/gfx/gl/shaders/shadowCast.fs
+++ /dev/null
@@ -1,6 +0,0 @@
-#version 330 core
-
-void
-main()
-{
-}