UNPKG

@thi.ng/shader-ast-stdlib

Version:

Function collection for modular GPGPU / shader programming with @thi.ng/shader-ast

6 lines (5 loc) 111 B
import { sub } from "@thi.ng/shader-ast/ast/ops"; const sdfRound = (d, r) => sub(d, r); export { sdfRound };