UNPKG

@thi.ng/shader-ast-stdlib

Version:

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

5 lines 521 B
import type { Vec2Term, Vec3Term, Vec4Term } from "@thi.ng/shader-ast"; export declare const distChebyshev2: (a: Vec2Term | Vec3Term | Vec4Term, b: Vec2Term | Vec3Term | Vec4Term) => import("@thi.ng/shader-ast").FnCall<"float">; export declare const distChebyshev3: (a: Vec3Term | Vec4Term, b: Vec3Term | Vec4Term) => import("@thi.ng/shader-ast").FnCall<"float">; export declare const distChebyshev4: (a: Vec4Term, b: Vec4Term) => import("@thi.ng/shader-ast").FnCall<"float">; //# sourceMappingURL=dist-chebyshev.d.ts.map