UNPKG

pixi.js

Version:

PixiJS — The HTML5 Creation Engine =============

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