Files
il/resources/public/js/cljs-runtime/module$node_modules$pixi_DOT_js$lib$rendering$renderers$gpu$shader$utils$createUboSyncFunctionWGSL.js
2026-07-01 22:38:29 -06:00

10 lines
934 B
JavaScript

shadow$provide.module$node_modules$pixi_DOT_js$lib$rendering$renderers$gpu$shader$utils$createUboSyncFunctionWGSL = function(global, require, module, exports) {
var createUboSyncFunction = require("module$node_modules$pixi_DOT_js$lib$rendering$renderers$shared$shader$utils$createUboSyncFunction"), uboSyncFunctions = require("module$node_modules$pixi_DOT_js$lib$rendering$renderers$shared$shader$utils$uboSyncFunctions"), generateArraySyncWGSL = require("module$node_modules$pixi_DOT_js$lib$rendering$renderers$gpu$shader$utils$generateArraySyncWGSL");
"use strict";
exports.createUboSyncFunctionWGSL = function(uboElements) {
return createUboSyncFunction.createUboSyncFunction(uboElements, "uboWgsl", generateArraySyncWGSL.generateArraySyncWGSL, uboSyncFunctions.uboSyncFunctionsWGSL);
};
};
//# sourceMappingURL=module$node_modules$pixi_DOT_js$lib$rendering$renderers$gpu$shader$utils$createUboSyncFunctionWGSL.js.map