UNPKG

@types/three

Version:
12 lines (10 loc) 226 B
import { IUniform } from "three"; export const UnpackDepthRGBAShader: { name: string; uniforms: { tDiffuse: IUniform; opacity: IUniform; }; vertexShader: string; fragmentShader: string; };