diff --git a/data/shaders/deferredshadows/shadow.geom b/data/shaders/deferredshadows/shadow.geom index 5085e61a..2ca45c97 100644 --- a/data/shaders/deferredshadows/shadow.geom +++ b/data/shaders/deferredshadows/shadow.geom @@ -1,4 +1,4 @@ -#version 420 +#version 450 #define LIGHT_COUNT 3 @@ -24,4 +24,4 @@ void main() EmitVertex(); } EndPrimitive(); -} \ No newline at end of file +} diff --git a/data/shaders/deferredshadows/shadow.geom.spv b/data/shaders/deferredshadows/shadow.geom.spv index b4a030e2..3858414b 100644 Binary files a/data/shaders/deferredshadows/shadow.geom.spv and b/data/shaders/deferredshadows/shadow.geom.spv differ