UNPKG

@types/three

Version:
12 lines (10 loc) 225 B
import { IUniform } from "three"; export const RGBShiftShader: { uniforms: { tDiffuse: IUniform; amount: IUniform; angle: IUniform; }; vertexShader: string; fragmentShader: string; };