UNPKG

@itwin/core-frontend

Version:
8 lines 301 B
/** @packageDocumentation * @module WebGL */ import { BlurType } from "../CachedGeometry"; import { ShaderProgram } from "../ShaderProgram"; /** @internal */ export declare function createBlurProgram(context: WebGL2RenderingContext, type: BlurType): ShaderProgram; //# sourceMappingURL=Blur.d.ts.map