Continued work on multi threaded rendering example (wip)

This commit is contained in:
saschawillems 2016-03-06 12:55:52 +01:00
parent 60abe8c9f2
commit 4ff8fbf71c
5 changed files with 208 additions and 141 deletions

View file

@ -5,7 +5,6 @@
layout (location = 0) in vec3 inNormal;
layout (location = 1) in vec3 inColor;
layout (location = 2) in float inVisible;
layout (location = 3) in vec3 inViewVec;
layout (location = 4) in vec3 inLightVec;