UNPKG

@awayjs/stage

Version:
10 lines 272 B
import { OpLUT } from './OpLUT'; export declare const enum OPPCODES { Mat44 = 24 } export declare class Mapping { static lib: Record<OPPCODES, string>; static agal2glsllut: Array<OpLUT>; constructor(include?: OpLUT); } //# sourceMappingURL=Mapping.d.ts.map