UNPKG

@itwin/core-frontend

Version:
9 lines 286 B
/** @packageDocumentation * @module WebGL */ import { ProgramBuilder } from "../ShaderBuilder"; /** Adds to a mesh shader logic to produce an overlaid wiremesh. * @internal */ export declare function addWiremesh(builder: ProgramBuilder): void; //# sourceMappingURL=Wiremesh.d.ts.map