UNPKG

@types/three

Version:
13 lines (11 loc) 260 B
import { IUniform } from "three"; export const BrightnessContrastShader: { name: string; uniforms: { tDiffuse: IUniform; brightness: IUniform; contrast: IUniform; }; vertexShader: string; fragmentShader: string; };