mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-02 04:37:54 +08:00
touch-up
This commit is contained in:
@@ -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];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user