Files
nothoughts/node_modules/pixi.js/lib/rendering/batcher/gpu/getTextureBatchBindGroup.d.ts
2025-08-04 18:57:35 +02:00

4 lines
259 B
TypeScript

import { BindGroup } from '../../renderers/gpu/shader/BindGroup';
import type { TextureSource } from '../../renderers/shared/texture/sources/TextureSource';
export declare function getTextureBatchBindGroup(textures: TextureSource[], size: number): BindGroup;