@thi.ng/webgl 6.1.7 → 6.1.10

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**: 2021-12-13T10:26:00Z
3
+ - **Last updated**: 2022-04-07T14:17:30Z
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
@@ -176,4 +176,4 @@ If this project contributes to an academic publication, please cite it as:
176
176
 
177
177
  ## License
178
178
 
179
- © 2014 - 2021 Karsten Schmidt // Apache Software License 2.0
179
+ © 2014 - 2022 Karsten Schmidt // Apache Software License 2.0
package/multipass.d.ts CHANGED
@@ -11,8 +11,8 @@ export declare const defMultiPass: (opts: MultipassOpts) => Multipass;
11
11
  *
12
12
  * WebGL2 only (uses `texelFetch()`)
13
13
  *
14
- * @param src
15
- * @param dest
14
+ * @param src -
15
+ * @param dest -
16
16
  */
17
17
  export declare const passCopy: (src: string[], dest: string[]) => PassOpts;
18
18
  //# sourceMappingURL=multipass.d.ts.map
package/multipass.js CHANGED
@@ -152,8 +152,8 @@ const initBuffers = (opts, textures, useMainBuffer) => (useMainBuffer
152
152
  *
153
153
  * WebGL2 only (uses `texelFetch()`)
154
154
  *
155
- * @param src
156
- * @param dest
155
+ * @param src -
156
+ * @param dest -
157
157
  */
158
158
  export const passCopy = (src, dest) => {
159
159
  assert(src.length === dest.length, `require same number of in/out textures`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/webgl",
3
- "version": "6.1.7",
3
+ "version": "6.1.10",
4
4
  "description": "WebGL & GLSL abstraction layer",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,30 +34,30 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/adapt-dpi": "^2.1.3",
38
- "@thi.ng/api": "^8.3.3",
39
- "@thi.ng/associative": "^6.1.4",
40
- "@thi.ng/checks": "^3.1.3",
41
- "@thi.ng/equiv": "^2.1.3",
42
- "@thi.ng/errors": "^2.1.3",
43
- "@thi.ng/logger": "^1.1.3",
44
- "@thi.ng/matrices": "^2.1.7",
45
- "@thi.ng/memoize": "^3.1.3",
46
- "@thi.ng/pixel": "^3.3.1",
47
- "@thi.ng/shader-ast": "^0.12.4",
48
- "@thi.ng/shader-ast-glsl": "^0.4.4",
49
- "@thi.ng/shader-ast-stdlib": "^0.11.4",
50
- "@thi.ng/transducers": "^8.2.0",
51
- "@thi.ng/vector-pools": "^3.1.7",
52
- "@thi.ng/vectors": "^7.4.3"
37
+ "@thi.ng/adapt-dpi": "^2.1.5",
38
+ "@thi.ng/api": "^8.3.5",
39
+ "@thi.ng/associative": "^6.1.6",
40
+ "@thi.ng/checks": "^3.1.5",
41
+ "@thi.ng/equiv": "^2.1.5",
42
+ "@thi.ng/errors": "^2.1.5",
43
+ "@thi.ng/logger": "^1.1.5",
44
+ "@thi.ng/matrices": "^2.1.10",
45
+ "@thi.ng/memoize": "^3.1.5",
46
+ "@thi.ng/pixel": "^3.4.1",
47
+ "@thi.ng/shader-ast": "^0.12.6",
48
+ "@thi.ng/shader-ast-glsl": "^0.4.6",
49
+ "@thi.ng/shader-ast-stdlib": "^0.11.6",
50
+ "@thi.ng/transducers": "^8.3.1",
51
+ "@thi.ng/vector-pools": "^3.1.10",
52
+ "@thi.ng/vectors": "^7.5.2"
53
53
  },
54
54
  "devDependencies": {
55
- "@microsoft/api-extractor": "^7.19.2",
56
- "@thi.ng/testament": "^0.2.3",
55
+ "@microsoft/api-extractor": "^7.19.4",
56
+ "@thi.ng/testament": "^0.2.5",
57
57
  "rimraf": "^3.0.2",
58
58
  "tools": "^0.0.1",
59
- "typedoc": "^0.22.10",
60
- "typescript": "^4.5.3"
59
+ "typedoc": "^0.22.13",
60
+ "typescript": "^4.6.2"
61
61
  },
62
62
  "keywords": [
63
63
  "2d",
@@ -94,112 +94,112 @@
94
94
  ],
95
95
  "exports": {
96
96
  ".": {
97
- "import": "./index.js"
97
+ "default": "./index.js"
98
98
  },
99
99
  "./api/blend": {
100
- "import": "./api/blend.js"
100
+ "default": "./api/blend.js"
101
101
  },
102
102
  "./api/buffers": {
103
- "import": "./api/buffers.js"
103
+ "default": "./api/buffers.js"
104
104
  },
105
105
  "./api/canvas": {
106
- "import": "./api/canvas.js"
106
+ "default": "./api/canvas.js"
107
107
  },
108
108
  "./api/ext": {
109
- "import": "./api/ext.js"
109
+ "default": "./api/ext.js"
110
110
  },
111
111
  "./api/glsl": {
112
- "import": "./api/glsl.js"
112
+ "default": "./api/glsl.js"
113
113
  },
114
114
  "./api/material": {
115
- "import": "./api/material.js"
115
+ "default": "./api/material.js"
116
116
  },
117
117
  "./api/model": {
118
- "import": "./api/model.js"
118
+ "default": "./api/model.js"
119
119
  },
120
120
  "./api/multipass": {
121
- "import": "./api/multipass.js"
121
+ "default": "./api/multipass.js"
122
122
  },
123
123
  "./api/shader": {
124
- "import": "./api/shader.js"
124
+ "default": "./api/shader.js"
125
125
  },
126
126
  "./api/stencil": {
127
- "import": "./api/stencil.js"
127
+ "default": "./api/stencil.js"
128
128
  },
129
129
  "./api/texture": {
130
- "import": "./api/texture.js"
130
+ "default": "./api/texture.js"
131
131
  },
132
132
  "./buffer": {
133
- "import": "./buffer.js"
133
+ "default": "./buffer.js"
134
134
  },
135
135
  "./canvas": {
136
- "import": "./canvas.js"
136
+ "default": "./canvas.js"
137
137
  },
138
138
  "./checks": {
139
- "import": "./checks.js"
139
+ "default": "./checks.js"
140
140
  },
141
141
  "./draw": {
142
- "import": "./draw.js"
142
+ "default": "./draw.js"
143
143
  },
144
144
  "./error": {
145
- "import": "./error.js"
145
+ "default": "./error.js"
146
146
  },
147
147
  "./fbo": {
148
- "import": "./fbo.js"
148
+ "default": "./fbo.js"
149
149
  },
150
150
  "./geo/cube": {
151
- "import": "./geo/cube.js"
151
+ "default": "./geo/cube.js"
152
152
  },
153
153
  "./geo/quad": {
154
- "import": "./geo/quad.js"
154
+ "default": "./geo/quad.js"
155
155
  },
156
156
  "./logger": {
157
- "import": "./logger.js"
157
+ "default": "./logger.js"
158
158
  },
159
159
  "./material": {
160
- "import": "./material.js"
160
+ "default": "./material.js"
161
161
  },
162
162
  "./matrices": {
163
- "import": "./matrices.js"
163
+ "default": "./matrices.js"
164
164
  },
165
165
  "./multipass": {
166
- "import": "./multipass.js"
166
+ "default": "./multipass.js"
167
167
  },
168
168
  "./rbo": {
169
- "import": "./rbo.js"
169
+ "default": "./rbo.js"
170
170
  },
171
171
  "./readpixels": {
172
- "import": "./readpixels.js"
172
+ "default": "./readpixels.js"
173
173
  },
174
174
  "./shader": {
175
- "import": "./shader.js"
175
+ "default": "./shader.js"
176
176
  },
177
177
  "./shaders/lambert": {
178
- "import": "./shaders/lambert.js"
178
+ "default": "./shaders/lambert.js"
179
179
  },
180
180
  "./shaders/phong": {
181
- "import": "./shaders/phong.js"
181
+ "default": "./shaders/phong.js"
182
182
  },
183
183
  "./shaders/pipeline": {
184
- "import": "./shaders/pipeline.js"
184
+ "default": "./shaders/pipeline.js"
185
185
  },
186
186
  "./syntax": {
187
- "import": "./syntax.js"
187
+ "default": "./syntax.js"
188
188
  },
189
189
  "./texture": {
190
- "import": "./texture.js"
190
+ "default": "./texture.js"
191
191
  },
192
192
  "./textures/checkerboard": {
193
- "import": "./textures/checkerboard.js"
193
+ "default": "./textures/checkerboard.js"
194
194
  },
195
195
  "./textures/stripes": {
196
- "import": "./textures/stripes.js"
196
+ "default": "./textures/stripes.js"
197
197
  },
198
198
  "./uniforms": {
199
- "import": "./uniforms.js"
199
+ "default": "./uniforms.js"
200
200
  },
201
201
  "./utils": {
202
- "import": "./utils.js"
202
+ "default": "./utils.js"
203
203
  }
204
204
  },
205
205
  "thi.ng": {
@@ -215,5 +215,5 @@
215
215
  ],
216
216
  "year": 2014
217
217
  },
218
- "gitHead": "1ba92c6b9509e74e509b4c0b875fc380a97bbbc1\n"
218
+ "gitHead": "542bf14bd0c7a56b4e6297718189eea772a824b7\n"
219
219
  }