summaryrefslogtreecommitdiff
path: root/advanced_lighting/3.1.shadow_mapping/shaders/simple_depth.frag
diff options
context:
space:
mode:
Diffstat (limited to 'advanced_lighting/3.1.shadow_mapping/shaders/simple_depth.frag')
-rw-r--r--advanced_lighting/3.1.shadow_mapping/shaders/simple_depth.frag5
1 files changed, 5 insertions, 0 deletions
diff --git a/advanced_lighting/3.1.shadow_mapping/shaders/simple_depth.frag b/advanced_lighting/3.1.shadow_mapping/shaders/simple_depth.frag
new file mode 100644
index 0000000..d99aab2
--- /dev/null
+++ b/advanced_lighting/3.1.shadow_mapping/shaders/simple_depth.frag
@@ -0,0 +1,5 @@
+#version 330 core
+
+void main(void)
+{
+}