summaryrefslogtreecommitdiff
path: root/resources/shaders/shader.vert
diff options
context:
space:
mode:
Diffstat (limited to 'resources/shaders/shader.vert')
-rwxr-xr-xresources/shaders/shader.vert2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/shaders/shader.vert b/resources/shaders/shader.vert
index 3271498..750a4da 100755
--- a/resources/shaders/shader.vert
+++ b/resources/shaders/shader.vert
@@ -2,6 +2,8 @@
layout(location = 0) in vec3 position; // Position of the vertex
layout(location = 1) in vec3 normal; // Normal of the vertex
+layout(location = 3) in vec3 texCoords; // Normal of the vertex
+
uniform mat4 proj;
uniform mat4 view;