UNPKG

@spearwolf/twopoint5d

Version:

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

3 lines 201 B
import type { DrawUsageType, VertexAttributeUsageType } from './types.js'; export declare function toDrawUsage(usage: VertexAttributeUsageType): DrawUsageType; //# sourceMappingURL=toDrawUsage.d.ts.map