summaryrefslogtreecommitdiff
path: root/assets/shaders/cube.frag
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-06-09 01:43:02 +1000
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-06-09 01:43:02 +1000
commit859ea7e23d2bbbc4b32b43727ae50aebe399e720 (patch)
tree868b5d938cec7846637cf403cde3723829822305 /assets/shaders/cube.frag
parent19a5fae08d7f1f85cb5448a5f2b19f0f9d342a0e (diff)
metal is back, baby
Diffstat (limited to 'assets/shaders/cube.frag')
-rw-r--r--assets/shaders/cube.frag2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/shaders/cube.frag b/assets/shaders/cube.frag
index 292578f..88ba822 100644
--- a/assets/shaders/cube.frag
+++ b/assets/shaders/cube.frag
@@ -1,4 +1,4 @@
-#version 450
+#version 430
layout(location = 0) in vec3 fragColor;
layout(location = 1) in vec2 fragTexCoord;