UNPKG

@types/three

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