From a43c5045bde9061fbb1a72fa3c041fbcd0625cac Mon Sep 17 00:00:00 2001 From: David Siegel Date: Tue, 16 May 2023 22:37:48 +0200 Subject: [PATCH] touch-up --- src/8.guest/2021/2.csm/10.shadow_mapping_depth.gs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/8.guest/2021/2.csm/10.shadow_mapping_depth.gs b/src/8.guest/2021/2.csm/10.shadow_mapping_depth.gs index c71bacd2..999a0911 100644 --- a/src/8.guest/2021/2.csm/10.shadow_mapping_depth.gs +++ b/src/8.guest/2021/2.csm/10.shadow_mapping_depth.gs @@ -3,7 +3,7 @@ layout(triangles, invocations = 5) in; layout(triangle_strip, max_vertices = 3) out; -layout (std140/*, binding = 0*/) uniform LightSpaceMatrices +layout (std140) uniform LightSpaceMatrices { mat4 lightSpaceMatrices[16]; };