UNPKG

@types/three

Version:
11 lines (9 loc) 201 B
import { IUniform } from "three"; export const HorizontalBlurShader: { uniforms: { tDiffuse: IUniform; h: IUniform; }; vertexShader: string; fragmentShader: string; };