pointCloudVertexDeclaration.d.ts 110 B

12345
  1. /** @internal */
  2. export declare const pointCloudVertexDeclaration: {
  3. name: string;
  4. shader: string;
  5. };