summaryrefslogtreecommitdiff
path: root/gfx/gl/shaders/shadowFixedPoint.vs
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/gl/shaders/shadowFixedPoint.vs')
-rw-r--r--gfx/gl/shaders/shadowFixedPoint.vs2
1 files changed, 0 insertions, 2 deletions
diff --git a/gfx/gl/shaders/shadowFixedPoint.vs b/gfx/gl/shaders/shadowFixedPoint.vs
index 9e1cc62..75c04c4 100644
--- a/gfx/gl/shaders/shadowFixedPoint.vs
+++ b/gfx/gl/shaders/shadowFixedPoint.vs
@@ -1,8 +1,6 @@
#version 330 core
layout(location = 0) in vec3 position;
-layout(location = 1) in vec3 normal;
-layout(location = 2) in vec2 tex;
uniform mat4 viewProjection;