UNPKG

314 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: !0 });
3var defaultFragment = `varying vec2 vTextureCoord;
4
5uniform sampler2D uSampler;
6
7void main(void){
8 gl_FragColor = texture2D(uSampler, vTextureCoord);
9}
10`;
11exports.default = defaultFragment;
12//# sourceMappingURL=defaultFilter.frag.js.map