wonder.js
Version:
15 lines (11 loc) • 436 B
JavaScript
;
function createState(state) {
return /* record */[
/* vertexAttribHistoryArray */state[/* glslSenderRecord */3][/* vertexAttribHistoryArray */10],
/* sceneRecord */state[/* sceneRecord */0],
/* directionLightRecord */state[/* directionLightRecord */14],
/* pointLightRecord */state[/* pointLightRecord */15]
];
}
exports.createState = createState;
/* No side effect */