UNPKG

@types/three

Version:
12 lines (10 loc) 228 B
import { IUniform } from "three"; export const VignetteShader: { uniforms: { tDiffuse: IUniform; offset: IUniform; darkness: IUniform; }; vertexShader: string; fragmentShader: string; };