UNPKG

@types/three

Version:
13 lines (11 loc) 238 B
import { IUniform } from "three"; export const AfterimageShader: { name: string; uniforms: { damp: IUniform; tOld: IUniform; tNew: IUniform; }; vertexShader: string; fragmentShader: string; };