diffusionProfile.d.ts 99 B

12345
  1. /** @internal */
  2. export declare const diffusionProfile: {
  3. name: string;
  4. shader: string;
  5. };