UNPKG

@types/three

Version:
5 lines (3 loc) 179 B
import { NodeRepresentation, ShaderNodeObject } from "three/tsl"; import { Node } from "three/webgpu"; export const sepia: (color: NodeRepresentation) => ShaderNodeObject<Node>;