@awayjs/stage
Version:
Stage for AwayJS
15 lines • 461 B
TypeScript
export declare class OpLUT {
s: string;
flags: number;
dest: boolean;
a: boolean;
b: boolean;
matrixwidth: number;
matrixheight: number;
ndwm: boolean;
scalar: boolean;
dm: boolean;
lod: boolean;
constructor(s: string, flags: number, dest: boolean, a: boolean, b: boolean, matrixwidth: number, matrixheight: number, ndwm: boolean, scaler: boolean, dm: boolean, lod: boolean);
}
//# sourceMappingURL=OpLUT.d.ts.map