UNPKG

@types/three

Version:
11 lines (9 loc) 194 B
import { IUniform } from "three"; export const LuminosityShader: { name: string; uniforms: { tDiffuse: IUniform; }; vertexShader: string; fragmentShader: string; };