UNPKG

@flashport/flashport

Version:

FlashPort is a TypeScript 2D graphics library that largely replicates the Flash ActionScript 3.0 library

9 lines (8 loc) 227 B
export declare class Context3DVertexBufferFormat extends Object { static FLOAT_1: string; static FLOAT_2: string; static FLOAT_3: string; static FLOAT_4: string; static BYTES_4: string; constructor(); }