aboutsummaryrefslogtreecommitdiffstats
path: root/Shaders/world.vert
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2019-09-03 21:50:09 -0400
committerClyne Sullivan <clyne@bitgloo.com>2019-09-03 21:50:09 -0400
commit3f39453ca9d3bacfffaa6cdb5e4f531fee9020dd (patch)
tree79b5b6d9c9f3722376f6d132cbe91e33ec52d609 /Shaders/world.vert
parent599c5702e3a5f951630d02dc027ff4b31599d955 (diff)
reduced shader version so intel video works
Diffstat (limited to 'Shaders/world.vert')
-rw-r--r--Shaders/world.vert2
1 files changed, 1 insertions, 1 deletions
diff --git a/Shaders/world.vert b/Shaders/world.vert
index 0760183..aa183a2 100644
--- a/Shaders/world.vert
+++ b/Shaders/world.vert
@@ -1,4 +1,4 @@
-#version 430
+#version 130
//layout(location = 0)in vec3 vertex;
in vec3 vertex;