UNPKG

@itwin/core-frontend

Version:
8 lines 416 B
/** @packageDocumentation * @module WebGL */ import { ProgramBuilder } from "../ShaderBuilder"; export declare function getComputeThematicIndex(instanced: boolean, skipSlopeAndHillShade: boolean, decodeNormal: boolean): string; /** @internal */ export declare function addThematicDisplay(builder: ProgramBuilder, isForPointClouds?: boolean, isForTerrainMesh?: boolean): void; //# sourceMappingURL=Thematic.d.ts.map