particles.fragment.d.ts 533 B

1234567891011121314
  1. import "./ShadersInclude/clipPlaneFragmentDeclaration";
  2. import "./ShadersInclude/imageProcessingDeclaration";
  3. import "./ShadersInclude/logDepthDeclaration";
  4. import "./ShadersInclude/helperFunctions";
  5. import "./ShadersInclude/imageProcessingFunctions";
  6. import "./ShadersInclude/fogFragmentDeclaration";
  7. import "./ShadersInclude/clipPlaneFragment";
  8. import "./ShadersInclude/logDepthFragment";
  9. import "./ShadersInclude/fogFragment";
  10. /** @internal */
  11. export declare const particlesPixelShader: {
  12. name: string;
  13. shader: string;
  14. };