@thi.ng/shader-ast-stdlib 0.13.6 → 0.13.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -1
- package/README.md +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -271,7 +271,7 @@ usually seen in shader code and not easily achievable via the usual
|
|
|
271
271
|
string templating approach used by most other GLSL libraries.
|
|
272
272
|
|
|
273
273
|
For example, the
|
|
274
|
-
[`additive()`](https://docs.thi.ng/umbrella/shader-ast-stdlib/
|
|
274
|
+
[`additive()`](https://docs.thi.ng/umbrella/shader-ast-stdlib/functions/additive.html)
|
|
275
275
|
HOF takes a single-arg scalar function and a number of octaves. It returns a new
|
|
276
276
|
function which computes the summed value of `fn` over the given number octaves,
|
|
277
277
|
with a user defined phase shift & decay factor (per octave). This can be used
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/shader-ast-stdlib",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.7",
|
|
4
4
|
"description": "Function collection for modular GPGPU / shader programming with @thi.ng/shader-ast",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@thi.ng/api": "^8.7.3",
|
|
38
|
-
"@thi.ng/shader-ast": "^0.12.
|
|
38
|
+
"@thi.ng/shader-ast": "^0.12.44"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@microsoft/api-extractor": "^7.34.2",
|
|
42
|
-
"@thi.ng/testament": "^0.3.
|
|
42
|
+
"@thi.ng/testament": "^0.3.12",
|
|
43
43
|
"rimraf": "^4.1.2",
|
|
44
44
|
"tools": "^0.0.1",
|
|
45
45
|
"typedoc": "^0.23.24",
|
|
@@ -330,5 +330,5 @@
|
|
|
330
330
|
],
|
|
331
331
|
"year": 2019
|
|
332
332
|
},
|
|
333
|
-
"gitHead": "
|
|
333
|
+
"gitHead": "8ab2cbfe2f59b7ef672b6e1cf2a43368f8437ddf\n"
|
|
334
334
|
}
|