UNPKG

@types/three

Version:
9 lines (7 loc) 266 B
import { NodeRepresentation, ShaderNodeObject } from "three/tsl"; import { Node } from "three/webgpu"; export const hashBlur: ( textureNode: NodeRepresentation, bluramount?: NodeRepresentation, repeats?: NodeRepresentation, ) => ShaderNodeObject<Node>;