@babylonjs/viewer
Version:
The Babylon Viewer aims to simplify a specific but common Babylon.js use case: loading, viewing, and interacting with a 3D model.
33 lines (30 loc) • 931 B
JavaScript
import { S as ShaderStore } from './index-MZPybX0H.esm.js';
// Do not edit.
const name = "samplerFragmentDeclaration";
const shader = `
varying vec2 v_VARYINGNAME_UV;
uniform sampler2D _SAMPLERNAME_Sampler;
`;
// Sideeffect
if (!ShaderStore.IncludesShadersStore[name]) {
ShaderStore.IncludesShadersStore[name] = shader;
}
/** @internal */
const samplerFragmentDeclaration = { name, shader };
export { samplerFragmentDeclaration as s };
//# sourceMappingURL=samplerFragmentDeclaration-79xnpfH1.esm.js.map