Skip to content

Commit

Permalink
touch-up
Browse files Browse the repository at this point in the history
  • Loading branch information
agnat committed May 16, 2023
1 parent c4d704f commit a43c504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/8.guest/2021/2.csm/10.shadow_mapping_depth.gs
Original file line number Diff line number Diff line change
Expand Up @@ -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];
};
Expand Down

0 comments on commit a43c504

Please sign in to comment.