This commit is contained in:
David Siegel
2023-05-16 22:37:48 +02:00
parent c4d704f14c
commit a43c5045bd

View File

@@ -3,7 +3,7 @@
layout(triangles, invocations = 5) in; layout(triangles, invocations = 5) in;
layout(triangle_strip, max_vertices = 3) out; layout(triangle_strip, max_vertices = 3) out;
layout (std140/*, binding = 0*/) uniform LightSpaceMatrices layout (std140) uniform LightSpaceMatrices
{ {
mat4 lightSpaceMatrices[16]; mat4 lightSpaceMatrices[16];
}; };