@itwin/core-frontend
Version:
iTwin.js frontend components
15 lines • 424 B
TypeScript
/** @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