Files
nothoughts/node_modules/pixi.js/lib/scene/container/utils/executeInstructions.d.ts
2025-08-04 18:57:35 +02:00

4 lines
222 B
TypeScript

import type { RenderPipes } from '../../../rendering/renderers/types';
import type { RenderGroup } from '../RenderGroup';
export declare function executeInstructions(renderGroup: RenderGroup, renderer: RenderPipes): void;