// Do not edit. import { ShaderStore } from "../../Engines/shaderStore.js"; const name = "mainUVVaryingDeclaration"; const shader = `#ifdef MAINUV{X} varying vec2 vMainUV{X}; #endif `; // Sideeffect ShaderStore.IncludesShadersStore[name] = shader; /** @internal */ export const mainUVVaryingDeclaration = { name, shader }; //# sourceMappingURL=mainUVVaryingDeclaration.js.map