Started rewrite for chunks to come. Left old face and voxel code

This commit is contained in:
Ben Kyd
2019-10-17 16:43:50 +01:00
parent 5a1a226ef2
commit 9dffa6f24f
10 changed files with 59 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
#version 330
#version 450
in vec3 TexCoord;

View File

@@ -1,4 +1,4 @@
#version 330
#version 450
layout (location = 0) in vec3 position;
layout (location = 1) in vec3 texcoord;