summaryrefslogtreecommitdiff
path: root/gfx/gl/shaders/shadowDynamicPointInstWithTextures.geom
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/gl/shaders/shadowDynamicPointInstWithTextures.geom')
-rw-r--r--gfx/gl/shaders/shadowDynamicPointInstWithTextures.geom6
1 files changed, 4 insertions, 2 deletions
diff --git a/gfx/gl/shaders/shadowDynamicPointInstWithTextures.geom b/gfx/gl/shaders/shadowDynamicPointInstWithTextures.geom
index 3aaf9a8..72e4075 100644
--- a/gfx/gl/shaders/shadowDynamicPointInstWithTextures.geom
+++ b/gfx/gl/shaders/shadowDynamicPointInstWithTextures.geom
@@ -1,3 +1,5 @@
-define(`TEXTURES', 1)
+#version 460
+#extension GL_ARB_shading_language_include : enable
+#define TEXTURES
-include(`commonShadowPoint.geom')
+#include "commonShadowPoint-geom.glsl"