UNPKG

@types/three

Version:
12 lines (10 loc) 220 B
import { IUniform } from "three"; export const TriangleBlurShader: { name: string; uniforms: { texture: IUniform; delta: IUniform; }; vertexShader: string; fragmentShader: string; };