defaultFragmentDeclaration.d.ts 146 B

123456
  1. import "./decalFragmentDeclaration";
  2. /** @internal */
  3. export declare const defaultFragmentDeclaration: {
  4. name: string;
  5. shader: string;
  6. };