UNPKG

@types/three

Version:
9 lines (7 loc) 266 B
import { NodeRepresentation, ShaderNodeObject } from "three/tsl"; import { Node } from "three/webgpu"; export const motionBlur: ( inputNode: NodeRepresentation, velocity: NodeRepresentation, numSamples?: NodeRepresentation, ) => ShaderNodeObject<Node>;