10 lines
934 B
JavaScript
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
|