diff options
Diffstat (limited to 'shaders/shader.vert')
-rw-r--r-- | shaders/shader.vert | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shaders/shader.vert b/shaders/shader.vert index 88ed1e93..a2deda52 100644 --- a/shaders/shader.vert +++ b/shaders/shader.vert @@ -5,7 +5,7 @@ layout (location = 1) uniform vec3 offset; layout (location = 2) uniform vec4 tint; layout (location = 3) uniform bool enable_lightmap; -layout (location = 0) in vec4 position; +layout (location = 0) in vec4 position; // todo move depth to .w layout (location = 1) in vec2 texcoords; layout (location = 2) in vec2 light_coord; layout (location = 3) in float depth; |