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