UNPKG

@animech-public/playcanvas

Version:
9 lines (8 loc) 299 B
export class ShaderGenerator { static begin(): string; static end(): string; static skinCode(device: any, chunks?: any): any; static fogCode(value: any, chunks?: any): any; static gammaCode(value: any, chunks?: any): any; static tonemapCode(value: any, chunks?: any): any; }