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