UNPKG

@types/three

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