9 lines
407 B
JavaScript
9 lines
407 B
JavaScript
shadow$provide.module$node_modules$pixi_DOT_js$lib$rendering$renderers$gl$shader$program$preprocessors$insertVersion = function(global, require, module, exports) {
|
|
exports.insertVersion = function(src, isES300) {
|
|
return isES300 ? `#version 300 es
|
|
${src}` : src;
|
|
};
|
|
};
|
|
|
|
//# sourceMappingURL=module$node_modules$pixi_DOT_js$lib$rendering$renderers$gl$shader$program$preprocessors$insertVersion.js.map
|