UNPKG

@types/three

Version:
15 lines (9 loc) 282 B
import { IUniform, RawShaderMaterial } from "three"; import { Pass } from "./Pass.js"; declare class OutputPass extends Pass { readonly isOutputPass: true; uniforms: Record<string, IUniform>; material: RawShaderMaterial; constructor(); } export { OutputPass };