UNPKG

@types/three

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