UNPKG

@spearwolf/twopoint5d

Version:

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

5 lines 270 B
import type { BufferLike, VertexAttributeUsageType } from './types.js'; export declare function selectBuffers(buffers: Map<string, BufferLike>, bufferTypes: { [Type in VertexAttributeUsageType]?: boolean; }): BufferLike[]; //# sourceMappingURL=selectBuffers.d.ts.map