Switched to GLAD and made delta timing correct

This commit is contained in:
Ben
2019-01-15 14:24:55 +00:00
parent 44a94bcf17
commit 0bd3ea2b2d
9 changed files with 5780 additions and 34 deletions

View File

@@ -1,4 +1,4 @@
#version 130
#version 330
in vec3 Colour;
in vec2 TexCoord;

View File

@@ -1,4 +1,4 @@
#version 130
#version 330
in vec3 position;
in vec2 texcoord;