sdfsdfs
This commit is contained in:
12
node_modules/pixi.js/lib/scene/container/utils/executeInstructions.mjs
generated
vendored
Normal file
12
node_modules/pixi.js/lib/scene/container/utils/executeInstructions.mjs
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
"use strict";
|
||||
function executeInstructions(renderGroup, renderer) {
|
||||
const instructionSet = renderGroup.instructionSet;
|
||||
const instructions = instructionSet.instructions;
|
||||
for (let i = 0; i < instructionSet.instructionSize; i++) {
|
||||
const instruction = instructions[i];
|
||||
renderer[instruction.renderPipeId].execute(instruction);
|
||||
}
|
||||
}
|
||||
|
||||
export { executeInstructions };
|
||||
//# sourceMappingURL=executeInstructions.mjs.map
|
Reference in New Issue
Block a user