Files
il/resources/public/js/cljs-runtime/module$node_modules$pixi_DOT_js$lib$rendering$renderers$gl$shader$program$preprocessors$insertVersion.js
2026-07-01 22:38:29 -06:00

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