Added debug display for light source depth maps and shadow toggle

This commit is contained in:
saschawillems 2016-07-17 18:34:52 +02:00
parent 1e4e233f81
commit 7f687570d4
9 changed files with 59 additions and 87 deletions

View file

@ -10,7 +10,6 @@ layout (binding = 0) uniform UBO
{
mat4 projection;
mat4 modelview;
mat4 lightMVP;
} ubo;
layout (location = 0) out vec2 outUV;