UNPKG

@types/three

Version:
13 lines (11 loc) 250 B
import { IUniform } from "three"; export const HueSaturationShader: { name: string; uniforms: { tDiffuse: IUniform; hue: IUniform; saturation: IUniform; }; vertexShader: string; fragmentShader: string; };