UNPKG

@spearwolf/twopoint5d

Version:

Create 2.5D realtime graphics and pixelart with WebGL and 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