gaussianSplatting.fragment.d.ts 392 B

1234567891011
  1. import "./ShadersInclude/clipPlaneFragmentDeclaration";
  2. import "./ShadersInclude/logDepthDeclaration";
  3. import "./ShadersInclude/fogFragmentDeclaration";
  4. import "./ShadersInclude/clipPlaneFragment";
  5. import "./ShadersInclude/logDepthFragment";
  6. import "./ShadersInclude/fogFragment";
  7. /** @internal */
  8. export declare const gaussianSplattingPixelShader: {
  9. name: string;
  10. shader: string;
  11. };