instance was not the right thing for me,

now it's working
This commit is contained in:
Anakin
2016-11-07 17:07:16 +01:00
parent de76f7182a
commit 42c94f290c
3 changed files with 23 additions and 69 deletions

View File

@@ -3,10 +3,6 @@
// Input vertex data, different for all executions of this shader.
layout(location = 0) in vec3 vertexPosition_modelspace;
layout(location = 1) in vec2 vertexUV;
layout(location = 2) in mat4 mvp;
//layout(location = 3) in mat4 mvp;
//layout(location = 4) in mat4 mvp;
//layout(location = 5) in mat4 mvp;
// Output
out vec2 UV;