Files
2026-09-16 14:07:40 +08:00

8 lines
132 B
C
Vendored

layout(binding = 0) uniform VertexShaderConstantBuffer
{
mat4 View;
mat4 Projection;
mat4 LightView;
mat4 LightProjection;
} c;