UNPKG

@itwin/core-frontend

Version:
15 lines 424 B
/** @packageDocumentation * @module WebGL */ import { LinePixels } from "@itwin/core-common"; /** Describes one of the pre-defined line patterns. See Render.LinePixels. * @internal */ export declare namespace LineCode { function valueFromLinePixels(pixels: LinePixels): number; const solid = 0; const count = 16; const size = 32; const lineCodeData: number[]; } //# sourceMappingURL=LineCode.d.ts.map