aboutsummaryrefslogtreecommitdiff
path: root/shader.vert
diff options
context:
space:
mode:
Diffstat (limited to 'shader.vert')
-rw-r--r--shader.vert2
1 files changed, 1 insertions, 1 deletions
diff --git a/shader.vert b/shader.vert
index f9cf360..ea0bea6 100644
--- a/shader.vert
+++ b/shader.vert
@@ -1,4 +1,4 @@
-#version 330 core
+#version 460 core
layout (location = 0) in vec3 vert;
void main() {