UNPKG

pixi.js

Version:

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

3 lines (2 loc) 180 B
import { GlProgram } from '../../../../rendering/renderers/gl/shader/GlProgram'; export declare function generateBlurGlProgram(horizontal: boolean, kernelSize: number): GlProgram;