UNPKG

@thi.ng/shader-ast-stdlib

Version:

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

9 lines 293 B
/** * Computes exponential fog factor `[0,1]`, based on given fully saturated fog * distance and density. * * @param dist - float * @param density - float */ export declare const fogExp: import("@thi.ng/shader-ast").TaggedFn2<"float", "float", "float">; //# sourceMappingURL=exp.d.ts.map