summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-06-17 22:08:13 +1000
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-06-17 22:08:13 +1000
commitf1cb5bece520dba63fa77e4721909ab8f0a6c26f (patch)
tree33e0888475fcb10a4857db6d5570fa7cce459cb7 /assets
parent9c8ef3cb95cff78bdc9d527b89ba30cf616e18c0 (diff)
add plane primitive
Diffstat (limited to 'assets')
-rw-r--r--assets/shaders/cube.vert2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/shaders/cube.vert b/assets/shaders/cube.vert
index 7af7413..cd345f6 100644
--- a/assets/shaders/cube.vert
+++ b/assets/shaders/cube.vert
@@ -1,4 +1,4 @@
-#version 410
+#version 410 core
uniform Matrices {
mat4 model;