Small fixing up

This commit is contained in:
FakeShemp
2016-02-28 19:46:50 +01:00
parent 6dd7f1a657
commit 7749fc5474
3 changed files with 41 additions and 29 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#define ALPHA_CUTOFF 0.3
layout (binding = 12) uniform sampler2D DiffuseTexture;
layout (binding = 24) uniform sampler2D DiffuseTexture;
uniform float Alpha;
in VertexData{