10 lines
924 B
JavaScript
10 lines
924 B
JavaScript
shadow$provide.module$node_modules$pixi_DOT_js$lib$rendering$renderers$gl$shader$utils$createUboSyncSTD40 = 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"), generateArraySyncSTD40 = require("module$node_modules$pixi_DOT_js$lib$rendering$renderers$gl$shader$utils$generateArraySyncSTD40");
|
|
"use strict";
|
|
exports.createUboSyncFunctionSTD40 = function(uboElements) {
|
|
return createUboSyncFunction.createUboSyncFunction(uboElements, "uboStd40", generateArraySyncSTD40.generateArraySyncSTD40, uboSyncFunctions.uboSyncFunctionsSTD40);
|
|
};
|
|
};
|
|
|
|
//# sourceMappingURL=module$node_modules$pixi_DOT_js$lib$rendering$renderers$gl$shader$utils$createUboSyncSTD40.js.map
|