Tweak wall shadow geometry shader

This commit is contained in:
2021-08-19 14:57:23 +02:00
parent d7047c4b09
commit 743e190ddc
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#version 430 core
layout (points) in;
layout (triangle_strip, max_vertices = 11) out;
layout (triangle_strip, max_vertices = 8) out;
layout (std140, binding = 0) uniform TheMat { mat4 theMat; } ;
uniform vec3 lightPos;