UNPKG

modern-canvas

Version:

A JavaScript WebGL rendering engine. only the ESM.

7 lines (6 loc) 187 B
import type { VertexFormat } from './const'; export declare function getAttributeInfoFromFormat(format: VertexFormat): { size: number; stride: number; normalized: boolean; };