@awayjs/stage
Version:
Stage for AwayJS
10 lines • 411 B
TypeScript
import { ByteArray } from '@awayjs/core';
import { Description } from '../aglsl/Description';
import { Part } from './assembler/Part';
export declare class AGALTokenizer {
constructor();
decribeAGALPart(array: ByteArray | Part): Description;
decribeAGALByteArray(bytes: ByteArray): Description;
readReg(s: any, mh: any, desc: any, bytes: any): void;
}
//# sourceMappingURL=AGALTokenizer.d.ts.map