wonder.js
Version:
16 lines (11 loc) • 556 B
JavaScript
;
var OptionService$Wonderjs = require("../../../atom/OptionService.js");
function unsafeGetGPU(param) {
return OptionService$Wonderjs.unsafeGet(param[/* gpu */0]);
}
function unsafeGetObjectInstanceCountPerSourceInstance(param) {
return OptionService$Wonderjs.unsafeGet(param[/* instanceBuffer */1])[/* objectInstanceCountPerSourceInstance */0];
}
exports.unsafeGetGPU = unsafeGetGPU;
exports.unsafeGetObjectInstanceCountPerSourceInstance = unsafeGetObjectInstanceCountPerSourceInstance;
/* OptionService-Wonderjs Not a pure module */