UNPKG

@types/three

Version:
15 lines (13 loc) 316 B
import { IUniform } from "three"; export const FocusShader: { name: string; uniforms: { tDiffuse: IUniform; screenWidth: IUniform; screenHeight: IUniform; sampleDistance: IUniform; waveFactor: IUniform; }; vertexShader: string; fragmentShader: string; };