wonder.js
Version:
11 lines (7 loc) • 403 B
JavaScript
;
var BufferTextureService$Wonderjs = require("../../../record/main/texture/BufferTextureService.js");
function isNeedUpdate(textureInTypeArray, defaultIsNeedUpdate, isNeedUpdates, getIsNeedUpdateFunc) {
return getIsNeedUpdateFunc(textureInTypeArray, isNeedUpdates) === BufferTextureService$Wonderjs.getNeedUpdate(/* () */0);
}
exports.isNeedUpdate = isNeedUpdate;
/* No side effect */