UNPKG

@types/three

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