@thi.ng/shader-ast-stdlib
Version:
Function collection for modular GPGPU / shader programming with @thi.ng/shader-ast
8 lines • 307 B
TypeScript
/**
* Array and textureless GLSL 2D simplex noise function. Ported from original
* GLSL implementation by Ian McEwan & Ashima Arts.
*
* https://github.com/ashima/webgl-noise
*/
export declare const snoise2: import("@thi.ng/shader-ast").TaggedFn1<"vec2", "float">;
//# sourceMappingURL=simplex2.d.ts.map