VertexConstants.h 241 B

1234567
  1. cbuffer VertexShaderConstantBuffer : register(b0)
  2. {
  3. matrix View; // view matrix
  4. matrix Projection; // projection matrix
  5. matrix LightView; // view matrix of the light
  6. matrix LightProjection; // projection matrix of the light
  7. };