From f9ad6fa902c1167d7622ee7af2617d14b62bee21 Mon Sep 17 00:00:00 2001 From: pryazha Date: Wed, 19 Feb 2025 22:26:48 +0500 Subject: quite a lot of changes that I, of course, are not going to describe;) --- advanced_lighting/3.1.shadow_mapping/shaders/simple_depth.frag | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 advanced_lighting/3.1.shadow_mapping/shaders/simple_depth.frag (limited to 'advanced_lighting/3.1.shadow_mapping/shaders/simple_depth.frag') 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) +{ +} -- cgit v1.2.3