gpuRenderParticles.vertex.d.ts 385 B

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