UNPKG

pixi.js

Version:

PixiJS — The HTML5 Creation Engine =============

3 lines (2 loc) 182 B
import { GpuProgram } from '../../../../rendering/renderers/gpu/shader/GpuProgram'; export declare function generateBlurProgram(horizontal: boolean, kernelSize: number): GpuProgram;