shadowMapVertexDeclaration.d.ts 178 B

1234567
  1. import "./sceneVertexDeclaration";
  2. import "./meshVertexDeclaration";
  3. /** @internal */
  4. export declare const shadowMapVertexDeclaration: {
  5. name: string;
  6. shader: string;
  7. };