UNPKG

three

Version:

JavaScript 3D library

13 lines (11 loc) 192 B
import { Uniform } from '../../../src/Three'; export const BleachBypassShader: { uniforms: { tDiffuse: Uniform; opacity: Uniform; }; vertexShader: string; fragmentShader: string; };