Initial work on texture arrays

This commit is contained in:
FakeShemp
2016-02-26 17:40:35 +01:00
parent f220d8088c
commit 22c391df54
9 changed files with 101 additions and 86 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#version 430
#define MAX_SPLITS 3
#define MAX_SPLITS 4
uniform mat4 M;
uniform mat4 V;