depth.fragment.d.ts 244 B

12345678
  1. import "./ShadersInclude/clipPlaneFragmentDeclaration";
  2. import "./ShadersInclude/packingFunctions";
  3. import "./ShadersInclude/clipPlaneFragment";
  4. /** @internal */
  5. export declare const depthPixelShader: {
  6. name: string;
  7. shader: string;
  8. };