UNPKG

@types/three

Version:
14 lines (12 loc) 269 B
import { IUniform } from "three"; export const DOFMipMapShader: { name: string; uniforms: { tColor: IUniform; tDepth: IUniform; focus: IUniform; maxblur: IUniform; }; vertexShader: string; fragmentShader: string; };