UNPKG

@phaserjs/phaser

Version:
4 lines 289 B
import { IRenderPass } from '../renderpass/IRenderPass'; import { ITexture } from '../../../textures/ITexture'; export declare function BatchTexturedQuadBuffer<T extends ITexture>(texture: T, id: number, renderPass: IRenderPass): void; //# sourceMappingURL=BatchTexturedQuadBuffer.d.ts.map