line.vertex.d.ts 376 B

1234567891011
  1. import "./ShadersInclude/instancesDeclaration";
  2. import "./ShadersInclude/clipPlaneVertexDeclaration";
  3. import "./ShadersInclude/logDepthDeclaration";
  4. import "./ShadersInclude/instancesVertex";
  5. import "./ShadersInclude/clipPlaneVertex";
  6. import "./ShadersInclude/logDepthVertex";
  7. /** @internal */
  8. export declare const lineVertexShader: {
  9. name: string;
  10. shader: string;
  11. };