UNPKG

@types/three

Version:
13 lines (11 loc) 252 B
import { IUniform } from "three"; export const FilmShader: { uniforms: { tDiffuse: IUniform; time: IUniform; intensity: IUniform; grayscale: IUniform; }; vertexShader: string; fragmentShader: string; };