UNPKG

@flashport/flashport

Version:

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

10 lines (9 loc) 274 B
export declare class Context3DTextureFormat extends Object { static BGRA: string; static RGBA_HALF_FLOAT: string; static COMPRESSED: string; static COMPRESSED_ALPHA: string; static BGR_PACKED: string; static BGRA_PACKED: string; constructor(); }