VertexConstants.h 132 B

1234567
  1. layout(binding = 0) uniform VertexShaderConstantBuffer
  2. {
  3. mat4 View;
  4. mat4 Projection;
  5. mat4 LightView;
  6. mat4 LightProjection;
  7. } c;