geometry.fragment.d.ts 438 B

123456789101112
  1. import "./ShadersInclude/clipPlaneFragmentDeclaration";
  2. import "./ShadersInclude/mrtFragmentDeclaration";
  3. import "./ShadersInclude/bumpFragmentMainFunctions";
  4. import "./ShadersInclude/bumpFragmentFunctions";
  5. import "./ShadersInclude/helperFunctions";
  6. import "./ShadersInclude/clipPlaneFragment";
  7. import "./ShadersInclude/bumpFragment";
  8. /** @internal */
  9. export declare const geometryPixelShader: {
  10. name: string;
  11. shader: string;
  12. };