UNPKG

@itwin/core-frontend

Version:
9 lines 294 B
/** @packageDocumentation * @module WebGL */ import { ProgramBuilder } from "../ShaderBuilder"; /** NB: addMaterial() sets up the mat_* variables used by applyLighting. * @internal */ export declare function addLighting(builder: ProgramBuilder): void; //# sourceMappingURL=Lighting.d.ts.map