greasedLine.vertex.d.ts 197 B

1234567
  1. import "./ShadersInclude/instancesDeclaration";
  2. import "./ShadersInclude/instancesVertex";
  3. /** @internal */
  4. export declare const greasedLineVertexShader: {
  5. name: string;
  6. shader: string;
  7. };