Files
CosmicEngine/lib/All/JoltPhysics/Assets/Shaders/VK/VertexConstants.h

8 lines
132 B
C
Raw Normal View History

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