UNPKG

@thi.ng/shader-ast-stdlib

Version:

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

5 lines 527 B
export declare const mixCubic: import("@thi.ng/shader-ast").TaggedFn5<"float", "float", "float", "float", "float", "float">; export declare const mixCubic2: import("@thi.ng/shader-ast").TaggedFn5<"vec2", "vec2", "vec2", "vec2", "float", "vec2">; export declare const mixCubic3: import("@thi.ng/shader-ast").TaggedFn5<"vec3", "vec3", "vec3", "vec3", "float", "vec3">; export declare const mixCubic4: import("@thi.ng/shader-ast").TaggedFn5<"vec4", "vec4", "vec4", "vec4", "float", "vec4">; //# sourceMappingURL=mix-cubic.d.ts.map