UNPKG

@spearwolf/twopoint5d

Version:

a library to create 2.5d realtime graphics and pixelart with three.js

4 lines 251 B
import type { BufferLike } from './types.js'; import type { VOBufferPool } from './VOBufferPool.js'; export declare function updateUpdateRange(pool: VOBufferPool, buffers: Map<string, BufferLike>): void; //# sourceMappingURL=updateUpdateRange.d.ts.map