// Do not edit. import { ShaderStore } from "../../Engines/shaderStore.js"; const name = "clipPlaneFragmentDeclaration2"; const shader = `#ifdef CLIPPLANE in float fClipDistance; #endif #ifdef CLIPPLANE2 in float fClipDistance2; #endif #ifdef CLIPPLANE3 in float fClipDistance3; #endif #ifdef CLIPPLANE4 in float fClipDistance4; #endif #ifdef CLIPPLANE5 in float fClipDistance5; #endif #ifdef CLIPPLANE6 in float fClipDistance6; #endif `; // Sideeffect ShaderStore.IncludesShadersStore[name] = shader; /** @internal */ export const clipPlaneFragmentDeclaration2 = { name, shader }; //# sourceMappingURL=clipPlaneFragmentDeclaration2.js.map