@thi.ng/webgl 6.6.19 → 6.6.21

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-12-31T09:44:24Z
3
+ - **Last updated**: 2024-01-26T18:03:04Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -170,4 +170,4 @@ If this project contributes to an academic publication, please cite it as:
170
170
 
171
171
  ## License
172
172
 
173
- © 2014 - 2023 Karsten Schmidt // Apache License 2.0
173
+ © 2014 - 2024 Karsten Schmidt // Apache License 2.0
package/api/model.d.ts CHANGED
@@ -61,7 +61,7 @@ export interface ModelSpec {
61
61
  export interface ModelAttributeSpec {
62
62
  /**
63
63
  * Backing {@link WebGLArrayBuffer} instance. Usually this will be
64
- * auto-initialized by {@link compileBuffers}
64
+ * auto-initialized by {@link compileModel}.
65
65
  */
66
66
  buffer?: IWebGLBuffer<AttribBufferData>;
67
67
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/webgl",
3
- "version": "6.6.19",
3
+ "version": "6.6.21",
4
4
  "description": "WebGL & GLSL abstraction layer",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,22 +39,22 @@
39
39
  "test": "bun test"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.9.16",
43
- "@thi.ng/associative": "^6.3.29",
44
- "@thi.ng/canvas": "^0.1.3",
45
- "@thi.ng/checks": "^3.4.16",
46
- "@thi.ng/equiv": "^2.1.41",
47
- "@thi.ng/errors": "^2.4.10",
48
- "@thi.ng/logger": "^2.1.3",
49
- "@thi.ng/matrices": "^2.3.4",
50
- "@thi.ng/memoize": "^3.1.50",
51
- "@thi.ng/pixel": "^6.0.3",
52
- "@thi.ng/shader-ast": "^0.13.0",
53
- "@thi.ng/shader-ast-glsl": "^0.4.90",
54
- "@thi.ng/shader-ast-stdlib": "^0.16.15",
55
- "@thi.ng/transducers": "^8.8.20",
56
- "@thi.ng/vector-pools": "^3.1.96",
57
- "@thi.ng/vectors": "^7.8.15"
42
+ "@thi.ng/api": "^8.9.18",
43
+ "@thi.ng/associative": "^6.3.31",
44
+ "@thi.ng/canvas": "^0.2.0",
45
+ "@thi.ng/checks": "^3.4.18",
46
+ "@thi.ng/equiv": "^2.1.42",
47
+ "@thi.ng/errors": "^2.4.11",
48
+ "@thi.ng/logger": "^2.1.4",
49
+ "@thi.ng/matrices": "^2.3.6",
50
+ "@thi.ng/memoize": "^3.1.52",
51
+ "@thi.ng/pixel": "^6.1.0",
52
+ "@thi.ng/shader-ast": "^0.13.2",
53
+ "@thi.ng/shader-ast-glsl": "^0.4.92",
54
+ "@thi.ng/shader-ast-stdlib": "^0.16.17",
55
+ "@thi.ng/transducers": "^8.8.22",
56
+ "@thi.ng/vector-pools": "^3.1.98",
57
+ "@thi.ng/vectors": "^7.10.0"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@microsoft/api-extractor": "^7.39.0",
@@ -219,5 +219,5 @@
219
219
  ],
220
220
  "year": 2014
221
221
  },
222
- "gitHead": "b3db173682e1148cf08a6bd907b8d90b47b7c066\n"
222
+ "gitHead": "7426e2ae6fca5482c6eaf649872296fc89955374\n"
223
223
  }