UNPKG

375 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: !0 });
3var defaultFragment = `varying vec2 vTextureCoord;
4varying vec4 vColor;
5varying float vTextureId;
6uniform sampler2D uSamplers[%count%];
7
8void main(void){
9 vec4 color;
10 %forloop%
11 gl_FragColor = color * vColor;
12}
13`;
14exports.default = defaultFragment;
15//# sourceMappingURL=texture.frag.js.map