@sanox/sangine-core 0.3.4 → 0.4.1

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.
Files changed (26) hide show
  1. package/dist/gen-types.d.ts +59 -21
  2. package/dist/gen-types.d.ts.map +1 -1
  3. package/dist/index.cjs.js +1 -1
  4. package/dist/index.es.js +101 -78
  5. package/dist/wasm/basis-decode/snippets/basisu_c_sys-273c0aeb51b100af/wasm/basisu_transcoder.js +2 -0
  6. package/dist/wasm/basis-decode/snippets/basisu_c_sys-273c0aeb51b100af/wasm/basisu_transcoder.wasm +0 -0
  7. package/dist/wasm/basis-decode/wasm_basis_decode.a8b7eebd.js +553 -0
  8. package/dist/wasm/basis-decode/wasm_basis_decode.d.ts +58 -0
  9. package/dist/wasm/basis-decode/wasm_basis_decode_bg.a8b7eebd.wasm +0 -0
  10. package/dist/wasm/basis-decode/wasm_basis_decode_bg.wasm.d.ts +16 -0
  11. package/dist/wasm/sangine/{sangine.df2c068e.js → sangine.31a02d84.js} +909 -819
  12. package/dist/wasm/sangine/sangine.d.ts +24 -40
  13. package/dist/wasm/sangine/{sangine_bg.df2c068e.wasm → sangine_bg.31a02d84.wasm} +0 -0
  14. package/dist/wasm/sangine/sangine_bg.wasm.d.ts +24 -18
  15. package/dist/wasm/sbo-decode/{wasm_sbo_decode.fa5ceba1.js → wasm_sbo_decode.5c359661.js} +3 -4
  16. package/dist/wasm/sbo-decode/wasm_sbo_decode_bg.5c359661.wasm +0 -0
  17. package/dist/wasm-hashes/basis-decode.d.ts +2 -0
  18. package/dist/wasm-hashes/basis-decode.d.ts.map +1 -0
  19. package/dist/wasm-hashes/sangine.d.ts +1 -1
  20. package/dist/wasm-hashes/sbo-decode.d.ts +1 -1
  21. package/dist/worker/decodeWorkerImpl.d.ts +9 -4
  22. package/dist/worker/decodeWorkerImpl.d.ts.map +1 -1
  23. package/dist/worker/pool.d.ts +1 -0
  24. package/dist/worker/pool.d.ts.map +1 -1
  25. package/package.json +1 -1
  26. package/dist/wasm/sbo-decode/wasm_sbo_decode_bg.fa5ceba1.wasm +0 -0
@@ -1,28 +1,5 @@
1
1
  /* @ts-self-types="./sangine.d.ts" */
2
2
 
3
- /**
4
- * Chroma subsampling format
5
- * @enum {0 | 1 | 2 | 3}
6
- */
7
- export const ChromaSampling = Object.freeze({
8
- /**
9
- * Both vertically and horizontally subsampled.
10
- */
11
- Cs420: 0, "0": "Cs420",
12
- /**
13
- * Horizontally subsampled.
14
- */
15
- Cs422: 1, "1": "Cs422",
16
- /**
17
- * Not subsampled.
18
- */
19
- Cs444: 2, "2": "Cs444",
20
- /**
21
- * Monochrome.
22
- */
23
- Cs400: 3, "3": "Cs400",
24
- });
25
-
26
3
  /**
27
4
  * @param {number} window_id
28
5
  * @param {any} camera_target
@@ -222,85 +199,84 @@ export function set_window_scale(window_id, scale) {
222
199
  throw takeFromExternrefTable0(ret[0]);
223
200
  }
224
201
  }
225
-
226
202
  function __wbg_get_imports() {
227
203
  const import0 = {
228
204
  __proto__: null,
229
- __wbg_Error_8c4e43fe74559d73: function(arg0, arg1) {
205
+ __wbg_Error_960c155d3d49e4c2: function(arg0, arg1) {
230
206
  const ret = Error(getStringFromWasm0(arg0, arg1));
231
207
  return ret;
232
208
  },
233
- __wbg_Number_04624de7d0e8332d: function(arg0) {
209
+ __wbg_Number_32bf70a599af1d4b: function(arg0) {
234
210
  const ret = Number(arg0);
235
211
  return ret;
236
212
  },
237
- __wbg_String_8f0eb39a4a4c2f66: function(arg0, arg1) {
213
+ __wbg_String_8564e559799eccda: function(arg0, arg1) {
238
214
  const ret = String(arg1);
239
215
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
240
216
  const len1 = WASM_VECTOR_LEN;
241
217
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
242
218
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
243
219
  },
244
- __wbg_Window_9e7ea8667e28eb00: function(arg0) {
220
+ __wbg_Window_0dc65f28a4345887: function(arg0) {
245
221
  const ret = arg0.Window;
246
222
  return ret;
247
223
  },
248
- __wbg_Window_d1bf622f71ff0629: function(arg0) {
224
+ __wbg_Window_c7f91e3f80ae0a0e: function(arg0) {
249
225
  const ret = arg0.Window;
250
226
  return ret;
251
227
  },
252
- __wbg_WorkerGlobalScope_0169ffb9adb5f5ef: function(arg0) {
228
+ __wbg_WorkerGlobalScope_262c8e34a919509f: function(arg0) {
253
229
  const ret = arg0.WorkerGlobalScope;
254
230
  return ret;
255
231
  },
256
- __wbg___wbindgen_boolean_get_bbbb1c18aa2f5e25: function(arg0) {
232
+ __wbg___wbindgen_boolean_get_6ea149f0a8dcc5ff: function(arg0) {
257
233
  const v = arg0;
258
234
  const ret = typeof(v) === 'boolean' ? v : undefined;
259
235
  return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
260
236
  },
261
- __wbg___wbindgen_debug_string_0bc8482c6e3508ae: function(arg0, arg1) {
237
+ __wbg___wbindgen_debug_string_ab4b34d23d6778bd: function(arg0, arg1) {
262
238
  const ret = debugString(arg1);
263
239
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
264
240
  const len1 = WASM_VECTOR_LEN;
265
241
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
266
242
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
267
243
  },
268
- __wbg___wbindgen_in_47fa6863be6f2f25: function(arg0, arg1) {
244
+ __wbg___wbindgen_in_a5d8b22e52b24dd1: function(arg0, arg1) {
269
245
  const ret = arg0 in arg1;
270
246
  return ret;
271
247
  },
272
- __wbg___wbindgen_is_function_0095a73b8b156f76: function(arg0) {
248
+ __wbg___wbindgen_is_function_3baa9db1a987f47d: function(arg0) {
273
249
  const ret = typeof(arg0) === 'function';
274
250
  return ret;
275
251
  },
276
- __wbg___wbindgen_is_null_ac34f5003991759a: function(arg0) {
252
+ __wbg___wbindgen_is_null_52ff4ec04186736f: function(arg0) {
277
253
  const ret = arg0 === null;
278
254
  return ret;
279
255
  },
280
- __wbg___wbindgen_is_object_5ae8e5880f2c1fbd: function(arg0) {
256
+ __wbg___wbindgen_is_object_63322ec0cd6ea4ef: function(arg0) {
281
257
  const val = arg0;
282
258
  const ret = typeof(val) === 'object' && val !== null;
283
259
  return ret;
284
260
  },
285
- __wbg___wbindgen_is_string_cd444516edc5b180: function(arg0) {
261
+ __wbg___wbindgen_is_string_6df3bf7ef1164ed3: function(arg0) {
286
262
  const ret = typeof(arg0) === 'string';
287
263
  return ret;
288
264
  },
289
- __wbg___wbindgen_is_undefined_9e4d92534c42d778: function(arg0) {
265
+ __wbg___wbindgen_is_undefined_29a43b4d42920abd: function(arg0) {
290
266
  const ret = arg0 === undefined;
291
267
  return ret;
292
268
  },
293
- __wbg___wbindgen_jsval_loose_eq_9dd77d8cd6671811: function(arg0, arg1) {
269
+ __wbg___wbindgen_jsval_loose_eq_cac3565e89b4134c: function(arg0, arg1) {
294
270
  const ret = arg0 == arg1;
295
271
  return ret;
296
272
  },
297
- __wbg___wbindgen_number_get_8ff4255516ccad3e: function(arg0, arg1) {
273
+ __wbg___wbindgen_number_get_c7f42aed0525c451: function(arg0, arg1) {
298
274
  const obj = arg1;
299
275
  const ret = typeof(obj) === 'number' ? obj : undefined;
300
276
  getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
301
277
  getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
302
278
  },
303
- __wbg___wbindgen_string_get_72fb696202c56729: function(arg0, arg1) {
279
+ __wbg___wbindgen_string_get_7ed5322991caaec5: function(arg0, arg1) {
304
280
  const obj = arg1;
305
281
  const ret = typeof(obj) === 'string' ? obj : undefined;
306
282
  var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
@@ -308,606 +284,612 @@ function __wbg_get_imports() {
308
284
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
309
285
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
310
286
  },
311
- __wbg___wbindgen_throw_be289d5034ed271b: function(arg0, arg1) {
287
+ __wbg___wbindgen_throw_6b64449b9b9ed33c: function(arg0, arg1) {
312
288
  throw new Error(getStringFromWasm0(arg0, arg1));
313
289
  },
314
- __wbg__wbg_cb_unref_d9b87ff7982e3b21: function(arg0) {
290
+ __wbg__wbg_cb_unref_b46c9b5a9f08ec37: function(arg0) {
315
291
  arg0._wbg_cb_unref();
316
292
  },
317
- __wbg_abort_2f0584e03e8e3950: function(arg0) {
293
+ __wbg_abort_4ce5b484434ef6fd: function(arg0) {
318
294
  arg0.abort();
319
295
  },
320
- __wbg_activeElement_1554b6917654f8d6: function(arg0) {
296
+ __wbg_activeElement_737cd2e5ce862ac0: function(arg0) {
321
297
  const ret = arg0.activeElement;
322
298
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
323
299
  },
324
- __wbg_activeTexture_6f9a710514686c24: function(arg0, arg1) {
300
+ __wbg_activeTexture_3df5a43f55a69a6c: function(arg0, arg1) {
325
301
  arg0.activeTexture(arg1 >>> 0);
326
302
  },
327
- __wbg_activeTexture_7e39cb8fdf4b6d5a: function(arg0, arg1) {
303
+ __wbg_activeTexture_546afc38eb98df71: function(arg0, arg1) {
328
304
  arg0.activeTexture(arg1 >>> 0);
329
305
  },
330
- __wbg_addEventListener_3acb0aad4483804c: function() { return handleError(function (arg0, arg1, arg2, arg3) {
306
+ __wbg_addEventListener_8176dab41b09531c: function() { return handleError(function (arg0, arg1, arg2, arg3) {
331
307
  arg0.addEventListener(getStringFromWasm0(arg1, arg2), arg3);
332
308
  }, arguments); },
333
- __wbg_addListener_03e8162d7e03c823: function() { return handleError(function (arg0, arg1) {
309
+ __wbg_addListener_7202e355ec2df79d: function() { return handleError(function (arg0, arg1) {
334
310
  arg0.addListener(arg1);
335
311
  }, arguments); },
336
- __wbg_altKey_73c1173ba53073d5: function(arg0) {
312
+ __wbg_altKey_3116112ec764f316: function(arg0) {
337
313
  const ret = arg0.altKey;
338
314
  return ret;
339
315
  },
340
- __wbg_altKey_8155c319c215e3aa: function(arg0) {
316
+ __wbg_altKey_c4f26b40f1b826b4: function(arg0) {
341
317
  const ret = arg0.altKey;
342
318
  return ret;
343
319
  },
344
- __wbg_animate_6ec571f163cf6f8d: function(arg0, arg1, arg2) {
320
+ __wbg_animate_8f41e2f47c7d04ab: function(arg0, arg1, arg2) {
345
321
  const ret = arg0.animate(arg1, arg2);
346
322
  return ret;
347
323
  },
348
- __wbg_appendChild_dea38765a26d346d: function() { return handleError(function (arg0, arg1) {
324
+ __wbg_appendChild_e95c8b3b936d250a: function() { return handleError(function (arg0, arg1) {
349
325
  const ret = arg0.appendChild(arg1);
350
326
  return ret;
351
327
  }, arguments); },
352
- __wbg_attachShader_32114efcf2744eb6: function(arg0, arg1, arg2) {
328
+ __wbg_attachShader_1eec3a0d2bfe6f83: function(arg0, arg1, arg2) {
353
329
  arg0.attachShader(arg1, arg2);
354
330
  },
355
- __wbg_attachShader_b36058e5c9eeaf54: function(arg0, arg1, arg2) {
331
+ __wbg_attachShader_e1c4cb1f00f167df: function(arg0, arg1, arg2) {
356
332
  arg0.attachShader(arg1, arg2);
357
333
  },
358
- __wbg_beginQuery_0fdf154e1da0e73d: function(arg0, arg1, arg2) {
334
+ __wbg_beginQuery_330ed668ec983f20: function(arg0, arg1, arg2) {
359
335
  arg0.beginQuery(arg1 >>> 0, arg2);
360
336
  },
361
- __wbg_beginRenderPass_aefd0d9681a1f010: function() { return handleError(function (arg0, arg1) {
337
+ __wbg_beginRenderPass_1636be9bc8e33c43: function() { return handleError(function (arg0, arg1) {
362
338
  const ret = arg0.beginRenderPass(arg1);
363
339
  return ret;
364
340
  }, arguments); },
365
- __wbg_bindAttribLocation_5cfc7fa688df5051: function(arg0, arg1, arg2, arg3, arg4) {
341
+ __wbg_bindAttribLocation_3d20dac16f0dd5d2: function(arg0, arg1, arg2, arg3, arg4) {
366
342
  arg0.bindAttribLocation(arg1, arg2 >>> 0, getStringFromWasm0(arg3, arg4));
367
343
  },
368
- __wbg_bindAttribLocation_ce78bfb13019dbe6: function(arg0, arg1, arg2, arg3, arg4) {
344
+ __wbg_bindAttribLocation_ba0ee411099ec472: function(arg0, arg1, arg2, arg3, arg4) {
369
345
  arg0.bindAttribLocation(arg1, arg2 >>> 0, getStringFromWasm0(arg3, arg4));
370
346
  },
371
- __wbg_bindBufferRange_009d206fe9e4151e: function(arg0, arg1, arg2, arg3, arg4, arg5) {
347
+ __wbg_bindBufferRange_538b702311d21a3a: function(arg0, arg1, arg2, arg3, arg4, arg5) {
372
348
  arg0.bindBufferRange(arg1 >>> 0, arg2 >>> 0, arg3, arg4, arg5);
373
349
  },
374
- __wbg_bindBuffer_69a7a0b8f3f9b9cf: function(arg0, arg1, arg2) {
350
+ __wbg_bindBuffer_710a611286e86fe9: function(arg0, arg1, arg2) {
375
351
  arg0.bindBuffer(arg1 >>> 0, arg2);
376
352
  },
377
- __wbg_bindBuffer_c9068e8712a034f5: function(arg0, arg1, arg2) {
353
+ __wbg_bindBuffer_b193f35215c88d5d: function(arg0, arg1, arg2) {
378
354
  arg0.bindBuffer(arg1 >>> 0, arg2);
379
355
  },
380
- __wbg_bindFramebuffer_031c73ba501cb8f6: function(arg0, arg1, arg2) {
356
+ __wbg_bindFramebuffer_8d7b9da43a5c1c2b: function(arg0, arg1, arg2) {
381
357
  arg0.bindFramebuffer(arg1 >>> 0, arg2);
382
358
  },
383
- __wbg_bindFramebuffer_7815ca611abb057f: function(arg0, arg1, arg2) {
359
+ __wbg_bindFramebuffer_fab857ccf69f3da9: function(arg0, arg1, arg2) {
384
360
  arg0.bindFramebuffer(arg1 >>> 0, arg2);
385
361
  },
386
- __wbg_bindRenderbuffer_8a2aa4e3d1fb5443: function(arg0, arg1, arg2) {
362
+ __wbg_bindRenderbuffer_21cf597fc94be1c7: function(arg0, arg1, arg2) {
387
363
  arg0.bindRenderbuffer(arg1 >>> 0, arg2);
388
364
  },
389
- __wbg_bindRenderbuffer_db37c1bac9ed4da0: function(arg0, arg1, arg2) {
365
+ __wbg_bindRenderbuffer_30a3bb44ea0e058f: function(arg0, arg1, arg2) {
390
366
  arg0.bindRenderbuffer(arg1 >>> 0, arg2);
391
367
  },
392
- __wbg_bindSampler_96f0e90e7bc31da9: function(arg0, arg1, arg2) {
368
+ __wbg_bindSampler_2179eb28a43d1075: function(arg0, arg1, arg2) {
393
369
  arg0.bindSampler(arg1 >>> 0, arg2);
394
370
  },
395
- __wbg_bindTexture_b2b7b1726a83f93e: function(arg0, arg1, arg2) {
371
+ __wbg_bindTexture_a87fb41b3319bcb9: function(arg0, arg1, arg2) {
396
372
  arg0.bindTexture(arg1 >>> 0, arg2);
397
373
  },
398
- __wbg_bindTexture_ec13ddcb9dc8e032: function(arg0, arg1, arg2) {
374
+ __wbg_bindTexture_c3fcb7dc0c448083: function(arg0, arg1, arg2) {
399
375
  arg0.bindTexture(arg1 >>> 0, arg2);
400
376
  },
401
- __wbg_bindVertexArrayOES_c2610602f7485b3f: function(arg0, arg1) {
377
+ __wbg_bindVertexArrayOES_b0e8a5a6c8a88c84: function(arg0, arg1) {
402
378
  arg0.bindVertexArrayOES(arg1);
403
379
  },
404
- __wbg_bindVertexArray_78220d1edb1d2382: function(arg0, arg1) {
380
+ __wbg_bindVertexArray_ea785b5f2238eb93: function(arg0, arg1) {
405
381
  arg0.bindVertexArray(arg1);
406
382
  },
407
- __wbg_blendColor_1d50ac87d9a2794b: function(arg0, arg1, arg2, arg3, arg4) {
383
+ __wbg_blendColor_ca4a431a958a4984: function(arg0, arg1, arg2, arg3, arg4) {
408
384
  arg0.blendColor(arg1, arg2, arg3, arg4);
409
385
  },
410
- __wbg_blendColor_e799d452ab2a5788: function(arg0, arg1, arg2, arg3, arg4) {
386
+ __wbg_blendColor_fd6d1cb4a2be4efd: function(arg0, arg1, arg2, arg3, arg4) {
411
387
  arg0.blendColor(arg1, arg2, arg3, arg4);
412
388
  },
413
- __wbg_blendEquationSeparate_1b12c43928cc7bc1: function(arg0, arg1, arg2) {
389
+ __wbg_blendEquationSeparate_1dedaa54091b78a5: function(arg0, arg1, arg2) {
414
390
  arg0.blendEquationSeparate(arg1 >>> 0, arg2 >>> 0);
415
391
  },
416
- __wbg_blendEquationSeparate_a8094fbec94cf80e: function(arg0, arg1, arg2) {
392
+ __wbg_blendEquationSeparate_8a6f5cdd3d6af806: function(arg0, arg1, arg2) {
417
393
  arg0.blendEquationSeparate(arg1 >>> 0, arg2 >>> 0);
418
394
  },
419
- __wbg_blendEquation_82202f34c4c00e50: function(arg0, arg1) {
395
+ __wbg_blendEquation_0abbff18abcf6c63: function(arg0, arg1) {
420
396
  arg0.blendEquation(arg1 >>> 0);
421
397
  },
422
- __wbg_blendEquation_e9b99928ed1494ad: function(arg0, arg1) {
398
+ __wbg_blendEquation_f0b8a2ea6cfe3a8a: function(arg0, arg1) {
423
399
  arg0.blendEquation(arg1 >>> 0);
424
400
  },
425
- __wbg_blendFuncSeparate_95465944f788a092: function(arg0, arg1, arg2, arg3, arg4) {
401
+ __wbg_blendFuncSeparate_a1f8e0d6a1fa6fa6: function(arg0, arg1, arg2, arg3, arg4) {
426
402
  arg0.blendFuncSeparate(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
427
403
  },
428
- __wbg_blendFuncSeparate_f366c170c5097fbe: function(arg0, arg1, arg2, arg3, arg4) {
404
+ __wbg_blendFuncSeparate_d3b4bffd37fd37de: function(arg0, arg1, arg2, arg3, arg4) {
429
405
  arg0.blendFuncSeparate(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
430
406
  },
431
- __wbg_blendFunc_2ef59299d10c662d: function(arg0, arg1, arg2) {
407
+ __wbg_blendFunc_73401f287153631f: function(arg0, arg1, arg2) {
432
408
  arg0.blendFunc(arg1 >>> 0, arg2 >>> 0);
433
409
  },
434
- __wbg_blendFunc_446658e7231ab9c8: function(arg0, arg1, arg2) {
410
+ __wbg_blendFunc_9c1ee0744b7da386: function(arg0, arg1, arg2) {
435
411
  arg0.blendFunc(arg1 >>> 0, arg2 >>> 0);
436
412
  },
437
- __wbg_blitFramebuffer_d730a23ab4db248e: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) {
413
+ __wbg_blitFramebuffer_796256485239eebc: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) {
438
414
  arg0.blitFramebuffer(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0);
439
415
  },
440
- __wbg_blockSize_ef9a626745d7dfac: function(arg0) {
416
+ __wbg_blockSize_9bfce6be11544dd1: function(arg0) {
441
417
  const ret = arg0.blockSize;
442
418
  return ret;
443
419
  },
444
- __wbg_body_f67922363a220026: function(arg0) {
420
+ __wbg_body_c7b35a55457167ba: function(arg0) {
445
421
  const ret = arg0.body;
446
422
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
447
423
  },
448
- __wbg_brand_9562792cbb4735c3: function(arg0, arg1) {
424
+ __wbg_brand_3bc196a43eceb8af: function(arg0, arg1) {
449
425
  const ret = arg1.brand;
450
426
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
451
427
  const len1 = WASM_VECTOR_LEN;
452
428
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
453
429
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
454
430
  },
455
- __wbg_brands_a1e7a2bce052128f: function(arg0) {
431
+ __wbg_brands_b7dcf262485c3e7c: function(arg0) {
456
432
  const ret = arg0.brands;
457
433
  return ret;
458
434
  },
459
- __wbg_bufferData_1be8450fab534758: function(arg0, arg1, arg2, arg3) {
435
+ __wbg_bufferData_5788346a959129ab: function(arg0, arg1, arg2, arg3) {
460
436
  arg0.bufferData(arg1 >>> 0, arg2, arg3 >>> 0);
461
437
  },
462
- __wbg_bufferData_32d26eba0c74a53c: function(arg0, arg1, arg2, arg3) {
438
+ __wbg_bufferData_6669d1a205932a9c: function(arg0, arg1, arg2, arg3) {
463
439
  arg0.bufferData(arg1 >>> 0, arg2, arg3 >>> 0);
464
440
  },
465
- __wbg_bufferData_52235e85894af988: function(arg0, arg1, arg2, arg3) {
441
+ __wbg_bufferData_f267cdc80efbd6a0: function(arg0, arg1, arg2, arg3) {
466
442
  arg0.bufferData(arg1 >>> 0, arg2, arg3 >>> 0);
467
443
  },
468
- __wbg_bufferData_98f6c413a8f0f139: function(arg0, arg1, arg2, arg3) {
444
+ __wbg_bufferData_f401229c915b8028: function(arg0, arg1, arg2, arg3) {
469
445
  arg0.bufferData(arg1 >>> 0, arg2, arg3 >>> 0);
470
446
  },
471
- __wbg_bufferSubData_33eebcc173094f6a: function(arg0, arg1, arg2, arg3) {
447
+ __wbg_bufferSubData_3708c0445a03981a: function(arg0, arg1, arg2, arg3) {
472
448
  arg0.bufferSubData(arg1 >>> 0, arg2, arg3);
473
449
  },
474
- __wbg_bufferSubData_3e902f031adf13fd: function(arg0, arg1, arg2, arg3) {
450
+ __wbg_bufferSubData_ade66d88865db9fc: function(arg0, arg1, arg2, arg3) {
475
451
  arg0.bufferSubData(arg1 >>> 0, arg2, arg3);
476
452
  },
477
- __wbg_buffer_26d0910f3a5bc899: function(arg0) {
453
+ __wbg_buffer_d0f5ea0926a691fd: function(arg0) {
478
454
  const ret = arg0.buffer;
479
455
  return ret;
480
456
  },
481
- __wbg_button_d86841d0a03adc44: function(arg0) {
457
+ __wbg_button_c794bf4b1dcd7c4c: function(arg0) {
482
458
  const ret = arg0.button;
483
459
  return ret;
484
460
  },
485
- __wbg_buttons_a158a0cad3175f24: function(arg0) {
461
+ __wbg_buttons_9b45c5f89c8d91db: function(arg0) {
486
462
  const ret = arg0.buttons;
487
463
  return ret;
488
464
  },
489
- __wbg_call_389efe28435a9388: function() { return handleError(function (arg0, arg1) {
465
+ __wbg_call_14b169f759b26747: function() { return handleError(function (arg0, arg1) {
490
466
  const ret = arg0.call(arg1);
491
467
  return ret;
492
468
  }, arguments); },
493
- __wbg_call_4708e0c13bdc8e95: function() { return handleError(function (arg0, arg1, arg2) {
469
+ __wbg_call_a24592a6f349a97e: function() { return handleError(function (arg0, arg1, arg2) {
494
470
  const ret = arg0.call(arg1, arg2);
495
471
  return ret;
496
472
  }, arguments); },
497
- __wbg_call_812d25f1510c13c8: function() { return handleError(function (arg0, arg1, arg2, arg3) {
473
+ __wbg_call_bb28efe6b2f55b86: function() { return handleError(function (arg0, arg1, arg2, arg3) {
498
474
  const ret = arg0.call(arg1, arg2, arg3);
499
475
  return ret;
500
476
  }, arguments); },
501
- __wbg_cancelAnimationFrame_cd35895d78cf4510: function() { return handleError(function (arg0, arg1) {
477
+ __wbg_cancelAnimationFrame_3fe3db137219c343: function() { return handleError(function (arg0, arg1) {
502
478
  arg0.cancelAnimationFrame(arg1);
503
479
  }, arguments); },
504
- __wbg_cancelIdleCallback_fdfaaf4ca585e729: function(arg0, arg1) {
480
+ __wbg_cancelIdleCallback_cc76338bb44d0b0a: function(arg0, arg1) {
505
481
  arg0.cancelIdleCallback(arg1 >>> 0);
506
482
  },
507
- __wbg_cancel_09c394f0894744eb: function(arg0) {
483
+ __wbg_cancel_65f38182e2eeac5c: function(arg0) {
508
484
  arg0.cancel();
509
485
  },
510
- __wbg_catch_c1f8c7623b458214: function(arg0, arg1) {
486
+ __wbg_catch_e9362815fd0b24cf: function(arg0, arg1) {
511
487
  const ret = arg0.catch(arg1);
512
488
  return ret;
513
489
  },
514
- __wbg_clearBufferfv_ac87d92e2f45d80c: function(arg0, arg1, arg2, arg3, arg4) {
490
+ __wbg_clearBufferfv_715310a7cc30715d: function(arg0, arg1, arg2, arg3, arg4) {
515
491
  arg0.clearBufferfv(arg1 >>> 0, arg2, getArrayF32FromWasm0(arg3, arg4));
516
492
  },
517
- __wbg_clearBufferiv_69ff24bb52ec4c88: function(arg0, arg1, arg2, arg3, arg4) {
493
+ __wbg_clearBufferiv_a086fd83c8c5759c: function(arg0, arg1, arg2, arg3, arg4) {
518
494
  arg0.clearBufferiv(arg1 >>> 0, arg2, getArrayI32FromWasm0(arg3, arg4));
519
495
  },
520
- __wbg_clearBufferuiv_8ad59a8219aafaca: function(arg0, arg1, arg2, arg3, arg4) {
496
+ __wbg_clearBufferuiv_8260c12b38743ac5: function(arg0, arg1, arg2, arg3, arg4) {
521
497
  arg0.clearBufferuiv(arg1 >>> 0, arg2, getArrayU32FromWasm0(arg3, arg4));
522
498
  },
523
- __wbg_clearDepth_2b109f644a783a53: function(arg0, arg1) {
499
+ __wbg_clearDepth_6a75b6bfa763b04c: function(arg0, arg1) {
524
500
  arg0.clearDepth(arg1);
525
501
  },
526
- __wbg_clearDepth_670099db422a4f91: function(arg0, arg1) {
502
+ __wbg_clearDepth_e602528ddc745c62: function(arg0, arg1) {
527
503
  arg0.clearDepth(arg1);
528
504
  },
529
- __wbg_clearStencil_5d243d0dff03c315: function(arg0, arg1) {
505
+ __wbg_clearStencil_584a4c6144f1164d: function(arg0, arg1) {
530
506
  arg0.clearStencil(arg1);
531
507
  },
532
- __wbg_clearStencil_aa65955bb39d8c18: function(arg0, arg1) {
508
+ __wbg_clearStencil_8a4463aa6ab4f980: function(arg0, arg1) {
533
509
  arg0.clearStencil(arg1);
534
510
  },
535
- __wbg_clearTimeout_df03cf00269bc442: function(arg0, arg1) {
511
+ __wbg_clearTimeout_1a62f3563b1611b3: function(arg0, arg1) {
536
512
  arg0.clearTimeout(arg1);
537
513
  },
538
- __wbg_clear_4d801d0d054c3579: function(arg0, arg1) {
514
+ __wbg_clear_d82c0c485d1af30e: function(arg0, arg1) {
539
515
  arg0.clear(arg1 >>> 0);
540
516
  },
541
- __wbg_clear_7187030f892c5ca0: function(arg0, arg1) {
517
+ __wbg_clear_e39cde04b063e709: function(arg0, arg1) {
542
518
  arg0.clear(arg1 >>> 0);
543
519
  },
544
- __wbg_clientWaitSync_21865feaeb76a9a5: function(arg0, arg1, arg2, arg3) {
520
+ __wbg_clientWaitSync_ce22c6bcd7b1c355: function(arg0, arg1, arg2, arg3) {
545
521
  const ret = arg0.clientWaitSync(arg1, arg2 >>> 0, arg3 >>> 0);
546
522
  return ret;
547
523
  },
548
- __wbg_close_fad2f0ee451926ed: function(arg0) {
524
+ __wbg_close_7e700111d27bdd8c: function(arg0) {
549
525
  arg0.close();
550
526
  },
551
- __wbg_code_dee0dae4730408e1: function(arg0, arg1) {
527
+ __wbg_code_09d0c59f9029dd28: function(arg0, arg1) {
552
528
  const ret = arg1.code;
553
529
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
554
530
  const len1 = WASM_VECTOR_LEN;
555
531
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
556
532
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
557
533
  },
558
- __wbg_colorMask_177d9762658e5e28: function(arg0, arg1, arg2, arg3, arg4) {
534
+ __wbg_colorMask_5e1ce60e460bf963: function(arg0, arg1, arg2, arg3, arg4) {
559
535
  arg0.colorMask(arg1 !== 0, arg2 !== 0, arg3 !== 0, arg4 !== 0);
560
536
  },
561
- __wbg_colorMask_7a8dbc86e7376a9b: function(arg0, arg1, arg2, arg3, arg4) {
537
+ __wbg_colorMask_71190391f59922fe: function(arg0, arg1, arg2, arg3, arg4) {
562
538
  arg0.colorMask(arg1 !== 0, arg2 !== 0, arg3 !== 0, arg4 !== 0);
563
539
  },
564
- __wbg_compileShader_63b824e86bb00b8f: function(arg0, arg1) {
540
+ __wbg_compileShader_b39b7d5caca97c9d: function(arg0, arg1) {
565
541
  arg0.compileShader(arg1);
566
542
  },
567
- __wbg_compileShader_94718a93495d565d: function(arg0, arg1) {
543
+ __wbg_compileShader_fc084de511370bc0: function(arg0, arg1) {
568
544
  arg0.compileShader(arg1);
569
545
  },
570
- __wbg_compressedTexSubImage2D_215bb115facd5e48: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) {
571
- arg0.compressedTexSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8);
546
+ __wbg_compressedTexSubImage2D_846de8fb28dec7a9: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
547
+ arg0.compressedTexSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8, arg9);
572
548
  },
573
- __wbg_compressedTexSubImage2D_684350eb62830032: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) {
549
+ __wbg_compressedTexSubImage2D_8b3ae69927d595ce: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) {
574
550
  arg0.compressedTexSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8);
575
551
  },
576
- __wbg_compressedTexSubImage2D_d8fbae93bb8c4cc9: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
577
- arg0.compressedTexSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8, arg9);
552
+ __wbg_compressedTexSubImage2D_b2126dd76e4f45d9: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) {
553
+ arg0.compressedTexSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8);
578
554
  },
579
- __wbg_compressedTexSubImage3D_16afa3a47bf1d979: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) {
555
+ __wbg_compressedTexSubImage3D_08741720ce7a1a6b: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) {
580
556
  arg0.compressedTexSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10);
581
557
  },
582
- __wbg_compressedTexSubImage3D_778008a6293f15ab: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
558
+ __wbg_compressedTexSubImage3D_6d41d588f1b1fa8a: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
583
559
  arg0.compressedTexSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10, arg11);
584
560
  },
585
- __wbg_configure_86dd92dde48d105a: function() { return handleError(function (arg0, arg1) {
561
+ __wbg_configure_a85ef99634672c4a: function() { return handleError(function (arg0, arg1) {
586
562
  arg0.configure(arg1);
587
563
  }, arguments); },
588
- __wbg_contains_1056459c33f961e8: function(arg0, arg1) {
564
+ __wbg_contains_495334b455843d23: function(arg0, arg1) {
589
565
  const ret = arg0.contains(arg1);
590
566
  return ret;
591
567
  },
592
- __wbg_contentRect_79b98e4d4f4728a4: function(arg0) {
568
+ __wbg_contentRect_e3958925fadb3298: function(arg0) {
593
569
  const ret = arg0.contentRect;
594
570
  return ret;
595
571
  },
596
- __wbg_copyBufferSubData_a4f9815861ff0ae9: function(arg0, arg1, arg2, arg3, arg4, arg5) {
572
+ __wbg_copyBufferSubData_8646c023657c626d: function(arg0, arg1, arg2, arg3, arg4, arg5) {
597
573
  arg0.copyBufferSubData(arg1 >>> 0, arg2 >>> 0, arg3, arg4, arg5);
598
574
  },
599
- __wbg_copyTexSubImage2D_417a65926e3d2490: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) {
575
+ __wbg_copyExternalImageToTexture_199725d78e904766: function() { return handleError(function (arg0, arg1, arg2, arg3) {
576
+ arg0.copyExternalImageToTexture(arg1, arg2, arg3);
577
+ }, arguments); },
578
+ __wbg_copyTexSubImage2D_30dff1abdab02706: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) {
600
579
  arg0.copyTexSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8);
601
580
  },
602
- __wbg_copyTexSubImage2D_91ebcd9cd1908265: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) {
581
+ __wbg_copyTexSubImage2D_a2aa1d558b98374c: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) {
603
582
  arg0.copyTexSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8);
604
583
  },
605
- __wbg_copyTexSubImage3D_f62ef4c4eeb9a7dc: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
584
+ __wbg_copyTexSubImage3D_182ddcace125b399: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
606
585
  arg0.copyTexSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9);
607
586
  },
608
- __wbg_createBindGroupLayout_f0635625a1a82bea: function() { return handleError(function (arg0, arg1) {
587
+ __wbg_createBindGroupLayout_0f080b11fd4b5ffe: function() { return handleError(function (arg0, arg1) {
609
588
  const ret = arg0.createBindGroupLayout(arg1);
610
589
  return ret;
611
590
  }, arguments); },
612
- __wbg_createBindGroup_043b06d20124f91e: function(arg0, arg1) {
591
+ __wbg_createBindGroup_4a548d28221a3724: function(arg0, arg1) {
613
592
  const ret = arg0.createBindGroup(arg1);
614
593
  return ret;
615
594
  },
616
- __wbg_createBuffer_086a8bb05ced884a: function() { return handleError(function (arg0, arg1) {
617
- const ret = arg0.createBuffer(arg1);
618
- return ret;
619
- }, arguments); },
620
- __wbg_createBuffer_26534c05e01b8559: function(arg0) {
595
+ __wbg_createBuffer_6ad9886c8fed1a21: function(arg0) {
621
596
  const ret = arg0.createBuffer();
622
597
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
623
598
  },
624
- __wbg_createBuffer_c4ec897aacc1b91c: function(arg0) {
599
+ __wbg_createBuffer_de348fec3cfa3bd1: function() { return handleError(function (arg0, arg1) {
600
+ const ret = arg0.createBuffer(arg1);
601
+ return ret;
602
+ }, arguments); },
603
+ __wbg_createBuffer_f68202a47c36c3d6: function(arg0) {
625
604
  const ret = arg0.createBuffer();
626
605
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
627
606
  },
628
- __wbg_createCommandEncoder_aa9ae9d445bb7abf: function(arg0, arg1) {
607
+ __wbg_createCommandEncoder_f1ebf253171c6c1b: function(arg0, arg1) {
629
608
  const ret = arg0.createCommandEncoder(arg1);
630
609
  return ret;
631
610
  },
632
- __wbg_createElement_49f60fdcaae809c8: function() { return handleError(function (arg0, arg1, arg2) {
611
+ __wbg_createElement_bbd4c90086fe6f7b: function() { return handleError(function (arg0, arg1, arg2) {
633
612
  const ret = arg0.createElement(getStringFromWasm0(arg1, arg2));
634
613
  return ret;
635
614
  }, arguments); },
636
- __wbg_createFramebuffer_41512c38358a41c4: function(arg0) {
615
+ __wbg_createFramebuffer_03fa5aab12587b89: function(arg0) {
637
616
  const ret = arg0.createFramebuffer();
638
617
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
639
618
  },
640
- __wbg_createFramebuffer_b88ffa8e0fd262c4: function(arg0) {
619
+ __wbg_createFramebuffer_211e9c2acecac22f: function(arg0) {
641
620
  const ret = arg0.createFramebuffer();
642
621
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
643
622
  },
644
- __wbg_createObjectURL_918185db6a10a0c8: function() { return handleError(function (arg0, arg1) {
623
+ __wbg_createObjectURL_46e1b0c55389893b: function() { return handleError(function (arg0, arg1) {
645
624
  const ret = URL.createObjectURL(arg1);
646
625
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
647
626
  const len1 = WASM_VECTOR_LEN;
648
627
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
649
628
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
650
629
  }, arguments); },
651
- __wbg_createPipelineLayout_5cc7e994e46201c7: function(arg0, arg1) {
630
+ __wbg_createPipelineLayout_8d969fc745f20f23: function(arg0, arg1) {
652
631
  const ret = arg0.createPipelineLayout(arg1);
653
632
  return ret;
654
633
  },
655
- __wbg_createProgram_98aaa91f7c81c5e2: function(arg0) {
634
+ __wbg_createProgram_635f6f85c5f3c83d: function(arg0) {
656
635
  const ret = arg0.createProgram();
657
636
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
658
637
  },
659
- __wbg_createProgram_9b7710a1f2701c2c: function(arg0) {
638
+ __wbg_createProgram_bedc70c0d16e41df: function(arg0) {
660
639
  const ret = arg0.createProgram();
661
640
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
662
641
  },
663
- __wbg_createQuery_7988050efd7e4c48: function(arg0) {
642
+ __wbg_createQuery_276833144fe200cc: function(arg0) {
664
643
  const ret = arg0.createQuery();
665
644
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
666
645
  },
667
- __wbg_createRenderPipeline_47152f2f57b11194: function() { return handleError(function (arg0, arg1) {
646
+ __wbg_createRenderPipeline_1dbdc88da325f5dc: function() { return handleError(function (arg0, arg1) {
668
647
  const ret = arg0.createRenderPipeline(arg1);
669
648
  return ret;
670
649
  }, arguments); },
671
- __wbg_createRenderbuffer_1e567f2f4d461710: function(arg0) {
650
+ __wbg_createRenderbuffer_35e6bde126d973f9: function(arg0) {
672
651
  const ret = arg0.createRenderbuffer();
673
652
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
674
653
  },
675
- __wbg_createRenderbuffer_a601226a6a680dbe: function(arg0) {
654
+ __wbg_createRenderbuffer_cb16d578fe2964c3: function(arg0) {
676
655
  const ret = arg0.createRenderbuffer();
677
656
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
678
657
  },
679
- __wbg_createSampler_da6bb96c9ffaaa27: function(arg0) {
658
+ __wbg_createSampler_7a0e4bf12aad2139: function(arg0) {
680
659
  const ret = arg0.createSampler();
681
660
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
682
661
  },
683
- __wbg_createSampler_f3970b77a6f36963: function(arg0, arg1) {
662
+ __wbg_createSampler_80b553fb1915ad98: function(arg0, arg1) {
684
663
  const ret = arg0.createSampler(arg1);
685
664
  return ret;
686
665
  },
687
- __wbg_createShaderModule_9ec201507fe4949e: function(arg0, arg1) {
666
+ __wbg_createShaderModule_4a697f05633fc0d8: function(arg0, arg1) {
688
667
  const ret = arg0.createShaderModule(arg1);
689
668
  return ret;
690
669
  },
691
- __wbg_createShader_e3ac08ed8c5b14b2: function(arg0, arg1) {
670
+ __wbg_createShader_2c8d8c9f17967efe: function(arg0, arg1) {
692
671
  const ret = arg0.createShader(arg1 >>> 0);
693
672
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
694
673
  },
695
- __wbg_createShader_f2b928ca9a426b14: function(arg0, arg1) {
674
+ __wbg_createShader_5484e429d7514a9d: function(arg0, arg1) {
696
675
  const ret = arg0.createShader(arg1 >>> 0);
697
676
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
698
677
  },
699
- __wbg_createTexture_09f18232c5ad6e69: function() { return handleError(function (arg0, arg1) {
678
+ __wbg_createTexture_423ec5113612ebe8: function() { return handleError(function (arg0, arg1) {
700
679
  const ret = arg0.createTexture(arg1);
701
680
  return ret;
702
681
  }, arguments); },
703
- __wbg_createTexture_16d2c8a3d7d4a75a: function(arg0) {
682
+ __wbg_createTexture_caeb4349ae5c7a83: function(arg0) {
704
683
  const ret = arg0.createTexture();
705
684
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
706
685
  },
707
- __wbg_createTexture_f9451a82c7527ce2: function(arg0) {
686
+ __wbg_createTexture_f9850d55f04c7883: function(arg0) {
708
687
  const ret = arg0.createTexture();
709
688
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
710
689
  },
711
- __wbg_createVertexArrayOES_bd76ceee6ab9b95e: function(arg0) {
690
+ __wbg_createVertexArrayOES_25823ca742b59551: function(arg0) {
712
691
  const ret = arg0.createVertexArrayOES();
713
692
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
714
693
  },
715
- __wbg_createVertexArray_ad5294951ae57497: function(arg0) {
694
+ __wbg_createVertexArray_a8c3e6799bdb5af8: function(arg0) {
716
695
  const ret = arg0.createVertexArray();
717
696
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
718
697
  },
719
- __wbg_createView_f7cd0a0356a46f3b: function() { return handleError(function (arg0, arg1) {
698
+ __wbg_createView_d928ef35cd04a244: function() { return handleError(function (arg0, arg1) {
720
699
  const ret = arg0.createView(arg1);
721
700
  return ret;
722
701
  }, arguments); },
723
- __wbg_ctrlKey_09a1b54d77dea92b: function(arg0) {
702
+ __wbg_ctrlKey_31968cccd46bdef6: function(arg0) {
724
703
  const ret = arg0.ctrlKey;
725
704
  return ret;
726
705
  },
727
- __wbg_ctrlKey_96ff94f8b18636a3: function(arg0) {
706
+ __wbg_ctrlKey_a49693667722b909: function(arg0) {
728
707
  const ret = arg0.ctrlKey;
729
708
  return ret;
730
709
  },
731
- __wbg_cullFace_39500f654c67a205: function(arg0, arg1) {
710
+ __wbg_cullFace_87cf8b47e8d3edd2: function(arg0, arg1) {
732
711
  arg0.cullFace(arg1 >>> 0);
733
712
  },
734
- __wbg_cullFace_e7e711a14d2c3f48: function(arg0, arg1) {
713
+ __wbg_cullFace_c35bb54d07e68290: function(arg0, arg1) {
735
714
  arg0.cullFace(arg1 >>> 0);
736
715
  },
737
- __wbg_debug_a4099fa12db6cd61: function(arg0) {
716
+ __wbg_debug_c014a160490283dc: function(arg0) {
738
717
  console.debug(arg0);
739
718
  },
740
- __wbg_deleteBuffer_22fcc93912cbf659: function(arg0, arg1) {
719
+ __wbg_deleteBuffer_521c77539f9941c1: function(arg0, arg1) {
741
720
  arg0.deleteBuffer(arg1);
742
721
  },
743
- __wbg_deleteBuffer_ab099883c168644d: function(arg0, arg1) {
722
+ __wbg_deleteBuffer_558c85bd550b15df: function(arg0, arg1) {
744
723
  arg0.deleteBuffer(arg1);
745
724
  },
746
- __wbg_deleteFramebuffer_8de1ca41ac87cfd9: function(arg0, arg1) {
725
+ __wbg_deleteFramebuffer_2fb61c893f34a853: function(arg0, arg1) {
747
726
  arg0.deleteFramebuffer(arg1);
748
727
  },
749
- __wbg_deleteFramebuffer_9738f3bb85c1ab35: function(arg0, arg1) {
728
+ __wbg_deleteFramebuffer_a0b3386cb631ca92: function(arg0, arg1) {
750
729
  arg0.deleteFramebuffer(arg1);
751
730
  },
752
- __wbg_deleteProgram_9298fb3e3c1d3a78: function(arg0, arg1) {
731
+ __wbg_deleteProgram_6d3a2bdf7fc6d658: function(arg0, arg1) {
753
732
  arg0.deleteProgram(arg1);
754
733
  },
755
- __wbg_deleteProgram_f354e79b8cae8076: function(arg0, arg1) {
734
+ __wbg_deleteProgram_8175823e816f19ed: function(arg0, arg1) {
756
735
  arg0.deleteProgram(arg1);
757
736
  },
758
- __wbg_deleteQuery_ea8bf1954febd774: function(arg0, arg1) {
737
+ __wbg_deleteQuery_774f28829e3eb161: function(arg0, arg1) {
759
738
  arg0.deleteQuery(arg1);
760
739
  },
761
- __wbg_deleteRenderbuffer_096edada57729468: function(arg0, arg1) {
740
+ __wbg_deleteRenderbuffer_826cb5d271ce4663: function(arg0, arg1) {
762
741
  arg0.deleteRenderbuffer(arg1);
763
742
  },
764
- __wbg_deleteRenderbuffer_0f565f0727b341fc: function(arg0, arg1) {
743
+ __wbg_deleteRenderbuffer_fe0ab39c4929254b: function(arg0, arg1) {
765
744
  arg0.deleteRenderbuffer(arg1);
766
745
  },
767
- __wbg_deleteSampler_c6b68c4071841afa: function(arg0, arg1) {
746
+ __wbg_deleteSampler_34704dd7176c6cb6: function(arg0, arg1) {
768
747
  arg0.deleteSampler(arg1);
769
748
  },
770
- __wbg_deleteShader_aaf3b520a64d5d9d: function(arg0, arg1) {
749
+ __wbg_deleteShader_379785984071d8af: function(arg0, arg1) {
771
750
  arg0.deleteShader(arg1);
772
751
  },
773
- __wbg_deleteShader_ff70ca962883e241: function(arg0, arg1) {
752
+ __wbg_deleteShader_460e3d0b80ea3790: function(arg0, arg1) {
774
753
  arg0.deleteShader(arg1);
775
754
  },
776
- __wbg_deleteSync_c8e4a9c735f71d18: function(arg0, arg1) {
755
+ __wbg_deleteSync_bdc4a0bdb747530d: function(arg0, arg1) {
777
756
  arg0.deleteSync(arg1);
778
757
  },
779
- __wbg_deleteTexture_2be78224e5584a8b: function(arg0, arg1) {
758
+ __wbg_deleteTexture_6de16581bf7e5e00: function(arg0, arg1) {
780
759
  arg0.deleteTexture(arg1);
781
760
  },
782
- __wbg_deleteTexture_9d411c0e60ffa324: function(arg0, arg1) {
761
+ __wbg_deleteTexture_8714aac647598458: function(arg0, arg1) {
783
762
  arg0.deleteTexture(arg1);
784
763
  },
785
- __wbg_deleteVertexArrayOES_197df47ef9684195: function(arg0, arg1) {
764
+ __wbg_deleteVertexArrayOES_6bac63f2a6cf4257: function(arg0, arg1) {
786
765
  arg0.deleteVertexArrayOES(arg1);
787
766
  },
788
- __wbg_deleteVertexArray_7bc7f92769862f93: function(arg0, arg1) {
767
+ __wbg_deleteVertexArray_c0c2dbbda37e677b: function(arg0, arg1) {
789
768
  arg0.deleteVertexArray(arg1);
790
769
  },
791
- __wbg_deltaMode_a1d1df711e44cefc: function(arg0) {
770
+ __wbg_deltaMode_e3330902f10b9218: function(arg0) {
792
771
  const ret = arg0.deltaMode;
793
772
  return ret;
794
773
  },
795
- __wbg_deltaX_f0ca9116db5f7bc1: function(arg0) {
774
+ __wbg_deltaX_7f421a85054bc57c: function(arg0) {
796
775
  const ret = arg0.deltaX;
797
776
  return ret;
798
777
  },
799
- __wbg_deltaY_eb94120160ac821c: function(arg0) {
778
+ __wbg_deltaY_ca7744a8772482e1: function(arg0) {
800
779
  const ret = arg0.deltaY;
801
780
  return ret;
802
781
  },
803
- __wbg_depthFunc_eb3aa05361dd2eaa: function(arg0, arg1) {
782
+ __wbg_depthFunc_2dcf4f6cd1ae352f: function(arg0, arg1) {
804
783
  arg0.depthFunc(arg1 >>> 0);
805
784
  },
806
- __wbg_depthFunc_f670d4cbb9cd0913: function(arg0, arg1) {
785
+ __wbg_depthFunc_477c738f0d31fb27: function(arg0, arg1) {
807
786
  arg0.depthFunc(arg1 >>> 0);
808
787
  },
809
- __wbg_depthMask_103091329ca1a750: function(arg0, arg1) {
788
+ __wbg_depthMask_0212eafbadf5c510: function(arg0, arg1) {
810
789
  arg0.depthMask(arg1 !== 0);
811
790
  },
812
- __wbg_depthMask_75a36d0065471a4b: function(arg0, arg1) {
791
+ __wbg_depthMask_79ce0d02cd6be571: function(arg0, arg1) {
813
792
  arg0.depthMask(arg1 !== 0);
814
793
  },
815
- __wbg_depthRange_337bf254e67639bb: function(arg0, arg1, arg2) {
794
+ __wbg_depthRange_9e176d2eecf5817d: function(arg0, arg1, arg2) {
816
795
  arg0.depthRange(arg1, arg2);
817
796
  },
818
- __wbg_depthRange_5579d448b9d7de57: function(arg0, arg1, arg2) {
797
+ __wbg_depthRange_aa0a658c759230f3: function(arg0, arg1, arg2) {
819
798
  arg0.depthRange(arg1, arg2);
820
799
  },
821
- __wbg_destroy_c8cba128dc1a0e2d: function(arg0) {
800
+ __wbg_destroy_31fc5500bd03bfe0: function(arg0) {
822
801
  arg0.destroy();
823
802
  },
824
- __wbg_devicePixelContentBoxSize_8f39437eab7f03ea: function(arg0) {
803
+ __wbg_devicePixelContentBoxSize_c1a8da18615df561: function(arg0) {
825
804
  const ret = arg0.devicePixelContentBoxSize;
826
805
  return ret;
827
806
  },
828
- __wbg_devicePixelRatio_5c458affc89fc209: function(arg0) {
807
+ __wbg_devicePixelRatio_18e6533e6d7f4088: function(arg0) {
829
808
  const ret = arg0.devicePixelRatio;
830
809
  return ret;
831
810
  },
832
- __wbg_disableVertexAttribArray_24a020060006b10f: function(arg0, arg1) {
811
+ __wbg_disableVertexAttribArray_c56221197975648d: function(arg0, arg1) {
833
812
  arg0.disableVertexAttribArray(arg1 >>> 0);
834
813
  },
835
- __wbg_disableVertexAttribArray_4bac633c27bae599: function(arg0, arg1) {
814
+ __wbg_disableVertexAttribArray_dbf84d5ba8f67bad: function(arg0, arg1) {
836
815
  arg0.disableVertexAttribArray(arg1 >>> 0);
837
816
  },
838
- __wbg_disable_7fe6fb3e97717f88: function(arg0, arg1) {
817
+ __wbg_disable_c83e7f9d8a8660e6: function(arg0, arg1) {
839
818
  arg0.disable(arg1 >>> 0);
840
819
  },
841
- __wbg_disable_bd37bdcca1764aea: function(arg0, arg1) {
820
+ __wbg_disable_d115c77f70b6b789: function(arg0, arg1) {
842
821
  arg0.disable(arg1 >>> 0);
843
822
  },
844
- __wbg_disconnect_0a2d26237dfc1e9e: function(arg0) {
823
+ __wbg_disconnect_b688a8dfdd1f8a2e: function(arg0) {
845
824
  arg0.disconnect();
846
825
  },
847
- __wbg_disconnect_5202f399852258c0: function(arg0) {
826
+ __wbg_disconnect_d173374266b80cfa: function(arg0) {
848
827
  arg0.disconnect();
849
828
  },
850
- __wbg_document_ee35a3d3ae34ef6c: function(arg0) {
829
+ __wbg_document_7a41071f2f439323: function(arg0) {
851
830
  const ret = arg0.document;
852
831
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
853
832
  },
854
- __wbg_done_57b39ecd9addfe81: function(arg0) {
833
+ __wbg_done_9158f7cc8751ba32: function(arg0) {
855
834
  const ret = arg0.done;
856
835
  return ret;
857
836
  },
858
- __wbg_drawArraysInstancedANGLE_9e4cc507eae8b24d: function(arg0, arg1, arg2, arg3, arg4) {
837
+ __wbg_drawArraysInstancedANGLE_f6a18e87c8a056c3: function(arg0, arg1, arg2, arg3, arg4) {
859
838
  arg0.drawArraysInstancedANGLE(arg1 >>> 0, arg2, arg3, arg4);
860
839
  },
861
- __wbg_drawArraysInstanced_ec30adc616ec58d5: function(arg0, arg1, arg2, arg3, arg4) {
840
+ __wbg_drawArraysInstanced_43319f9817fad285: function(arg0, arg1, arg2, arg3, arg4) {
862
841
  arg0.drawArraysInstanced(arg1 >>> 0, arg2, arg3, arg4);
863
842
  },
864
- __wbg_drawArrays_075228181299b824: function(arg0, arg1, arg2, arg3) {
843
+ __wbg_drawArrays_058a7d3434327b6d: function(arg0, arg1, arg2, arg3) {
865
844
  arg0.drawArrays(arg1 >>> 0, arg2, arg3);
866
845
  },
867
- __wbg_drawArrays_2be89c369a29f30b: function(arg0, arg1, arg2, arg3) {
846
+ __wbg_drawArrays_0b6495544ecb3b5e: function(arg0, arg1, arg2, arg3) {
868
847
  arg0.drawArrays(arg1 >>> 0, arg2, arg3);
869
848
  },
870
- __wbg_drawBuffersWEBGL_447bc0a21f8ef22d: function(arg0, arg1) {
849
+ __wbg_drawBuffersWEBGL_674a96484245cee8: function(arg0, arg1) {
871
850
  arg0.drawBuffersWEBGL(arg1);
872
851
  },
873
- __wbg_drawBuffers_5eccfaacc6560299: function(arg0, arg1) {
852
+ __wbg_drawBuffers_0808a2009fb32b11: function(arg0, arg1) {
874
853
  arg0.drawBuffers(arg1);
875
854
  },
876
- __wbg_drawElementsInstancedANGLE_6f9da0b845ac6c4e: function(arg0, arg1, arg2, arg3, arg4, arg5) {
855
+ __wbg_drawElementsInstancedANGLE_01b7fe3dcfda1f57: function(arg0, arg1, arg2, arg3, arg4, arg5) {
877
856
  arg0.drawElementsInstancedANGLE(arg1 >>> 0, arg2, arg3 >>> 0, arg4, arg5);
878
857
  },
879
- __wbg_drawElementsInstanced_d41fc920ae24717c: function(arg0, arg1, arg2, arg3, arg4, arg5) {
858
+ __wbg_drawElementsInstanced_9cdd75777f6fe52e: function(arg0, arg1, arg2, arg3, arg4, arg5) {
880
859
  arg0.drawElementsInstanced(arg1 >>> 0, arg2, arg3 >>> 0, arg4, arg5);
881
860
  },
882
- __wbg_drawIndexed_322c2f9f038d7b23: function(arg0, arg1, arg2, arg3, arg4, arg5) {
861
+ __wbg_drawIndexed_67b8b407e4690b5b: function(arg0, arg1, arg2, arg3, arg4, arg5) {
883
862
  arg0.drawIndexed(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4, arg5 >>> 0);
884
863
  },
885
- __wbg_draw_d38c9207eb049f56: function(arg0, arg1, arg2, arg3, arg4) {
864
+ __wbg_draw_144fe15cf5de8254: function(arg0, arg1, arg2, arg3, arg4) {
886
865
  arg0.draw(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
887
866
  },
888
- __wbg_enableVertexAttribArray_475e06c31777296d: function(arg0, arg1) {
867
+ __wbg_enableVertexAttribArray_44d2f9d5bd7d4773: function(arg0, arg1) {
889
868
  arg0.enableVertexAttribArray(arg1 >>> 0);
890
869
  },
891
- __wbg_enableVertexAttribArray_aa6e40408261eeb9: function(arg0, arg1) {
870
+ __wbg_enableVertexAttribArray_a6fb4500c619f67f: function(arg0, arg1) {
892
871
  arg0.enableVertexAttribArray(arg1 >>> 0);
893
872
  },
894
- __wbg_enable_d1ac04dfdd2fb3ae: function(arg0, arg1) {
873
+ __wbg_enable_aafffd647725f82c: function(arg0, arg1) {
895
874
  arg0.enable(arg1 >>> 0);
896
875
  },
897
- __wbg_enable_fee40f19b7053ea3: function(arg0, arg1) {
876
+ __wbg_enable_e9e223bf04c318ac: function(arg0, arg1) {
898
877
  arg0.enable(arg1 >>> 0);
899
878
  },
900
- __wbg_endQuery_54f0627d4c931318: function(arg0, arg1) {
879
+ __wbg_endQuery_35c4e07c06fe3d01: function(arg0, arg1) {
901
880
  arg0.endQuery(arg1 >>> 0);
902
881
  },
903
- __wbg_end_d54348baf0bf3b70: function(arg0) {
882
+ __wbg_end_68d2bd9f647a2a38: function(arg0) {
904
883
  arg0.end();
905
884
  },
906
- __wbg_entries_58c7934c745daac7: function(arg0) {
885
+ __wbg_entries_e0b73aa8571ddb56: function(arg0) {
907
886
  const ret = Object.entries(arg0);
908
887
  return ret;
909
888
  },
910
- __wbg_error_7534b8e9a36f1ab4: function(arg0, arg1) {
889
+ __wbg_error_2001591ad2463697: function(arg0) {
890
+ console.error(arg0);
891
+ },
892
+ __wbg_error_a6fa202b58aa1cd3: function(arg0, arg1) {
911
893
  let deferred0_0;
912
894
  let deferred0_1;
913
895
  try {
@@ -918,250 +900,283 @@ function __wbg_get_imports() {
918
900
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
919
901
  }
920
902
  },
921
- __wbg_error_9a7fe3f932034cde: function(arg0) {
922
- console.error(arg0);
923
- },
924
- __wbg_error_f852e41c69b0bd84: function(arg0, arg1) {
903
+ __wbg_error_f536c7930d1c5c8d: function(arg0, arg1) {
925
904
  console.error(arg0, arg1);
926
905
  },
927
- __wbg_fenceSync_c52a4e24eabfa0d3: function(arg0, arg1, arg2) {
906
+ __wbg_features_308760f9ae699ee0: function(arg0) {
907
+ const ret = arg0.features;
908
+ return ret;
909
+ },
910
+ __wbg_fenceSync_a6b717c8aa19605f: function(arg0, arg1, arg2) {
928
911
  const ret = arg0.fenceSync(arg1 >>> 0, arg2 >>> 0);
929
912
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
930
913
  },
931
- __wbg_finish_db34a19c90c07af7: function(arg0) {
914
+ __wbg_finish_7d949e916fb756c0: function(arg0) {
932
915
  const ret = arg0.finish();
933
916
  return ret;
934
917
  },
935
- __wbg_finish_e2d3808af76b422a: function(arg0, arg1) {
918
+ __wbg_finish_7dc4e63765afdf59: function(arg0, arg1) {
936
919
  const ret = arg0.finish(arg1);
937
920
  return ret;
938
921
  },
939
- __wbg_flush_7777597fd43065db: function(arg0) {
922
+ __wbg_flush_83c9379ecf842793: function(arg0) {
940
923
  arg0.flush();
941
924
  },
942
- __wbg_flush_e322496f5412e567: function(arg0) {
925
+ __wbg_flush_919dd5bcf0622389: function(arg0) {
943
926
  arg0.flush();
944
927
  },
945
- __wbg_focus_128ff465f65677cc: function() { return handleError(function (arg0) {
928
+ __wbg_focus_089295847acbfa20: function() { return handleError(function (arg0) {
946
929
  arg0.focus();
947
930
  }, arguments); },
948
- __wbg_framebufferRenderbuffer_850811ed6e26475e: function(arg0, arg1, arg2, arg3, arg4) {
931
+ __wbg_framebufferRenderbuffer_45ca809f8ae492b2: function(arg0, arg1, arg2, arg3, arg4) {
949
932
  arg0.framebufferRenderbuffer(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4);
950
933
  },
951
- __wbg_framebufferRenderbuffer_cd9d55a68a2300ea: function(arg0, arg1, arg2, arg3, arg4) {
934
+ __wbg_framebufferRenderbuffer_fb45867659c40998: function(arg0, arg1, arg2, arg3, arg4) {
952
935
  arg0.framebufferRenderbuffer(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4);
953
936
  },
954
- __wbg_framebufferTexture2D_8adf6bdfc3c56dee: function(arg0, arg1, arg2, arg3, arg4, arg5) {
937
+ __wbg_framebufferTexture2D_44e56e9e14542bb5: function(arg0, arg1, arg2, arg3, arg4, arg5) {
955
938
  arg0.framebufferTexture2D(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4, arg5);
956
939
  },
957
- __wbg_framebufferTexture2D_c283e928186aa542: function(arg0, arg1, arg2, arg3, arg4, arg5) {
940
+ __wbg_framebufferTexture2D_f54db6e0dc9fac5e: function(arg0, arg1, arg2, arg3, arg4, arg5) {
958
941
  arg0.framebufferTexture2D(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4, arg5);
959
942
  },
960
- __wbg_framebufferTextureLayer_c8328828c8d5eb60: function(arg0, arg1, arg2, arg3, arg4, arg5) {
943
+ __wbg_framebufferTextureLayer_9304ec957d83d40c: function(arg0, arg1, arg2, arg3, arg4, arg5) {
961
944
  arg0.framebufferTextureLayer(arg1 >>> 0, arg2 >>> 0, arg3, arg4, arg5);
962
945
  },
963
- __wbg_framebufferTextureMultiviewOVR_16d049b41d692b91: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
946
+ __wbg_framebufferTextureMultiviewOVR_da9e610e7905c5d6: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
964
947
  arg0.framebufferTextureMultiviewOVR(arg1 >>> 0, arg2 >>> 0, arg3, arg4, arg5, arg6);
965
948
  },
966
- __wbg_frontFace_027e2ec7a7bc347c: function(arg0, arg1) {
949
+ __wbg_frontFace_8355322e74d5ff2c: function(arg0, arg1) {
967
950
  arg0.frontFace(arg1 >>> 0);
968
951
  },
969
- __wbg_frontFace_d4a6507ad2939b5c: function(arg0, arg1) {
952
+ __wbg_frontFace_fc39e9727cc574df: function(arg0, arg1) {
970
953
  arg0.frontFace(arg1 >>> 0);
971
954
  },
972
- __wbg_fullscreenElement_25b445e2961e68ba: function(arg0) {
955
+ __wbg_fullscreenElement_2eed7fc26f0751e2: function(arg0) {
973
956
  const ret = arg0.fullscreenElement;
974
957
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
975
958
  },
976
- __wbg_getBufferSubData_4fc54b4fbb1462d7: function(arg0, arg1, arg2, arg3) {
959
+ __wbg_getBufferSubData_008fe53c81fd2c77: function(arg0, arg1, arg2, arg3) {
977
960
  arg0.getBufferSubData(arg1 >>> 0, arg2, arg3);
978
961
  },
979
- __wbg_getCoalescedEvents_21492912fd0145ec: function(arg0) {
980
- const ret = arg0.getCoalescedEvents;
962
+ __wbg_getCoalescedEvents_08ae0f67553c536f: function(arg0) {
963
+ const ret = arg0.getCoalescedEvents();
981
964
  return ret;
982
965
  },
983
- __wbg_getCoalescedEvents_8d19e426e1461e96: function(arg0) {
984
- const ret = arg0.getCoalescedEvents();
966
+ __wbg_getCoalescedEvents_3e003f63d9ebbc05: function(arg0) {
967
+ const ret = arg0.getCoalescedEvents;
985
968
  return ret;
986
969
  },
987
- __wbg_getComputedStyle_2d1f9dfe4ee7e0b9: function() { return handleError(function (arg0, arg1) {
970
+ __wbg_getComputedStyle_a23c121719ab715c: function() { return handleError(function (arg0, arg1) {
988
971
  const ret = arg0.getComputedStyle(arg1);
989
972
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
990
973
  }, arguments); },
991
- __wbg_getContext_2966500392030d63: function() { return handleError(function (arg0, arg1, arg2) {
992
- const ret = arg0.getContext(getStringFromWasm0(arg1, arg2));
974
+ __wbg_getContext_367a8d870ace1970: function() { return handleError(function (arg0, arg1, arg2, arg3) {
975
+ const ret = arg0.getContext(getStringFromWasm0(arg1, arg2), arg3);
993
976
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
994
977
  }, arguments); },
995
- __wbg_getContext_2a5764d48600bc43: function() { return handleError(function (arg0, arg1, arg2) {
978
+ __wbg_getContext_69ddc504535a2e7b: function() { return handleError(function (arg0, arg1, arg2) {
996
979
  const ret = arg0.getContext(getStringFromWasm0(arg1, arg2));
997
980
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
998
981
  }, arguments); },
999
- __wbg_getContext_b28d2db7bd648242: function() { return handleError(function (arg0, arg1, arg2, arg3) {
982
+ __wbg_getContext_7721c879aeeb69f4: function() { return handleError(function (arg0, arg1, arg2, arg3) {
1000
983
  const ret = arg0.getContext(getStringFromWasm0(arg1, arg2), arg3);
1001
984
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
1002
985
  }, arguments); },
1003
- __wbg_getContext_de810d9f187f29ca: function() { return handleError(function (arg0, arg1, arg2, arg3) {
1004
- const ret = arg0.getContext(getStringFromWasm0(arg1, arg2), arg3);
986
+ __wbg_getContext_fc146f8ec021d074: function() { return handleError(function (arg0, arg1, arg2) {
987
+ const ret = arg0.getContext(getStringFromWasm0(arg1, arg2));
1005
988
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
1006
989
  }, arguments); },
1007
- __wbg_getCurrentTexture_6ee19b05d6ba43ba: function() { return handleError(function (arg0) {
990
+ __wbg_getCurrentTexture_a516a0b9b636961a: function() { return handleError(function (arg0) {
1008
991
  const ret = arg0.getCurrentTexture();
1009
992
  return ret;
1010
993
  }, arguments); },
1011
- __wbg_getElementById_e34377b79d7285f6: function(arg0, arg1, arg2) {
994
+ __wbg_getElementById_0b5a508c91194690: function(arg0, arg1, arg2) {
1012
995
  const ret = arg0.getElementById(getStringFromWasm0(arg1, arg2));
1013
996
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
1014
997
  },
1015
- __wbg_getExtension_3c0cb5ae01bb4b17: function() { return handleError(function (arg0, arg1, arg2) {
998
+ __wbg_getExtension_5228364a0715c7db: function() { return handleError(function (arg0, arg1, arg2) {
1016
999
  const ret = arg0.getExtension(getStringFromWasm0(arg1, arg2));
1017
1000
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
1018
1001
  }, arguments); },
1019
- __wbg_getIndexedParameter_ca1693c768bc4934: function() { return handleError(function (arg0, arg1, arg2) {
1002
+ __wbg_getIndexedParameter_03d7b63e08249113: function() { return handleError(function (arg0, arg1, arg2) {
1020
1003
  const ret = arg0.getIndexedParameter(arg1 >>> 0, arg2 >>> 0);
1021
1004
  return ret;
1022
1005
  }, arguments); },
1023
- __wbg_getMappedRange_b986a889b6b53379: function() { return handleError(function (arg0, arg1, arg2) {
1006
+ __wbg_getMappedRange_3505c06e92dc304c: function() { return handleError(function (arg0, arg1, arg2) {
1024
1007
  const ret = arg0.getMappedRange(arg1, arg2);
1025
1008
  return ret;
1026
1009
  }, arguments); },
1027
- __wbg_getOwnPropertyDescriptor_03ccfd856865081b: function(arg0, arg1) {
1010
+ __wbg_getOwnPropertyDescriptor_131bd582a45a6f5d: function(arg0, arg1) {
1028
1011
  const ret = Object.getOwnPropertyDescriptor(arg0, arg1);
1029
1012
  return ret;
1030
1013
  },
1031
- __wbg_getParameter_1ecb910cfdd21f88: function() { return handleError(function (arg0, arg1) {
1014
+ __wbg_getParameter_594f21b1d26abeed: function() { return handleError(function (arg0, arg1) {
1032
1015
  const ret = arg0.getParameter(arg1 >>> 0);
1033
1016
  return ret;
1034
1017
  }, arguments); },
1035
- __wbg_getParameter_2e1f97ecaab76274: function() { return handleError(function (arg0, arg1) {
1018
+ __wbg_getParameter_e1c6e394a2959d43: function() { return handleError(function (arg0, arg1) {
1036
1019
  const ret = arg0.getParameter(arg1 >>> 0);
1037
1020
  return ret;
1038
1021
  }, arguments); },
1039
- __wbg_getPreferredCanvasFormat_c56b5a9a243fe942: function(arg0) {
1022
+ __wbg_getPreferredCanvasFormat_78b186193f25cd47: function(arg0) {
1040
1023
  const ret = arg0.getPreferredCanvasFormat();
1041
1024
  return (__wbindgen_enum_GpuTextureFormat.indexOf(ret) + 1 || 96) - 1;
1042
1025
  },
1043
- __wbg_getProgramInfoLog_2ffa30e3abb8b5c2: function(arg0, arg1, arg2) {
1026
+ __wbg_getProgramInfoLog_00af0d3e29c73293: function(arg0, arg1, arg2) {
1044
1027
  const ret = arg1.getProgramInfoLog(arg2);
1045
1028
  var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
1046
1029
  var len1 = WASM_VECTOR_LEN;
1047
1030
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
1048
1031
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
1049
1032
  },
1050
- __wbg_getProgramInfoLog_dbfda4b6e7eb1b37: function(arg0, arg1, arg2) {
1033
+ __wbg_getProgramInfoLog_612d2724e854e752: function(arg0, arg1, arg2) {
1051
1034
  const ret = arg1.getProgramInfoLog(arg2);
1052
1035
  var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
1053
1036
  var len1 = WASM_VECTOR_LEN;
1054
1037
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
1055
1038
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
1056
1039
  },
1057
- __wbg_getProgramParameter_43fbc6d2613c08b3: function(arg0, arg1, arg2) {
1040
+ __wbg_getProgramParameter_6aa39c38709e0d9d: function(arg0, arg1, arg2) {
1058
1041
  const ret = arg0.getProgramParameter(arg1, arg2 >>> 0);
1059
1042
  return ret;
1060
1043
  },
1061
- __wbg_getProgramParameter_92e4540ca9da06b2: function(arg0, arg1, arg2) {
1044
+ __wbg_getProgramParameter_d18275e84d037799: function(arg0, arg1, arg2) {
1062
1045
  const ret = arg0.getProgramParameter(arg1, arg2 >>> 0);
1063
1046
  return ret;
1064
1047
  },
1065
- __wbg_getPropertyValue_d6911b2a1f9acba9: function() { return handleError(function (arg0, arg1, arg2, arg3) {
1048
+ __wbg_getPropertyValue_0bc8c6164d246228: function() { return handleError(function (arg0, arg1, arg2, arg3) {
1066
1049
  const ret = arg1.getPropertyValue(getStringFromWasm0(arg2, arg3));
1067
1050
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
1068
1051
  const len1 = WASM_VECTOR_LEN;
1069
1052
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
1070
1053
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
1071
1054
  }, arguments); },
1072
- __wbg_getQueryParameter_5d6af051438ae479: function(arg0, arg1, arg2) {
1055
+ __wbg_getQueryParameter_9a1b5a99c953b0de: function(arg0, arg1, arg2) {
1073
1056
  const ret = arg0.getQueryParameter(arg1, arg2 >>> 0);
1074
1057
  return ret;
1075
1058
  },
1076
- __wbg_getRandomValues_1c61fac11405ffdc: function() { return handleError(function (arg0, arg1) {
1059
+ __wbg_getRandomValues_3f44b700395062e5: function() { return handleError(function (arg0, arg1) {
1077
1060
  globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
1078
1061
  }, arguments); },
1079
- __wbg_getShaderInfoLog_9991e9e77b0c6805: function(arg0, arg1, arg2) {
1062
+ __wbg_getShaderInfoLog_57fd85336a768aa9: function(arg0, arg1, arg2) {
1080
1063
  const ret = arg1.getShaderInfoLog(arg2);
1081
1064
  var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
1082
1065
  var len1 = WASM_VECTOR_LEN;
1083
1066
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
1084
1067
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
1085
1068
  },
1086
- __wbg_getShaderInfoLog_9e0b96da4b13ae49: function(arg0, arg1, arg2) {
1069
+ __wbg_getShaderInfoLog_ef603aa10b52d639: function(arg0, arg1, arg2) {
1087
1070
  const ret = arg1.getShaderInfoLog(arg2);
1088
1071
  var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
1089
1072
  var len1 = WASM_VECTOR_LEN;
1090
1073
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
1091
1074
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
1092
1075
  },
1093
- __wbg_getShaderParameter_786fd84f85720ca8: function(arg0, arg1, arg2) {
1076
+ __wbg_getShaderParameter_4676ea57a8db83ec: function(arg0, arg1, arg2) {
1094
1077
  const ret = arg0.getShaderParameter(arg1, arg2 >>> 0);
1095
1078
  return ret;
1096
1079
  },
1097
- __wbg_getShaderParameter_afa4a3dd9dd397c1: function(arg0, arg1, arg2) {
1080
+ __wbg_getShaderParameter_f1ed538581985875: function(arg0, arg1, arg2) {
1098
1081
  const ret = arg0.getShaderParameter(arg1, arg2 >>> 0);
1099
1082
  return ret;
1100
1083
  },
1101
- __wbg_getSupportedExtensions_57142a6b598d7787: function(arg0) {
1084
+ __wbg_getSupportedExtensions_a6b7a4d43810c644: function(arg0) {
1102
1085
  const ret = arg0.getSupportedExtensions();
1103
1086
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
1104
1087
  },
1105
- __wbg_getSupportedProfiles_1f728bc32003c4d0: function(arg0) {
1088
+ __wbg_getSupportedProfiles_07d149b0534e6e7d: function(arg0) {
1106
1089
  const ret = arg0.getSupportedProfiles();
1107
1090
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
1108
1091
  },
1109
- __wbg_getSyncParameter_7d11ab875b41617e: function(arg0, arg1, arg2) {
1092
+ __wbg_getSyncParameter_eca2fe84d5f74227: function(arg0, arg1, arg2) {
1110
1093
  const ret = arg0.getSyncParameter(arg1, arg2 >>> 0);
1111
1094
  return ret;
1112
1095
  },
1113
- __wbg_getUniformBlockIndex_1ee7e922e6d96d7e: function(arg0, arg1, arg2, arg3) {
1096
+ __wbg_getUniformBlockIndex_79370b4799b9dd60: function(arg0, arg1, arg2, arg3) {
1114
1097
  const ret = arg0.getUniformBlockIndex(arg1, getStringFromWasm0(arg2, arg3));
1115
1098
  return ret;
1116
1099
  },
1117
- __wbg_getUniformLocation_71c070e6644669ad: function(arg0, arg1, arg2, arg3) {
1100
+ __wbg_getUniformLocation_084155a4348002df: function(arg0, arg1, arg2, arg3) {
1118
1101
  const ret = arg0.getUniformLocation(arg1, getStringFromWasm0(arg2, arg3));
1119
1102
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
1120
1103
  },
1121
- __wbg_getUniformLocation_d06b3a5b3c60e95c: function(arg0, arg1, arg2, arg3) {
1104
+ __wbg_getUniformLocation_91e9e13f695e50c5: function(arg0, arg1, arg2, arg3) {
1122
1105
  const ret = arg0.getUniformLocation(arg1, getStringFromWasm0(arg2, arg3));
1123
1106
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
1124
1107
  },
1125
- __wbg_get_76e04509d1922a04: function(arg0, arg1, arg2) {
1126
- const ret = arg0[getStringFromWasm0(arg1, arg2)];
1108
+ __wbg_get_0cfbe604d86bac03: function(arg0, arg1) {
1109
+ const ret = arg0[arg1 >>> 0];
1127
1110
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
1128
1111
  },
1129
- __wbg_get_9b94d73e6221f75c: function(arg0, arg1) {
1130
- const ret = arg0[arg1 >>> 0];
1112
+ __wbg_get_1affdbdd5573b16a: function() { return handleError(function (arg0, arg1) {
1113
+ const ret = Reflect.get(arg0, arg1);
1131
1114
  return ret;
1132
- },
1133
- __wbg_get_b3ed3ad4be2bc8ac: function() { return handleError(function (arg0, arg1) {
1115
+ }, arguments); },
1116
+ __wbg_get_6011fa3a58f61074: function() { return handleError(function (arg0, arg1) {
1134
1117
  const ret = Reflect.get(arg0, arg1);
1135
1118
  return ret;
1136
1119
  }, arguments); },
1137
- __wbg_get_d8db2ad31d529ff8: function(arg0, arg1) {
1120
+ __wbg_get_8360291721e2339f: function(arg0, arg1) {
1138
1121
  const ret = arg0[arg1 >>> 0];
1122
+ return ret;
1123
+ },
1124
+ __wbg_get_c0c16b5bb811bbf3: function(arg0, arg1, arg2) {
1125
+ const ret = arg0[getStringFromWasm0(arg1, arg2)];
1139
1126
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
1140
1127
  },
1141
- __wbg_get_with_ref_key_1dc361bd10053bfe: function(arg0, arg1) {
1128
+ __wbg_get_unchecked_17f53dad852b9588: function(arg0, arg1) {
1129
+ const ret = arg0[arg1 >>> 0];
1130
+ return ret;
1131
+ },
1132
+ __wbg_get_with_ref_key_6412cf3094599694: function(arg0, arg1) {
1142
1133
  const ret = arg0[arg1];
1143
1134
  return ret;
1144
1135
  },
1145
- __wbg_gpu_1b22165b67dd5a59: function(arg0) {
1136
+ __wbg_gpu_03716d242aac2a7a: function(arg0) {
1146
1137
  const ret = arg0.gpu;
1147
1138
  return ret;
1148
1139
  },
1149
- __wbg_height_c2027cf67d1c9b11: function(arg0) {
1140
+ __wbg_has_3dde616b19827a8d: function(arg0, arg1, arg2) {
1141
+ const ret = arg0.has(getStringFromWasm0(arg1, arg2));
1142
+ return ret;
1143
+ },
1144
+ __wbg_height_1bd361dd29823921: function(arg0) {
1145
+ const ret = arg0.height;
1146
+ return ret;
1147
+ },
1148
+ __wbg_height_528848d067cc2221: function(arg0) {
1149
+ const ret = arg0.height;
1150
+ return ret;
1151
+ },
1152
+ __wbg_height_686fe15182fb5d4e: function(arg0) {
1153
+ const ret = arg0.height;
1154
+ return ret;
1155
+ },
1156
+ __wbg_height_e9bd2453b0432ed7: function(arg0) {
1157
+ const ret = arg0.height;
1158
+ return ret;
1159
+ },
1160
+ __wbg_height_f8efae863e677d02: function(arg0) {
1150
1161
  const ret = arg0.height;
1151
1162
  return ret;
1152
1163
  },
1153
- __wbg_includes_32215c836f1cd3fb: function(arg0, arg1, arg2) {
1164
+ __wbg_height_fc2f1def9f6e7730: function(arg0) {
1165
+ const ret = arg0.height;
1166
+ return ret;
1167
+ },
1168
+ __wbg_includes_591176a7a8b346e9: function(arg0, arg1, arg2) {
1154
1169
  const ret = arg0.includes(arg1, arg2);
1155
1170
  return ret;
1156
1171
  },
1157
- __wbg_info_148d043840582012: function(arg0) {
1172
+ __wbg_info_7479429238bffbce: function(arg0) {
1158
1173
  console.info(arg0);
1159
1174
  },
1160
- __wbg_inlineSize_3e4e7e8c813884fd: function(arg0) {
1175
+ __wbg_inlineSize_ade7bedbe596e98c: function(arg0) {
1161
1176
  const ret = arg0.inlineSize;
1162
1177
  return ret;
1163
1178
  },
1164
- __wbg_instanceof_ArrayBuffer_c367199e2fa2aa04: function(arg0) {
1179
+ __wbg_instanceof_ArrayBuffer_7c8433c6ed14ffe3: function(arg0) {
1165
1180
  let result;
1166
1181
  try {
1167
1182
  result = arg0 instanceof ArrayBuffer;
@@ -1191,7 +1206,7 @@ function __wbg_get_imports() {
1191
1206
  const ret = result;
1192
1207
  return ret;
1193
1208
  },
1194
- __wbg_instanceof_HtmlCanvasElement_3f2f6e1edb1c9792: function(arg0) {
1209
+ __wbg_instanceof_HtmlCanvasElement_ea4dfc3bb77c734b: function(arg0) {
1195
1210
  let result;
1196
1211
  try {
1197
1212
  result = arg0 instanceof HTMLCanvasElement;
@@ -1201,7 +1216,7 @@ function __wbg_get_imports() {
1201
1216
  const ret = result;
1202
1217
  return ret;
1203
1218
  },
1204
- __wbg_instanceof_Object_1c6af87502b733ed: function(arg0) {
1219
+ __wbg_instanceof_Object_7c99480a1cdfb911: function(arg0) {
1205
1220
  let result;
1206
1221
  try {
1207
1222
  result = arg0 instanceof Object;
@@ -1211,7 +1226,7 @@ function __wbg_get_imports() {
1211
1226
  const ret = result;
1212
1227
  return ret;
1213
1228
  },
1214
- __wbg_instanceof_Uint8Array_9b9075935c74707c: function(arg0) {
1229
+ __wbg_instanceof_Uint8Array_152ba1f289edcf3f: function(arg0) {
1215
1230
  let result;
1216
1231
  try {
1217
1232
  result = arg0 instanceof Uint8Array;
@@ -1221,7 +1236,7 @@ function __wbg_get_imports() {
1221
1236
  const ret = result;
1222
1237
  return ret;
1223
1238
  },
1224
- __wbg_instanceof_WebGl2RenderingContext_4a08a94517ed5240: function(arg0) {
1239
+ __wbg_instanceof_WebGl2RenderingContext_23f2da2f294d4c8e: function(arg0) {
1225
1240
  let result;
1226
1241
  try {
1227
1242
  result = arg0 instanceof WebGL2RenderingContext;
@@ -1231,7 +1246,7 @@ function __wbg_get_imports() {
1231
1246
  const ret = result;
1232
1247
  return ret;
1233
1248
  },
1234
- __wbg_instanceof_Window_ed49b2db8df90359: function(arg0) {
1249
+ __wbg_instanceof_Window_cc64c86c8ef9e02b: function(arg0) {
1235
1250
  let result;
1236
1251
  try {
1237
1252
  result = arg0 instanceof Window;
@@ -1241,1502 +1256,1550 @@ function __wbg_get_imports() {
1241
1256
  const ret = result;
1242
1257
  return ret;
1243
1258
  },
1244
- __wbg_invalidateFramebuffer_b17b7e1da3051745: function() { return handleError(function (arg0, arg1, arg2) {
1259
+ __wbg_invalidateFramebuffer_c731d4aba0d9ae7a: function() { return handleError(function (arg0, arg1, arg2) {
1245
1260
  arg0.invalidateFramebuffer(arg1 >>> 0, arg2);
1246
1261
  }, arguments); },
1247
- __wbg_isArray_d314bb98fcf08331: function(arg0) {
1262
+ __wbg_isArray_c3109d14ffc06469: function(arg0) {
1248
1263
  const ret = Array.isArray(arg0);
1249
1264
  return ret;
1250
1265
  },
1251
- __wbg_isIntersecting_6807d592d68e059e: function(arg0) {
1266
+ __wbg_isIntersecting_10f717a22304a79d: function(arg0) {
1252
1267
  const ret = arg0.isIntersecting;
1253
1268
  return ret;
1254
1269
  },
1255
- __wbg_isSafeInteger_bfbc7332a9768d2a: function(arg0) {
1270
+ __wbg_isSafeInteger_4fc213d1989d6d2a: function(arg0) {
1256
1271
  const ret = Number.isSafeInteger(arg0);
1257
1272
  return ret;
1258
1273
  },
1259
- __wbg_is_f29129f676e5410c: function(arg0, arg1) {
1274
+ __wbg_is_8f7ba86b7f249abd: function(arg0, arg1) {
1260
1275
  const ret = Object.is(arg0, arg1);
1261
1276
  return ret;
1262
1277
  },
1263
- __wbg_iterator_6ff6560ca1568e55: function() {
1278
+ __wbg_iterator_013bc09ec998c2a7: function() {
1264
1279
  const ret = Symbol.iterator;
1265
1280
  return ret;
1266
1281
  },
1267
- __wbg_key_d41e8e825e6bb0e9: function(arg0, arg1) {
1282
+ __wbg_key_2cbc38fa83cdb336: function(arg0, arg1) {
1268
1283
  const ret = arg1.key;
1269
1284
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
1270
1285
  const len1 = WASM_VECTOR_LEN;
1271
1286
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
1272
1287
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
1273
1288
  },
1274
- __wbg_label_7045a786095b1bab: function(arg0, arg1) {
1289
+ __wbg_label_9850c9fa8a462e67: function(arg0, arg1) {
1275
1290
  const ret = arg1.label;
1276
1291
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
1277
1292
  const len1 = WASM_VECTOR_LEN;
1278
1293
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
1279
1294
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
1280
1295
  },
1281
- __wbg_length_32ed9a279acd054c: function(arg0) {
1296
+ __wbg_length_3d4ecd04bd8d22f1: function(arg0) {
1282
1297
  const ret = arg0.length;
1283
1298
  return ret;
1284
1299
  },
1285
- __wbg_length_35a7bace40f36eac: function(arg0) {
1300
+ __wbg_length_9f1775224cf1d815: function(arg0) {
1286
1301
  const ret = arg0.length;
1287
1302
  return ret;
1288
1303
  },
1289
- __wbg_length_38720042cfed4476: function(arg0) {
1290
- const ret = arg0.length;
1291
- return ret;
1292
- },
1293
- __wbg_limits_563f98195b4aab75: function(arg0) {
1304
+ __wbg_limits_5bca67036d8c5c3d: function(arg0) {
1294
1305
  const ret = arg0.limits;
1295
1306
  return ret;
1296
1307
  },
1297
- __wbg_limits_6e5836ab03ee64b4: function(arg0) {
1308
+ __wbg_limits_ea41c3962a6b95bc: function(arg0) {
1298
1309
  const ret = arg0.limits;
1299
1310
  return ret;
1300
1311
  },
1301
- __wbg_linkProgram_6600dd2c0863bbfd: function(arg0, arg1) {
1312
+ __wbg_linkProgram_0f095b446d393a30: function(arg0, arg1) {
1302
1313
  arg0.linkProgram(arg1);
1303
1314
  },
1304
- __wbg_linkProgram_be6b825cf66d177b: function(arg0, arg1) {
1315
+ __wbg_linkProgram_aa5b01ff0fcf3a80: function(arg0, arg1) {
1305
1316
  arg0.linkProgram(arg1);
1306
1317
  },
1307
- __wbg_location_22bcb1a188a96eb1: function(arg0) {
1318
+ __wbg_location_8f2306ac5789eb87: function(arg0) {
1308
1319
  const ret = arg0.location;
1309
1320
  return ret;
1310
1321
  },
1311
- __wbg_log_6b5ca2e6124b2808: function(arg0) {
1322
+ __wbg_log_7e1aa9064a1dbdbd: function(arg0) {
1312
1323
  console.log(arg0);
1313
1324
  },
1314
- __wbg_matchMedia_91d4fc9729dc3c84: function() { return handleError(function (arg0, arg1, arg2) {
1325
+ __wbg_matchMedia_ce9949babceac178: function() { return handleError(function (arg0, arg1, arg2) {
1315
1326
  const ret = arg0.matchMedia(getStringFromWasm0(arg1, arg2));
1316
1327
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
1317
1328
  }, arguments); },
1318
- __wbg_matches_4b5c22bd830f7bb3: function(arg0) {
1329
+ __wbg_matches_60339f60d9118f30: function(arg0) {
1319
1330
  const ret = arg0.matches;
1320
1331
  return ret;
1321
1332
  },
1322
- __wbg_maxBindGroups_30d01da76ad53580: function(arg0) {
1333
+ __wbg_maxBindGroups_2bf4f99a58a6309f: function(arg0) {
1323
1334
  const ret = arg0.maxBindGroups;
1324
1335
  return ret;
1325
1336
  },
1326
- __wbg_maxBindingsPerBindGroup_3dcdeb4a7de67a4a: function(arg0) {
1337
+ __wbg_maxBindingsPerBindGroup_dacc570aa61d0dca: function(arg0) {
1327
1338
  const ret = arg0.maxBindingsPerBindGroup;
1328
1339
  return ret;
1329
1340
  },
1330
- __wbg_maxBufferSize_a3c3e79851bb49a7: function(arg0) {
1341
+ __wbg_maxBufferSize_99fc9443bb4067ba: function(arg0) {
1331
1342
  const ret = arg0.maxBufferSize;
1332
1343
  return ret;
1333
1344
  },
1334
- __wbg_maxColorAttachmentBytesPerSample_61daf47ae1b88dc2: function(arg0) {
1345
+ __wbg_maxColorAttachmentBytesPerSample_2da4920e0acebc0e: function(arg0) {
1335
1346
  const ret = arg0.maxColorAttachmentBytesPerSample;
1336
1347
  return ret;
1337
1348
  },
1338
- __wbg_maxColorAttachments_f8f65390ed7c3dcd: function(arg0) {
1349
+ __wbg_maxColorAttachments_bebac93064a9d843: function(arg0) {
1339
1350
  const ret = arg0.maxColorAttachments;
1340
1351
  return ret;
1341
1352
  },
1342
- __wbg_maxComputeInvocationsPerWorkgroup_dbfa932a2c3d9ca0: function(arg0) {
1353
+ __wbg_maxComputeInvocationsPerWorkgroup_ccd6b7df84154e21: function(arg0) {
1343
1354
  const ret = arg0.maxComputeInvocationsPerWorkgroup;
1344
1355
  return ret;
1345
1356
  },
1346
- __wbg_maxComputeWorkgroupSizeX_2a7fdde2d850eb69: function(arg0) {
1357
+ __wbg_maxComputeWorkgroupSizeX_0e4f5019b8ab256e: function(arg0) {
1347
1358
  const ret = arg0.maxComputeWorkgroupSizeX;
1348
1359
  return ret;
1349
1360
  },
1350
- __wbg_maxComputeWorkgroupSizeY_ae6eb3af592e045d: function(arg0) {
1361
+ __wbg_maxComputeWorkgroupSizeY_8276aa965a003c45: function(arg0) {
1351
1362
  const ret = arg0.maxComputeWorkgroupSizeY;
1352
1363
  return ret;
1353
1364
  },
1354
- __wbg_maxComputeWorkgroupSizeZ_df6389c6ad61aa20: function(arg0) {
1365
+ __wbg_maxComputeWorkgroupSizeZ_977746dd442595bd: function(arg0) {
1355
1366
  const ret = arg0.maxComputeWorkgroupSizeZ;
1356
1367
  return ret;
1357
1368
  },
1358
- __wbg_maxComputeWorkgroupStorageSize_d090d78935189091: function(arg0) {
1369
+ __wbg_maxComputeWorkgroupStorageSize_ce16b9d5d8733780: function(arg0) {
1359
1370
  const ret = arg0.maxComputeWorkgroupStorageSize;
1360
1371
  return ret;
1361
1372
  },
1362
- __wbg_maxComputeWorkgroupsPerDimension_5d5d832c21854769: function(arg0) {
1373
+ __wbg_maxComputeWorkgroupsPerDimension_3b7b8e447a68f678: function(arg0) {
1363
1374
  const ret = arg0.maxComputeWorkgroupsPerDimension;
1364
1375
  return ret;
1365
1376
  },
1366
- __wbg_maxDynamicStorageBuffersPerPipelineLayout_0d5102fd812fe086: function(arg0) {
1377
+ __wbg_maxDynamicStorageBuffersPerPipelineLayout_8355a4388945b17c: function(arg0) {
1367
1378
  const ret = arg0.maxDynamicStorageBuffersPerPipelineLayout;
1368
1379
  return ret;
1369
1380
  },
1370
- __wbg_maxDynamicUniformBuffersPerPipelineLayout_fd6efab6fa18099a: function(arg0) {
1381
+ __wbg_maxDynamicUniformBuffersPerPipelineLayout_977505074842a93f: function(arg0) {
1371
1382
  const ret = arg0.maxDynamicUniformBuffersPerPipelineLayout;
1372
1383
  return ret;
1373
1384
  },
1374
- __wbg_maxSampledTexturesPerShaderStage_4ffa7a7339d366d7: function(arg0) {
1385
+ __wbg_maxSampledTexturesPerShaderStage_e946a03f2f1039de: function(arg0) {
1375
1386
  const ret = arg0.maxSampledTexturesPerShaderStage;
1376
1387
  return ret;
1377
1388
  },
1378
- __wbg_maxSamplersPerShaderStage_776dbf5a1fdc58b1: function(arg0) {
1389
+ __wbg_maxSamplersPerShaderStage_14d367c8faabd3bc: function(arg0) {
1379
1390
  const ret = arg0.maxSamplersPerShaderStage;
1380
1391
  return ret;
1381
1392
  },
1382
- __wbg_maxStorageBufferBindingSize_4a81009504bfcacd: function(arg0) {
1393
+ __wbg_maxStorageBufferBindingSize_4a8221c2bde16572: function(arg0) {
1383
1394
  const ret = arg0.maxStorageBufferBindingSize;
1384
1395
  return ret;
1385
1396
  },
1386
- __wbg_maxStorageBuffersPerShaderStage_772149c39281f13c: function(arg0) {
1397
+ __wbg_maxStorageBuffersPerShaderStage_0f46960801ff4626: function(arg0) {
1387
1398
  const ret = arg0.maxStorageBuffersPerShaderStage;
1388
1399
  return ret;
1389
1400
  },
1390
- __wbg_maxStorageTexturesPerShaderStage_181856fa7bd31bd2: function(arg0) {
1401
+ __wbg_maxStorageTexturesPerShaderStage_55c540c36a9a8670: function(arg0) {
1391
1402
  const ret = arg0.maxStorageTexturesPerShaderStage;
1392
1403
  return ret;
1393
1404
  },
1394
- __wbg_maxTextureArrayLayers_c50110b7591a08e7: function(arg0) {
1405
+ __wbg_maxTextureArrayLayers_ff0524af946d2147: function(arg0) {
1395
1406
  const ret = arg0.maxTextureArrayLayers;
1396
1407
  return ret;
1397
1408
  },
1398
- __wbg_maxTextureDimension1D_8886fff72f64818a: function(arg0) {
1409
+ __wbg_maxTextureDimension1D_7e7b3134d878963f: function(arg0) {
1399
1410
  const ret = arg0.maxTextureDimension1D;
1400
1411
  return ret;
1401
1412
  },
1402
- __wbg_maxTextureDimension2D_0e30b1b618696302: function(arg0) {
1413
+ __wbg_maxTextureDimension2D_4cebfd3132f9db9c: function(arg0) {
1403
1414
  const ret = arg0.maxTextureDimension2D;
1404
1415
  return ret;
1405
1416
  },
1406
- __wbg_maxTextureDimension3D_2f567b561a18a953: function(arg0) {
1417
+ __wbg_maxTextureDimension3D_487f24962e39588f: function(arg0) {
1407
1418
  const ret = arg0.maxTextureDimension3D;
1408
1419
  return ret;
1409
1420
  },
1410
- __wbg_maxUniformBufferBindingSize_50a7723e932bbd63: function(arg0) {
1421
+ __wbg_maxUniformBufferBindingSize_a7c5e53f603450e4: function(arg0) {
1411
1422
  const ret = arg0.maxUniformBufferBindingSize;
1412
1423
  return ret;
1413
1424
  },
1414
- __wbg_maxUniformBuffersPerShaderStage_cfac0560ee2b33a2: function(arg0) {
1425
+ __wbg_maxUniformBuffersPerShaderStage_b4a0c0df66ad558d: function(arg0) {
1415
1426
  const ret = arg0.maxUniformBuffersPerShaderStage;
1416
1427
  return ret;
1417
1428
  },
1418
- __wbg_maxVertexAttributes_6bd060b2025920cc: function(arg0) {
1429
+ __wbg_maxVertexAttributes_6561757d6b756306: function(arg0) {
1419
1430
  const ret = arg0.maxVertexAttributes;
1420
1431
  return ret;
1421
1432
  },
1422
- __wbg_maxVertexBufferArrayStride_b3c77c1ff836be9f: function(arg0) {
1433
+ __wbg_maxVertexBufferArrayStride_32ac993891416ff9: function(arg0) {
1423
1434
  const ret = arg0.maxVertexBufferArrayStride;
1424
1435
  return ret;
1425
1436
  },
1426
- __wbg_maxVertexBuffers_b4635256105b2915: function(arg0) {
1437
+ __wbg_maxVertexBuffers_933477de1b5f4825: function(arg0) {
1427
1438
  const ret = arg0.maxVertexBuffers;
1428
1439
  return ret;
1429
1440
  },
1430
- __wbg_media_7bcde781569bca4c: function(arg0, arg1) {
1441
+ __wbg_media_e755b0c3bda4816a: function(arg0, arg1) {
1431
1442
  const ret = arg1.media;
1432
1443
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
1433
1444
  const len1 = WASM_VECTOR_LEN;
1434
1445
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
1435
1446
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
1436
1447
  },
1437
- __wbg_metaKey_374999c340f70626: function(arg0) {
1448
+ __wbg_metaKey_665498d01ebfd062: function(arg0) {
1438
1449
  const ret = arg0.metaKey;
1439
1450
  return ret;
1440
1451
  },
1441
- __wbg_metaKey_67113fb40365d736: function(arg0) {
1452
+ __wbg_metaKey_f8f3c1d2a5b88850: function(arg0) {
1442
1453
  const ret = arg0.metaKey;
1443
1454
  return ret;
1444
1455
  },
1445
- __wbg_minStorageBufferOffsetAlignment_989812b5a6a4b5e7: function(arg0) {
1456
+ __wbg_minStorageBufferOffsetAlignment_e1f616695b1de18f: function(arg0) {
1446
1457
  const ret = arg0.minStorageBufferOffsetAlignment;
1447
1458
  return ret;
1448
1459
  },
1449
- __wbg_minUniformBufferOffsetAlignment_ff7899c34a8303e7: function(arg0) {
1460
+ __wbg_minUniformBufferOffsetAlignment_c3f7877c57eab7a0: function(arg0) {
1450
1461
  const ret = arg0.minUniformBufferOffsetAlignment;
1451
1462
  return ret;
1452
1463
  },
1453
- __wbg_movementX_ff6524e06bc35b6a: function(arg0) {
1464
+ __wbg_movementX_cacb769bb4f92fb5: function(arg0) {
1454
1465
  const ret = arg0.movementX;
1455
1466
  return ret;
1456
1467
  },
1457
- __wbg_movementY_4cec81d9850ad239: function(arg0) {
1468
+ __wbg_movementY_6a643f8b43d5a15b: function(arg0) {
1458
1469
  const ret = arg0.movementY;
1459
1470
  return ret;
1460
1471
  },
1461
- __wbg_navigator_43be698ba96fc088: function(arg0) {
1472
+ __wbg_navigator_353318de944ca7f6: function(arg0) {
1462
1473
  const ret = arg0.navigator;
1463
1474
  return ret;
1464
1475
  },
1465
- __wbg_navigator_4478931f32ebca57: function(arg0) {
1476
+ __wbg_navigator_bc077756492232c5: function(arg0) {
1466
1477
  const ret = arg0.navigator;
1467
1478
  return ret;
1468
1479
  },
1469
- __wbg_new_2e2be9617c4407d5: function() { return handleError(function (arg0) {
1470
- const ret = new ResizeObserver(arg0);
1480
+ __wbg_new_0c7403db6e782f19: function(arg0) {
1481
+ const ret = new Uint8Array(arg0);
1482
+ return ret;
1483
+ },
1484
+ __wbg_new_1b792d90f7c7a3b4: function() { return handleError(function () {
1485
+ const ret = new MessageChannel();
1471
1486
  return ret;
1472
1487
  }, arguments); },
1473
- __wbg_new_361308b2356cecd0: function() {
1474
- const ret = new Object();
1488
+ __wbg_new_227d7c05414eb861: function() {
1489
+ const ret = new Error();
1475
1490
  return ret;
1476
1491
  },
1477
- __wbg_new_3eb36ae241fe6f44: function() {
1492
+ __wbg_new_682678e2f47e32bc: function() {
1478
1493
  const ret = new Array();
1479
1494
  return ret;
1480
1495
  },
1481
- __wbg_new_4f8f3c123e474358: function() { return handleError(function (arg0, arg1) {
1482
- const ret = new Worker(getStringFromWasm0(arg0, arg1));
1496
+ __wbg_new_98c22165a42231aa: function() { return handleError(function () {
1497
+ const ret = new AbortController();
1483
1498
  return ret;
1484
1499
  }, arguments); },
1485
- __wbg_new_6f0524fbfa300c47: function() { return handleError(function () {
1486
- const ret = new MessageChannel();
1500
+ __wbg_new_a73bd86e73440d2f: function() { return handleError(function (arg0) {
1501
+ const ret = new IntersectionObserver(arg0);
1487
1502
  return ret;
1488
1503
  }, arguments); },
1489
- __wbg_new_7ce9bdce63c79b43: function(arg0) {
1490
- const ret = new Uint8ClampedArray(arg0);
1491
- return ret;
1492
- },
1493
- __wbg_new_8a6f238a6ece86ea: function() {
1494
- const ret = new Error();
1504
+ __wbg_new_aa8d0fa9762c29bd: function() {
1505
+ const ret = new Object();
1495
1506
  return ret;
1496
1507
  },
1497
- __wbg_new_8c6e67a40cee1f83: function() { return handleError(function (arg0) {
1498
- const ret = new IntersectionObserver(arg0);
1508
+ __wbg_new_ad8d9a2aa2624a65: function() { return handleError(function (arg0) {
1509
+ const ret = new ResizeObserver(arg0);
1499
1510
  return ret;
1500
1511
  }, arguments); },
1501
- __wbg_new_b949e7f56150a5d1: function() { return handleError(function () {
1502
- const ret = new AbortController();
1512
+ __wbg_new_d9e8ade8a7fba252: function() { return handleError(function (arg0, arg1) {
1513
+ const ret = new Worker(getStringFromWasm0(arg0, arg1));
1503
1514
  return ret;
1504
1515
  }, arguments); },
1505
- __wbg_new_dd2b680c8bf6ae29: function(arg0) {
1506
- const ret = new Uint8Array(arg0);
1507
- return ret;
1508
- },
1509
- __wbg_new_from_slice_a3d2629dc1826784: function(arg0, arg1) {
1516
+ __wbg_new_from_slice_b5ea43e23f6008c0: function(arg0, arg1) {
1510
1517
  const ret = new Uint8Array(getArrayU8FromWasm0(arg0, arg1));
1511
1518
  return ret;
1512
1519
  },
1513
- __wbg_new_no_args_1c7c842f08d00ebb: function(arg0, arg1) {
1514
- const ret = new Function(getStringFromWasm0(arg0, arg1));
1515
- return ret;
1516
- },
1517
- __wbg_new_with_byte_offset_and_length_aa261d9c9da49eb1: function(arg0, arg1, arg2) {
1520
+ __wbg_new_with_byte_offset_and_length_01848e8d6a3d49ad: function(arg0, arg1, arg2) {
1518
1521
  const ret = new Uint8Array(arg0, arg1 >>> 0, arg2 >>> 0);
1519
1522
  return ret;
1520
1523
  },
1521
- __wbg_new_with_str_sequence_and_options_9b8b0bee99ec6b0f: function() { return handleError(function (arg0, arg1) {
1524
+ __wbg_new_with_str_sequence_and_options_2cfc7ae8f9435aa4: function() { return handleError(function (arg0, arg1) {
1522
1525
  const ret = new Blob(arg0, arg1);
1523
1526
  return ret;
1524
1527
  }, arguments); },
1525
- __wbg_next_3482f54c49e8af19: function() { return handleError(function (arg0) {
1528
+ __wbg_next_0340c4ae324393c3: function() { return handleError(function (arg0) {
1526
1529
  const ret = arg0.next();
1527
1530
  return ret;
1528
1531
  }, arguments); },
1529
- __wbg_next_418f80d8f5303233: function(arg0) {
1532
+ __wbg_next_7646edaa39458ef7: function(arg0) {
1530
1533
  const ret = arg0.next;
1531
1534
  return ret;
1532
1535
  },
1533
- __wbg_now_2c95c9de01293173: function(arg0) {
1534
- const ret = arg0.now();
1535
- return ret;
1536
- },
1537
- __wbg_now_a3af9a2f4bbaa4d1: function() {
1536
+ __wbg_now_a9b7df1cbee90986: function() {
1538
1537
  const ret = Date.now();
1539
1538
  return ret;
1540
1539
  },
1541
- __wbg_observe_1ae37077cf10b11b: function(arg0, arg1, arg2) {
1542
- arg0.observe(arg1, arg2);
1540
+ __wbg_now_e7c6795a7f81e10f: function(arg0) {
1541
+ const ret = arg0.now();
1542
+ return ret;
1543
1543
  },
1544
- __wbg_observe_2a9d63459970a2c1: function(arg0, arg1) {
1544
+ __wbg_observe_59e08e55b0dd238f: function(arg0, arg1) {
1545
1545
  arg0.observe(arg1);
1546
1546
  },
1547
- __wbg_observe_b9abc08d6d829e56: function(arg0, arg1) {
1547
+ __wbg_observe_5ea88d68554155e1: function(arg0, arg1, arg2) {
1548
+ arg0.observe(arg1, arg2);
1549
+ },
1550
+ __wbg_observe_c79fbdfb1452af30: function(arg0, arg1) {
1548
1551
  arg0.observe(arg1);
1549
1552
  },
1550
- __wbg_of_9ab14f9d4bfb5040: function(arg0, arg1) {
1551
- const ret = Array.of(arg0, arg1);
1553
+ __wbg_of_07054ba808010e4f: function(arg0) {
1554
+ const ret = Array.of(arg0);
1552
1555
  return ret;
1553
1556
  },
1554
- __wbg_of_f915f7cd925b21a5: function(arg0) {
1555
- const ret = Array.of(arg0);
1557
+ __wbg_of_7532e43da680ecb3: function(arg0, arg1) {
1558
+ const ret = Array.of(arg0, arg1);
1556
1559
  return ret;
1557
1560
  },
1558
- __wbg_offsetX_cb6a38e6f23cb4a6: function(arg0) {
1561
+ __wbg_offsetX_a9bf2ea7f0575ac9: function(arg0) {
1559
1562
  const ret = arg0.offsetX;
1560
1563
  return ret;
1561
1564
  },
1562
- __wbg_offsetY_43e21941c5c1f8bf: function(arg0) {
1565
+ __wbg_offsetY_10e5433a1bbd4c01: function(arg0) {
1563
1566
  const ret = arg0.offsetY;
1564
1567
  return ret;
1565
1568
  },
1566
- __wbg_performance_7a3ffd0b17f663ad: function(arg0) {
1569
+ __wbg_performance_3fcf6e32a7e1ed0a: function(arg0) {
1567
1570
  const ret = arg0.performance;
1568
1571
  return ret;
1569
1572
  },
1570
- __wbg_persisted_de98357e1aaf6546: function(arg0) {
1573
+ __wbg_persisted_bfebef6179ea1e1a: function(arg0) {
1571
1574
  const ret = arg0.persisted;
1572
1575
  return ret;
1573
1576
  },
1574
- __wbg_pixelStorei_2a65936c11b710fe: function(arg0, arg1, arg2) {
1577
+ __wbg_pixelStorei_0da594e7ec84d2ef: function(arg0, arg1, arg2) {
1575
1578
  arg0.pixelStorei(arg1 >>> 0, arg2);
1576
1579
  },
1577
- __wbg_pixelStorei_f7cc498f52d523f1: function(arg0, arg1, arg2) {
1580
+ __wbg_pixelStorei_6f7ca5f58231a418: function(arg0, arg1, arg2) {
1578
1581
  arg0.pixelStorei(arg1 >>> 0, arg2);
1579
1582
  },
1580
- __wbg_play_63bc12f42e16af91: function(arg0) {
1583
+ __wbg_play_3997a1be51d27925: function(arg0) {
1581
1584
  arg0.play();
1582
1585
  },
1583
- __wbg_pointerId_466b1bdcaf2fe835: function(arg0) {
1586
+ __wbg_pointerId_b99c11e1f5e3731d: function(arg0) {
1584
1587
  const ret = arg0.pointerId;
1585
1588
  return ret;
1586
1589
  },
1587
- __wbg_pointerType_ba53c6f18634a26d: function(arg0, arg1) {
1590
+ __wbg_pointerType_5c8062de6087884a: function(arg0, arg1) {
1588
1591
  const ret = arg1.pointerType;
1589
1592
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
1590
1593
  const len1 = WASM_VECTOR_LEN;
1591
1594
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
1592
1595
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
1593
1596
  },
1594
- __wbg_polygonOffset_24a8059deb03be92: function(arg0, arg1, arg2) {
1597
+ __wbg_polygonOffset_82e7973a0d5f6313: function(arg0, arg1, arg2) {
1595
1598
  arg0.polygonOffset(arg1, arg2);
1596
1599
  },
1597
- __wbg_polygonOffset_4b3158d8ed028862: function(arg0, arg1, arg2) {
1600
+ __wbg_polygonOffset_f1e208e8df962cd4: function(arg0, arg1, arg2) {
1598
1601
  arg0.polygonOffset(arg1, arg2);
1599
1602
  },
1600
- __wbg_port1_6251ddc5cf5c9287: function(arg0) {
1603
+ __wbg_port1_8267146008301e78: function(arg0) {
1601
1604
  const ret = arg0.port1;
1602
1605
  return ret;
1603
1606
  },
1604
- __wbg_port2_b2a294b0ede1e13c: function(arg0) {
1607
+ __wbg_port2_1742efa161730e58: function(arg0) {
1605
1608
  const ret = arg0.port2;
1606
1609
  return ret;
1607
1610
  },
1608
- __wbg_postMessage_46eeeef39934b448: function() { return handleError(function (arg0, arg1) {
1611
+ __wbg_postMessage_1f50a9885ee45fb0: function() { return handleError(function (arg0, arg1) {
1609
1612
  arg0.postMessage(arg1);
1610
1613
  }, arguments); },
1611
- __wbg_postMessage_e45c89e4826cf2ef: function() { return handleError(function (arg0, arg1, arg2) {
1614
+ __wbg_postMessage_2e8ce5e10ce05091: function() { return handleError(function (arg0, arg1, arg2) {
1612
1615
  arg0.postMessage(arg1, arg2);
1613
1616
  }, arguments); },
1614
- __wbg_postTask_41d93e93941e4a3d: function(arg0, arg1, arg2) {
1617
+ __wbg_postTask_e2439afddcdfbb55: function(arg0, arg1, arg2) {
1615
1618
  const ret = arg0.postTask(arg1, arg2);
1616
1619
  return ret;
1617
1620
  },
1618
- __wbg_pressure_f01a99684f7a6cf3: function(arg0) {
1621
+ __wbg_pressure_f5789eab65b5c2ae: function(arg0) {
1619
1622
  const ret = arg0.pressure;
1620
1623
  return ret;
1621
1624
  },
1622
- __wbg_preventDefault_cdcfcd7e301b9702: function(arg0) {
1625
+ __wbg_preventDefault_f55c01cb5fd2bcc0: function(arg0) {
1623
1626
  arg0.preventDefault();
1624
1627
  },
1625
- __wbg_prototype_c28bca39c45aba9b: function() {
1628
+ __wbg_prototype_0d5bb2023db3bcfc: function() {
1626
1629
  const ret = ResizeObserverEntry.prototype;
1627
1630
  return ret;
1628
1631
  },
1629
- __wbg_prototypesetcall_bdcdcc5842e4d77d: function(arg0, arg1, arg2) {
1632
+ __wbg_prototypesetcall_a6b02eb00b0f4ce2: function(arg0, arg1, arg2) {
1630
1633
  Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
1631
1634
  },
1632
- __wbg_prototypesetcall_d6c8d0c7e6f80b27: function(arg0, arg1, arg2) {
1633
- Uint8ClampedArray.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
1634
- },
1635
- __wbg_push_8ffdcb2063340ba5: function(arg0, arg1) {
1635
+ __wbg_push_471a5b068a5295f6: function(arg0, arg1) {
1636
1636
  const ret = arg0.push(arg1);
1637
1637
  return ret;
1638
1638
  },
1639
- __wbg_queryCounterEXT_b578f07c30420446: function(arg0, arg1, arg2) {
1639
+ __wbg_queryCounterEXT_08e9bfae0dff258b: function(arg0, arg1, arg2) {
1640
1640
  arg0.queryCounterEXT(arg1, arg2 >>> 0);
1641
1641
  },
1642
- __wbg_querySelectorAll_1283aae52043a951: function() { return handleError(function (arg0, arg1, arg2) {
1642
+ __wbg_querySelectorAll_e9e3fbd41310476e: function() { return handleError(function (arg0, arg1, arg2) {
1643
1643
  const ret = arg0.querySelectorAll(getStringFromWasm0(arg1, arg2));
1644
1644
  return ret;
1645
1645
  }, arguments); },
1646
- __wbg_querySelector_c3b0df2d58eec220: function() { return handleError(function (arg0, arg1, arg2) {
1646
+ __wbg_querySelector_8d395ebd237ebd46: function() { return handleError(function (arg0, arg1, arg2) {
1647
1647
  const ret = arg0.querySelector(getStringFromWasm0(arg1, arg2));
1648
1648
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
1649
1649
  }, arguments); },
1650
- __wbg_queueMicrotask_0aa0a927f78f5d98: function(arg0) {
1651
- const ret = arg0.queueMicrotask;
1652
- return ret;
1650
+ __wbg_queueMicrotask_0aed009ff060f723: function(arg0, arg1) {
1651
+ arg0.queueMicrotask(arg1);
1653
1652
  },
1654
- __wbg_queueMicrotask_5bb536982f78a56f: function(arg0) {
1653
+ __wbg_queueMicrotask_5d15a957e6aa920e: function(arg0) {
1655
1654
  queueMicrotask(arg0);
1656
1655
  },
1657
- __wbg_queueMicrotask_885fd8605352e25d: function(arg0, arg1) {
1658
- arg0.queueMicrotask(arg1);
1656
+ __wbg_queueMicrotask_f8819e5ffc402f36: function(arg0) {
1657
+ const ret = arg0.queueMicrotask;
1658
+ return ret;
1659
1659
  },
1660
- __wbg_queue_0ffbb97537a0c4ed: function(arg0) {
1660
+ __wbg_queue_7fafbac0ddb6c670: function(arg0) {
1661
1661
  const ret = arg0.queue;
1662
1662
  return ret;
1663
1663
  },
1664
- __wbg_readBuffer_9eb461d6857295f0: function(arg0, arg1) {
1664
+ __wbg_readBuffer_a2d26b22c3faabd0: function(arg0, arg1) {
1665
1665
  arg0.readBuffer(arg1 >>> 0);
1666
1666
  },
1667
- __wbg_readPixels_55b18304384e073d: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
1667
+ __wbg_readPixels_a78444c3ffa2ad18: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
1668
1668
  arg0.readPixels(arg1, arg2, arg3, arg4, arg5 >>> 0, arg6 >>> 0, arg7);
1669
1669
  }, arguments); },
1670
- __wbg_readPixels_6ea8e288a8673282: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
1670
+ __wbg_readPixels_bfac0d542650a07a: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
1671
1671
  arg0.readPixels(arg1, arg2, arg3, arg4, arg5 >>> 0, arg6 >>> 0, arg7);
1672
1672
  }, arguments); },
1673
- __wbg_readPixels_95b2464a7bb863a2: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
1673
+ __wbg_readPixels_dd7e621f7a36e2ac: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
1674
1674
  arg0.readPixels(arg1, arg2, arg3, arg4, arg5 >>> 0, arg6 >>> 0, arg7);
1675
1675
  }, arguments); },
1676
- __wbg_removeEventListener_e63328781a5b9af9: function() { return handleError(function (arg0, arg1, arg2, arg3) {
1676
+ __wbg_removeEventListener_7bdf07404d9b24bd: function() { return handleError(function (arg0, arg1, arg2, arg3) {
1677
1677
  arg0.removeEventListener(getStringFromWasm0(arg1, arg2), arg3);
1678
1678
  }, arguments); },
1679
- __wbg_removeListener_e2a199028636dcf5: function() { return handleError(function (arg0, arg1) {
1679
+ __wbg_removeListener_dcb0b2ae1124b401: function() { return handleError(function (arg0, arg1) {
1680
1680
  arg0.removeListener(arg1);
1681
1681
  }, arguments); },
1682
- __wbg_removeProperty_a0d2ff8a76ffd2b1: function() { return handleError(function (arg0, arg1, arg2, arg3) {
1682
+ __wbg_removeProperty_af5e61d737797fcc: function() { return handleError(function (arg0, arg1, arg2, arg3) {
1683
1683
  const ret = arg1.removeProperty(getStringFromWasm0(arg2, arg3));
1684
1684
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
1685
1685
  const len1 = WASM_VECTOR_LEN;
1686
1686
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
1687
1687
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
1688
1688
  }, arguments); },
1689
- __wbg_renderbufferStorageMultisample_bc0ae08a7abb887a: function(arg0, arg1, arg2, arg3, arg4, arg5) {
1689
+ __wbg_renderbufferStorageMultisample_363ea6ea6644c47f: function(arg0, arg1, arg2, arg3, arg4, arg5) {
1690
1690
  arg0.renderbufferStorageMultisample(arg1 >>> 0, arg2, arg3 >>> 0, arg4, arg5);
1691
1691
  },
1692
- __wbg_renderbufferStorage_1bc02383614b76b2: function(arg0, arg1, arg2, arg3, arg4) {
1692
+ __wbg_renderbufferStorage_0745213c8a3edba7: function(arg0, arg1, arg2, arg3, arg4) {
1693
1693
  arg0.renderbufferStorage(arg1 >>> 0, arg2 >>> 0, arg3, arg4);
1694
1694
  },
1695
- __wbg_renderbufferStorage_6348154d30979c44: function(arg0, arg1, arg2, arg3, arg4) {
1695
+ __wbg_renderbufferStorage_838d8e6ca86ee3ca: function(arg0, arg1, arg2, arg3, arg4) {
1696
1696
  arg0.renderbufferStorage(arg1 >>> 0, arg2 >>> 0, arg3, arg4);
1697
1697
  },
1698
- __wbg_repeat_375aae5c5c6a0258: function(arg0) {
1698
+ __wbg_repeat_f5ff89c357b71af1: function(arg0) {
1699
1699
  const ret = arg0.repeat;
1700
1700
  return ret;
1701
1701
  },
1702
- __wbg_requestAdapter_f09d28b3f37de26c: function(arg0, arg1) {
1702
+ __wbg_requestAdapter_dc3b730968f39ede: function(arg0, arg1) {
1703
1703
  const ret = arg0.requestAdapter(arg1);
1704
1704
  return ret;
1705
1705
  },
1706
- __wbg_requestAnimationFrame_43682f8e1c5e5348: function() { return handleError(function (arg0, arg1) {
1706
+ __wbg_requestAnimationFrame_6f039d778639cc28: function() { return handleError(function (arg0, arg1) {
1707
1707
  const ret = arg0.requestAnimationFrame(arg1);
1708
1708
  return ret;
1709
1709
  }, arguments); },
1710
- __wbg_requestDevice_51509dadc50b2e9d: function(arg0, arg1) {
1710
+ __wbg_requestDevice_0666fa181666d96b: function(arg0, arg1) {
1711
1711
  const ret = arg0.requestDevice(arg1);
1712
1712
  return ret;
1713
1713
  },
1714
- __wbg_requestFullscreen_86fc6cdb76000482: function(arg0) {
1715
- const ret = arg0.requestFullscreen;
1714
+ __wbg_requestFullscreen_3f16e43f398ce624: function(arg0) {
1715
+ const ret = arg0.requestFullscreen();
1716
1716
  return ret;
1717
1717
  },
1718
- __wbg_requestFullscreen_9f0611438eb929cf: function(arg0) {
1719
- const ret = arg0.requestFullscreen();
1718
+ __wbg_requestFullscreen_b977a3a0697e883c: function(arg0) {
1719
+ const ret = arg0.requestFullscreen;
1720
1720
  return ret;
1721
1721
  },
1722
- __wbg_requestIdleCallback_1b8d644ff564208f: function(arg0) {
1722
+ __wbg_requestIdleCallback_3689e3e38f6cfc02: function(arg0) {
1723
1723
  const ret = arg0.requestIdleCallback;
1724
1724
  return ret;
1725
1725
  },
1726
- __wbg_requestIdleCallback_c9c643f8210d435b: function() { return handleError(function (arg0, arg1) {
1726
+ __wbg_requestIdleCallback_fd04869e36d71d03: function() { return handleError(function (arg0, arg1) {
1727
1727
  const ret = arg0.requestIdleCallback(arg1);
1728
1728
  return ret;
1729
1729
  }, arguments); },
1730
- __wbg_resolve_002c4b7d9d8f6b64: function(arg0) {
1730
+ __wbg_resolve_e6c466bc1052f16c: function(arg0) {
1731
1731
  const ret = Promise.resolve(arg0);
1732
1732
  return ret;
1733
1733
  },
1734
- __wbg_revokeObjectURL_ba5712ef5af8bc9a: function() { return handleError(function (arg0, arg1) {
1734
+ __wbg_revokeObjectURL_1d23b31dc4ef5f52: function() { return handleError(function (arg0, arg1) {
1735
1735
  URL.revokeObjectURL(getStringFromWasm0(arg0, arg1));
1736
1736
  }, arguments); },
1737
- __wbg_samplerParameterf_f070d2b69b1e2d46: function(arg0, arg1, arg2, arg3) {
1737
+ __wbg_samplerParameterf_974a275475147bd9: function(arg0, arg1, arg2, arg3) {
1738
1738
  arg0.samplerParameterf(arg1, arg2 >>> 0, arg3);
1739
1739
  },
1740
- __wbg_samplerParameteri_8e4c4bcead0ee669: function(arg0, arg1, arg2, arg3) {
1740
+ __wbg_samplerParameteri_8a634d1b1b1e79ad: function(arg0, arg1, arg2, arg3) {
1741
1741
  arg0.samplerParameteri(arg1, arg2 >>> 0, arg3);
1742
1742
  },
1743
- __wbg_scheduler_48482a9974eeacbd: function(arg0) {
1743
+ __wbg_scheduler_a17d41c9c822fc26: function(arg0) {
1744
1744
  const ret = arg0.scheduler;
1745
1745
  return ret;
1746
1746
  },
1747
- __wbg_scheduler_5156bb61cc1cf589: function(arg0) {
1747
+ __wbg_scheduler_b35fe73ba70e89cc: function(arg0) {
1748
1748
  const ret = arg0.scheduler;
1749
1749
  return ret;
1750
1750
  },
1751
- __wbg_scissor_2ff8f18f05a6d408: function(arg0, arg1, arg2, arg3, arg4) {
1751
+ __wbg_scissor_a52de5e62ebadc16: function(arg0, arg1, arg2, arg3, arg4) {
1752
1752
  arg0.scissor(arg1, arg2, arg3, arg4);
1753
1753
  },
1754
- __wbg_scissor_b870b1434a9c25b4: function(arg0, arg1, arg2, arg3, arg4) {
1754
+ __wbg_scissor_b71fb7e05633cf3d: function(arg0, arg1, arg2, arg3, arg4) {
1755
1755
  arg0.scissor(arg1, arg2, arg3, arg4);
1756
1756
  },
1757
- __wbg_setAttribute_cc8e4c8a2a008508: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
1757
+ __wbg_setAttribute_6fde4098d274155c: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
1758
1758
  arg0.setAttribute(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
1759
1759
  }, arguments); },
1760
- __wbg_setBindGroup_a81ce7b3934585bf: function(arg0, arg1, arg2) {
1761
- arg0.setBindGroup(arg1 >>> 0, arg2);
1762
- },
1763
- __wbg_setBindGroup_bb0c2c05b7c49401: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
1760
+ __wbg_setBindGroup_1e20fc6d5b3ffe60: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
1764
1761
  arg0.setBindGroup(arg1 >>> 0, arg2, getArrayU32FromWasm0(arg3, arg4), arg5, arg6 >>> 0);
1765
1762
  }, arguments); },
1766
- __wbg_setIndexBuffer_0487a271efcfe0ac: function(arg0, arg1, arg2, arg3) {
1763
+ __wbg_setBindGroup_3e9afe0921b76fc0: function(arg0, arg1, arg2) {
1764
+ arg0.setBindGroup(arg1 >>> 0, arg2);
1765
+ },
1766
+ __wbg_setIndexBuffer_9f7dab879680d41e: function(arg0, arg1, arg2, arg3) {
1767
1767
  arg0.setIndexBuffer(arg1, __wbindgen_enum_GpuIndexFormat[arg2], arg3);
1768
1768
  },
1769
- __wbg_setIndexBuffer_97fb24e7cc5b24c0: function(arg0, arg1, arg2, arg3, arg4) {
1769
+ __wbg_setIndexBuffer_ac441893bcde2133: function(arg0, arg1, arg2, arg3, arg4) {
1770
1770
  arg0.setIndexBuffer(arg1, __wbindgen_enum_GpuIndexFormat[arg2], arg3, arg4);
1771
1771
  },
1772
- __wbg_setPipeline_78f8f6d440dddd25: function(arg0, arg1) {
1772
+ __wbg_setPipeline_88a119262ecbb240: function(arg0, arg1) {
1773
1773
  arg0.setPipeline(arg1);
1774
1774
  },
1775
- __wbg_setPointerCapture_420db6f6826eb74b: function() { return handleError(function (arg0, arg1) {
1775
+ __wbg_setPointerCapture_0ade0346ebef3bfc: function() { return handleError(function (arg0, arg1) {
1776
1776
  arg0.setPointerCapture(arg1);
1777
1777
  }, arguments); },
1778
- __wbg_setProperty_cbb25c4e74285b39: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
1778
+ __wbg_setProperty_0d903d23a71dfe70: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
1779
1779
  arg0.setProperty(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
1780
1780
  }, arguments); },
1781
- __wbg_setScissorRect_4db4ebbc562e249e: function(arg0, arg1, arg2, arg3, arg4) {
1781
+ __wbg_setScissorRect_2162009921a7d37e: function(arg0, arg1, arg2, arg3, arg4) {
1782
1782
  arg0.setScissorRect(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
1783
1783
  },
1784
- __wbg_setTimeout_681abd84926a4da3: function() { return handleError(function (arg0, arg1) {
1784
+ __wbg_setTimeout_5a5ca8752c41f8ad: function() { return handleError(function (arg0, arg1) {
1785
1785
  const ret = arg0.setTimeout(arg1);
1786
1786
  return ret;
1787
1787
  }, arguments); },
1788
- __wbg_setTimeout_eff32631ea138533: function() { return handleError(function (arg0, arg1, arg2) {
1788
+ __wbg_setTimeout_d8786dd31f90da0f: function() { return handleError(function (arg0, arg1, arg2) {
1789
1789
  const ret = arg0.setTimeout(arg1, arg2);
1790
1790
  return ret;
1791
1791
  }, arguments); },
1792
- __wbg_setVertexBuffer_b0d3128a04bfd766: function(arg0, arg1, arg2, arg3, arg4) {
1793
- arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3, arg4);
1794
- },
1795
- __wbg_setVertexBuffer_edbff6ddb5055174: function(arg0, arg1, arg2, arg3) {
1792
+ __wbg_setVertexBuffer_6a8d07ae366fb470: function(arg0, arg1, arg2, arg3) {
1796
1793
  arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3);
1797
1794
  },
1798
- __wbg_setViewport_b84ead683cd03d3e: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
1799
- arg0.setViewport(arg1, arg2, arg3, arg4, arg5, arg6);
1800
- },
1801
- __wbg_set_25cf9deff6bf0ea8: function(arg0, arg1, arg2) {
1802
- arg0.set(arg1, arg2 >>> 0);
1795
+ __wbg_setVertexBuffer_8538c8d57ff796e6: function(arg0, arg1, arg2, arg3, arg4) {
1796
+ arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3, arg4);
1803
1797
  },
1804
- __wbg_set_3f1d0b984ed272ed: function(arg0, arg1, arg2) {
1805
- arg0[arg1] = arg2;
1798
+ __wbg_setViewport_a99b9878894cd647: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
1799
+ arg0.setViewport(arg1, arg2, arg3, arg4, arg5, arg6);
1806
1800
  },
1807
- __wbg_set_6cb8631f80447a67: function() { return handleError(function (arg0, arg1, arg2) {
1801
+ __wbg_set_022bee52d0b05b19: function() { return handleError(function (arg0, arg1, arg2) {
1808
1802
  const ret = Reflect.set(arg0, arg1, arg2);
1809
1803
  return ret;
1810
1804
  }, arguments); },
1811
- __wbg_set_a_721deab95e136b71: function(arg0, arg1) {
1805
+ __wbg_set_3bf1de9fab0cd644: function(arg0, arg1, arg2) {
1806
+ arg0[arg1 >>> 0] = arg2;
1807
+ },
1808
+ __wbg_set_6be42768c690e380: function(arg0, arg1, arg2) {
1809
+ arg0[arg1] = arg2;
1810
+ },
1811
+ __wbg_set_a_0e9ffd7edfa8a9f0: function(arg0, arg1) {
1812
1812
  arg0.a = arg1;
1813
1813
  },
1814
- __wbg_set_access_b20bfa3ec6b65d05: function(arg0, arg1) {
1814
+ __wbg_set_access_3a025015b8de87b2: function(arg0, arg1) {
1815
1815
  arg0.access = __wbindgen_enum_GpuStorageTextureAccess[arg1];
1816
1816
  },
1817
- __wbg_set_address_mode_u_9c0b2104a94d10f3: function(arg0, arg1) {
1817
+ __wbg_set_address_mode_u_a09823787fe8d44a: function(arg0, arg1) {
1818
1818
  arg0.addressModeU = __wbindgen_enum_GpuAddressMode[arg1];
1819
1819
  },
1820
- __wbg_set_address_mode_v_a9bedc188ff29608: function(arg0, arg1) {
1820
+ __wbg_set_address_mode_v_ba2b151a62621475: function(arg0, arg1) {
1821
1821
  arg0.addressModeV = __wbindgen_enum_GpuAddressMode[arg1];
1822
1822
  },
1823
- __wbg_set_address_mode_w_5774889145ce3789: function(arg0, arg1) {
1823
+ __wbg_set_address_mode_w_4454e22a72f0df4c: function(arg0, arg1) {
1824
1824
  arg0.addressModeW = __wbindgen_enum_GpuAddressMode[arg1];
1825
1825
  },
1826
- __wbg_set_alpha_2c7bdc9da833b6c2: function(arg0, arg1) {
1826
+ __wbg_set_alpha_658ed1dfc4154d22: function(arg0, arg1) {
1827
1827
  arg0.alpha = arg1;
1828
1828
  },
1829
- __wbg_set_alpha_mode_fc3528d234b1fefa: function(arg0, arg1) {
1829
+ __wbg_set_alpha_mode_d40fc95f2f0a65b8: function(arg0, arg1) {
1830
1830
  arg0.alphaMode = __wbindgen_enum_GpuCanvasAlphaMode[arg1];
1831
1831
  },
1832
- __wbg_set_alpha_to_coverage_enabled_314ce1ca1759b395: function(arg0, arg1) {
1832
+ __wbg_set_alpha_to_coverage_enabled_627ce591dddc23f7: function(arg0, arg1) {
1833
1833
  arg0.alphaToCoverageEnabled = arg1 !== 0;
1834
1834
  },
1835
- __wbg_set_array_layer_count_3c7942d623042874: function(arg0, arg1) {
1835
+ __wbg_set_array_layer_count_372c4a910f9741ae: function(arg0, arg1) {
1836
1836
  arg0.arrayLayerCount = arg1 >>> 0;
1837
1837
  },
1838
- __wbg_set_array_stride_4b36d0822dea74a8: function(arg0, arg1) {
1838
+ __wbg_set_array_stride_aa1d7ec2f2866247: function(arg0, arg1) {
1839
1839
  arg0.arrayStride = arg1;
1840
1840
  },
1841
- __wbg_set_aspect_f06e234d0aacd1a6: function(arg0, arg1) {
1841
+ __wbg_set_aspect_6c4c338c714c1379: function(arg0, arg1) {
1842
1842
  arg0.aspect = __wbindgen_enum_GpuTextureAspect[arg1];
1843
1843
  },
1844
- __wbg_set_attributes_382cc084e6792c33: function(arg0, arg1) {
1844
+ __wbg_set_aspect_c490b83df964e769: function(arg0, arg1) {
1845
+ arg0.aspect = __wbindgen_enum_GpuTextureAspect[arg1];
1846
+ },
1847
+ __wbg_set_attributes_6d60f4f903a301a8: function(arg0, arg1) {
1845
1848
  arg0.attributes = arg1;
1846
1849
  },
1847
- __wbg_set_b_f53c2f10173c804f: function(arg0, arg1) {
1850
+ __wbg_set_b_fb8e7191ce2f917c: function(arg0, arg1) {
1848
1851
  arg0.b = arg1;
1849
1852
  },
1850
- __wbg_set_base_array_layer_a5b968338c5c56b6: function(arg0, arg1) {
1853
+ __wbg_set_base_array_layer_2ab45d90e7a581f7: function(arg0, arg1) {
1851
1854
  arg0.baseArrayLayer = arg1 >>> 0;
1852
1855
  },
1853
- __wbg_set_base_mip_level_e3288c2d851da708: function(arg0, arg1) {
1856
+ __wbg_set_base_mip_level_2ae99b85d1e778e9: function(arg0, arg1) {
1854
1857
  arg0.baseMipLevel = arg1 >>> 0;
1855
1858
  },
1856
- __wbg_set_beginning_of_pass_write_index_35dcbf135e4f9d61: function(arg0, arg1) {
1859
+ __wbg_set_beginning_of_pass_write_index_1997e8ae19580364: function(arg0, arg1) {
1857
1860
  arg0.beginningOfPassWriteIndex = arg1 >>> 0;
1858
1861
  },
1859
- __wbg_set_bind_group_layouts_8de6e109dd34a448: function(arg0, arg1) {
1862
+ __wbg_set_bind_group_layouts_2a3fbfe6301f7cc2: function(arg0, arg1) {
1860
1863
  arg0.bindGroupLayouts = arg1;
1861
1864
  },
1862
- __wbg_set_binding_5276d6202fceba46: function(arg0, arg1) {
1865
+ __wbg_set_binding_6c7ed77073549aaa: function(arg0, arg1) {
1863
1866
  arg0.binding = arg1 >>> 0;
1864
1867
  },
1865
- __wbg_set_binding_9e9ed8b6e1418176: function(arg0, arg1) {
1868
+ __wbg_set_binding_799d4a2ff61a29c4: function(arg0, arg1) {
1866
1869
  arg0.binding = arg1 >>> 0;
1867
1870
  },
1868
- __wbg_set_blend_6828ff186670f414: function(arg0, arg1) {
1871
+ __wbg_set_blend_8b5f0206031032b9: function(arg0, arg1) {
1869
1872
  arg0.blend = arg1;
1870
1873
  },
1871
- __wbg_set_box_73d3355c6f95f24d: function(arg0, arg1) {
1874
+ __wbg_set_box_e76b1c9ae3cbed18: function(arg0, arg1) {
1872
1875
  arg0.box = __wbindgen_enum_ResizeObserverBoxOptions[arg1];
1873
1876
  },
1874
- __wbg_set_buffer_1acdac44d9638973: function(arg0, arg1) {
1877
+ __wbg_set_buffer_4564be0900c8093c: function(arg0, arg1) {
1875
1878
  arg0.buffer = arg1;
1876
1879
  },
1877
- __wbg_set_buffer_74b7b0adf855cf1a: function(arg0, arg1) {
1880
+ __wbg_set_buffer_52ccf9f23c8c8d74: function(arg0, arg1) {
1878
1881
  arg0.buffer = arg1;
1879
1882
  },
1880
- __wbg_set_buffers_53e83b7c7a5c95aa: function(arg0, arg1) {
1883
+ __wbg_set_buffers_894c092e99bf8541: function(arg0, arg1) {
1881
1884
  arg0.buffers = arg1;
1882
1885
  },
1883
- __wbg_set_bytes_per_row_9249690c44f83135: function(arg0, arg1) {
1886
+ __wbg_set_bytes_per_row_1cfe3bbc2f242df7: function(arg0, arg1) {
1884
1887
  arg0.bytesPerRow = arg1 >>> 0;
1885
1888
  },
1886
- __wbg_set_clear_value_f82fff01ed0b5c35: function(arg0, arg1) {
1889
+ __wbg_set_clear_value_c6eaca1e9b16e209: function(arg0, arg1) {
1887
1890
  arg0.clearValue = arg1;
1888
1891
  },
1889
- __wbg_set_code_6b6ad02fc1705aa2: function(arg0, arg1, arg2) {
1892
+ __wbg_set_code_22962864d78928e2: function(arg0, arg1, arg2) {
1890
1893
  arg0.code = getStringFromWasm0(arg1, arg2);
1891
1894
  },
1892
- __wbg_set_color_0df2c5f47a951ac1: function(arg0, arg1) {
1893
- arg0.color = arg1;
1894
- },
1895
- __wbg_set_color_attachments_de625dd9a4850a13: function(arg0, arg1) {
1895
+ __wbg_set_color_attachments_f027806af3f83980: function(arg0, arg1) {
1896
1896
  arg0.colorAttachments = arg1;
1897
1897
  },
1898
- __wbg_set_compare_1b67d8112d05628e: function(arg0, arg1) {
1898
+ __wbg_set_color_c1b12d789a2ea5d0: function(arg0, arg1) {
1899
+ arg0.color = arg1;
1900
+ },
1901
+ __wbg_set_compare_1807a293c48e067f: function(arg0, arg1) {
1899
1902
  arg0.compare = __wbindgen_enum_GpuCompareFunction[arg1];
1900
1903
  },
1901
- __wbg_set_compare_8fbddcdd4781f49a: function(arg0, arg1) {
1904
+ __wbg_set_compare_624c2c00fd10c924: function(arg0, arg1) {
1902
1905
  arg0.compare = __wbindgen_enum_GpuCompareFunction[arg1];
1903
1906
  },
1904
- __wbg_set_count_e8b681b1185cf5da: function(arg0, arg1) {
1907
+ __wbg_set_count_c6179bb884c328ef: function(arg0, arg1) {
1905
1908
  arg0.count = arg1 >>> 0;
1906
1909
  },
1907
- __wbg_set_cssText_18380c97092caefa: function(arg0, arg1, arg2) {
1910
+ __wbg_set_cssText_aa3f0dc4a8c9607b: function(arg0, arg1, arg2) {
1908
1911
  arg0.cssText = getStringFromWasm0(arg1, arg2);
1909
1912
  },
1910
- __wbg_set_cull_mode_74bc6eaab528c94b: function(arg0, arg1) {
1913
+ __wbg_set_cull_mode_3233e59624672d4e: function(arg0, arg1) {
1911
1914
  arg0.cullMode = __wbindgen_enum_GpuCullMode[arg1];
1912
1915
  },
1913
- __wbg_set_depth_bias_cdcc35c6971d19cd: function(arg0, arg1) {
1916
+ __wbg_set_d8f1efe557b9e7e1: function(arg0, arg1, arg2) {
1917
+ arg0.set(arg1, arg2 >>> 0);
1918
+ },
1919
+ __wbg_set_depth_bias_6e7bad3a03bae686: function(arg0, arg1) {
1914
1920
  arg0.depthBias = arg1;
1915
1921
  },
1916
- __wbg_set_depth_bias_clamp_57801e26f66496d9: function(arg0, arg1) {
1922
+ __wbg_set_depth_bias_clamp_c3e46e20b1319eb6: function(arg0, arg1) {
1917
1923
  arg0.depthBiasClamp = arg1;
1918
1924
  },
1919
- __wbg_set_depth_bias_slope_scale_81699f807bd5a647: function(arg0, arg1) {
1925
+ __wbg_set_depth_bias_slope_scale_e4faf95c5d1e38a2: function(arg0, arg1) {
1920
1926
  arg0.depthBiasSlopeScale = arg1;
1921
1927
  },
1922
- __wbg_set_depth_clear_value_9801aa9eff7645df: function(arg0, arg1) {
1928
+ __wbg_set_depth_clear_value_22ac16071c012963: function(arg0, arg1) {
1923
1929
  arg0.depthClearValue = arg1;
1924
1930
  },
1925
- __wbg_set_depth_compare_53d249a136855bd8: function(arg0, arg1) {
1931
+ __wbg_set_depth_compare_7f7567a7e8d2a20f: function(arg0, arg1) {
1926
1932
  arg0.depthCompare = __wbindgen_enum_GpuCompareFunction[arg1];
1927
1933
  },
1928
- __wbg_set_depth_fail_op_2e4767995acd4c0a: function(arg0, arg1) {
1934
+ __wbg_set_depth_fail_op_36618aa2c112a8b4: function(arg0, arg1) {
1929
1935
  arg0.depthFailOp = __wbindgen_enum_GpuStencilOperation[arg1];
1930
1936
  },
1931
- __wbg_set_depth_load_op_af0b0f05e83f6571: function(arg0, arg1) {
1937
+ __wbg_set_depth_load_op_6c5eb58390842042: function(arg0, arg1) {
1932
1938
  arg0.depthLoadOp = __wbindgen_enum_GpuLoadOp[arg1];
1933
1939
  },
1934
- __wbg_set_depth_or_array_layers_5d480fc05509ea0c: function(arg0, arg1) {
1940
+ __wbg_set_depth_or_array_layers_d021b9602446c0c8: function(arg0, arg1) {
1935
1941
  arg0.depthOrArrayLayers = arg1 >>> 0;
1936
1942
  },
1937
- __wbg_set_depth_read_only_a7b7224074e024d3: function(arg0, arg1) {
1943
+ __wbg_set_depth_read_only_9df48fdffe0aa66e: function(arg0, arg1) {
1938
1944
  arg0.depthReadOnly = arg1 !== 0;
1939
1945
  },
1940
- __wbg_set_depth_stencil_2bb2fcea55783858: function(arg0, arg1) {
1946
+ __wbg_set_depth_stencil_7c07649e913ec16e: function(arg0, arg1) {
1941
1947
  arg0.depthStencil = arg1;
1942
1948
  },
1943
- __wbg_set_depth_stencil_attachment_dcbd5b74e4350e16: function(arg0, arg1) {
1949
+ __wbg_set_depth_stencil_attachment_de6bf51d002eb908: function(arg0, arg1) {
1944
1950
  arg0.depthStencilAttachment = arg1;
1945
1951
  },
1946
- __wbg_set_depth_store_op_40dfd99c7e42f894: function(arg0, arg1) {
1952
+ __wbg_set_depth_store_op_bb2ba04b36c7bdd9: function(arg0, arg1) {
1947
1953
  arg0.depthStoreOp = __wbindgen_enum_GpuStoreOp[arg1];
1948
1954
  },
1949
- __wbg_set_depth_write_enabled_4368a2fe5d258cb0: function(arg0, arg1) {
1955
+ __wbg_set_depth_write_enabled_c0ecc7101fe87bf8: function(arg0, arg1) {
1950
1956
  arg0.depthWriteEnabled = arg1 !== 0;
1951
1957
  },
1952
- __wbg_set_device_d372d6aa06f20cae: function(arg0, arg1) {
1958
+ __wbg_set_device_c7cc69d60d9cf106: function(arg0, arg1) {
1953
1959
  arg0.device = arg1;
1954
1960
  },
1955
- __wbg_set_dimension_268b2b7bfc3e2bb8: function(arg0, arg1) {
1956
- arg0.dimension = __wbindgen_enum_GpuTextureDimension[arg1];
1957
- },
1958
- __wbg_set_dimension_359b229ea1b67a77: function(arg0, arg1) {
1961
+ __wbg_set_dimension_7f0364deea72ace0: function(arg0, arg1) {
1959
1962
  arg0.dimension = __wbindgen_enum_GpuTextureViewDimension[arg1];
1960
1963
  },
1961
- __wbg_set_dst_factor_96e73b9eaedeb23e: function(arg0, arg1) {
1964
+ __wbg_set_dimension_b140d4ffc52ab9f4: function(arg0, arg1) {
1965
+ arg0.dimension = __wbindgen_enum_GpuTextureDimension[arg1];
1966
+ },
1967
+ __wbg_set_dst_factor_53d01078ea67659a: function(arg0, arg1) {
1962
1968
  arg0.dstFactor = __wbindgen_enum_GpuBlendFactor[arg1];
1963
1969
  },
1964
- __wbg_set_end_of_pass_write_index_71e7659a9d2a9d60: function(arg0, arg1) {
1970
+ __wbg_set_end_of_pass_write_index_52644fc3d56949b1: function(arg0, arg1) {
1965
1971
  arg0.endOfPassWriteIndex = arg1 >>> 0;
1966
1972
  },
1967
- __wbg_set_entries_5941f16619f54d42: function(arg0, arg1) {
1973
+ __wbg_set_entries_e5ad285e3289950f: function(arg0, arg1) {
1968
1974
  arg0.entries = arg1;
1969
1975
  },
1970
- __wbg_set_entries_97a6ad10aa7fa4d1: function(arg0, arg1) {
1976
+ __wbg_set_entries_e8be1c8eb246cf26: function(arg0, arg1) {
1971
1977
  arg0.entries = arg1;
1972
1978
  },
1973
- __wbg_set_entry_point_a858879f63ec2236: function(arg0, arg1, arg2) {
1979
+ __wbg_set_entry_point_519259f79c5a8e4d: function(arg0, arg1, arg2) {
1974
1980
  arg0.entryPoint = getStringFromWasm0(arg1, arg2);
1975
1981
  },
1976
- __wbg_set_entry_point_a8ce0b22c20548b0: function(arg0, arg1, arg2) {
1982
+ __wbg_set_entry_point_d4b0da956bd6b2ba: function(arg0, arg1, arg2) {
1977
1983
  arg0.entryPoint = getStringFromWasm0(arg1, arg2);
1978
1984
  },
1979
- __wbg_set_f43e577aea94465b: function(arg0, arg1, arg2) {
1980
- arg0[arg1 >>> 0] = arg2;
1981
- },
1982
- __wbg_set_fail_op_d55bda42958efa98: function(arg0, arg1) {
1985
+ __wbg_set_fail_op_9d9650df23ba2111: function(arg0, arg1) {
1983
1986
  arg0.failOp = __wbindgen_enum_GpuStencilOperation[arg1];
1984
1987
  },
1985
- __wbg_set_format_69ba449c0e080708: function(arg0, arg1) {
1986
- arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
1988
+ __wbg_set_flip_y_4f453a2e399d0113: function(arg0, arg1) {
1989
+ arg0.flipY = arg1 !== 0;
1987
1990
  },
1988
- __wbg_set_format_713b9e90b13df6aa: function(arg0, arg1) {
1989
- arg0.format = __wbindgen_enum_GpuVertexFormat[arg1];
1991
+ __wbg_set_format_0e52ea7b9384ac6b: function(arg0, arg1) {
1992
+ arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
1990
1993
  },
1991
- __wbg_set_format_76bcf93126fcdc9d: function(arg0, arg1) {
1994
+ __wbg_set_format_1ed4e12702593d8e: function(arg0, arg1) {
1992
1995
  arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
1993
1996
  },
1994
- __wbg_set_format_970299d3f84a8f20: function(arg0, arg1) {
1997
+ __wbg_set_format_423f8c1de58d873f: function(arg0, arg1) {
1995
1998
  arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
1996
1999
  },
1997
- __wbg_set_format_a8a60feb127f0971: function(arg0, arg1) {
2000
+ __wbg_set_format_4f6e506395604296: function(arg0, arg1) {
1998
2001
  arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
1999
2002
  },
2000
- __wbg_set_format_beb33029aea4cf8e: function(arg0, arg1) {
2003
+ __wbg_set_format_672708c6c96d3a04: function(arg0, arg1) {
2004
+ arg0.format = __wbindgen_enum_GpuVertexFormat[arg1];
2005
+ },
2006
+ __wbg_set_format_7c2a49ba44065a80: function(arg0, arg1) {
2001
2007
  arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
2002
2008
  },
2003
- __wbg_set_format_f6ec428901712514: function(arg0, arg1) {
2009
+ __wbg_set_format_db451b4d880fc239: function(arg0, arg1) {
2004
2010
  arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
2005
2011
  },
2006
- __wbg_set_fragment_0f23dfb67b3e84ab: function(arg0, arg1) {
2012
+ __wbg_set_fragment_6d9f8c36b406d9b4: function(arg0, arg1) {
2007
2013
  arg0.fragment = arg1;
2008
2014
  },
2009
- __wbg_set_front_face_c80337acd997f8c6: function(arg0, arg1) {
2015
+ __wbg_set_front_face_dc4795f2754276bf: function(arg0, arg1) {
2010
2016
  arg0.frontFace = __wbindgen_enum_GpuFrontFace[arg1];
2011
2017
  },
2012
- __wbg_set_g_7eb6b5e67456a09e: function(arg0, arg1) {
2018
+ __wbg_set_g_5fbc9fad3ad27a7c: function(arg0, arg1) {
2013
2019
  arg0.g = arg1;
2014
2020
  },
2015
- __wbg_set_has_dynamic_offset_b34dfdba692a7959: function(arg0, arg1) {
2021
+ __wbg_set_has_dynamic_offset_b5f5f44b752da2e2: function(arg0, arg1) {
2016
2022
  arg0.hasDynamicOffset = arg1 !== 0;
2017
2023
  },
2018
- __wbg_set_height_a7439239ff109215: function(arg0, arg1) {
2024
+ __wbg_set_height_24d07d982f176ac6: function(arg0, arg1) {
2019
2025
  arg0.height = arg1 >>> 0;
2020
2026
  },
2021
- __wbg_set_height_b386c0f603610637: function(arg0, arg1) {
2027
+ __wbg_set_height_be9b2b920bd68401: function(arg0, arg1) {
2022
2028
  arg0.height = arg1 >>> 0;
2023
2029
  },
2024
- __wbg_set_height_f21f985387070100: function(arg0, arg1) {
2030
+ __wbg_set_height_fc3358fe68410392: function(arg0, arg1) {
2025
2031
  arg0.height = arg1 >>> 0;
2026
2032
  },
2027
- __wbg_set_label_1df8805b2aad72d7: function(arg0, arg1, arg2) {
2033
+ __wbg_set_label_021ea25609809a07: function(arg0, arg1, arg2) {
2028
2034
  arg0.label = getStringFromWasm0(arg1, arg2);
2029
2035
  },
2030
- __wbg_set_label_460a52030d604dd7: function(arg0, arg1, arg2) {
2036
+ __wbg_set_label_415b065ec3fb4f48: function(arg0, arg1, arg2) {
2031
2037
  arg0.label = getStringFromWasm0(arg1, arg2);
2032
2038
  },
2033
- __wbg_set_label_57008c2e11276b5e: function(arg0, arg1, arg2) {
2039
+ __wbg_set_label_5fa4c422680863eb: function(arg0, arg1, arg2) {
2034
2040
  arg0.label = getStringFromWasm0(arg1, arg2);
2035
2041
  },
2036
- __wbg_set_label_66db708c47a585b2: function(arg0, arg1, arg2) {
2042
+ __wbg_set_label_7b502181277e1279: function(arg0, arg1, arg2) {
2037
2043
  arg0.label = getStringFromWasm0(arg1, arg2);
2038
2044
  },
2039
- __wbg_set_label_68cd87490e02e1de: function(arg0, arg1, arg2) {
2045
+ __wbg_set_label_8b2b2c1877722f9a: function(arg0, arg1, arg2) {
2040
2046
  arg0.label = getStringFromWasm0(arg1, arg2);
2041
2047
  },
2042
- __wbg_set_label_76b058f0224eb49e: function(arg0, arg1, arg2) {
2048
+ __wbg_set_label_8d581de453b70e55: function(arg0, arg1, arg2) {
2043
2049
  arg0.label = getStringFromWasm0(arg1, arg2);
2044
2050
  },
2045
- __wbg_set_label_89c327fa94d8076b: function(arg0, arg1, arg2) {
2051
+ __wbg_set_label_9bd0253bfeba31f3: function(arg0, arg1, arg2) {
2046
2052
  arg0.label = getStringFromWasm0(arg1, arg2);
2047
2053
  },
2048
- __wbg_set_label_969d6f8279c74456: function(arg0, arg1, arg2) {
2054
+ __wbg_set_label_b096894575aaba1e: function(arg0, arg1, arg2) {
2049
2055
  arg0.label = getStringFromWasm0(arg1, arg2);
2050
2056
  },
2051
- __wbg_set_label_a0c41069e355431e: function(arg0, arg1, arg2) {
2057
+ __wbg_set_label_b5b02ca1f89a90ec: function(arg0, arg1, arg2) {
2052
2058
  arg0.label = getStringFromWasm0(arg1, arg2);
2053
2059
  },
2054
- __wbg_set_label_c14214ffbf6e5c4a: function(arg0, arg1, arg2) {
2060
+ __wbg_set_label_d775c1defc56c544: function(arg0, arg1, arg2) {
2055
2061
  arg0.label = getStringFromWasm0(arg1, arg2);
2056
2062
  },
2057
- __wbg_set_label_ca2c132e2b646244: function(arg0, arg1, arg2) {
2063
+ __wbg_set_label_e426b73942527b8e: function(arg0, arg1, arg2) {
2058
2064
  arg0.label = getStringFromWasm0(arg1, arg2);
2059
2065
  },
2060
- __wbg_set_label_e6fab993e10f1dd3: function(arg0, arg1, arg2) {
2066
+ __wbg_set_label_f20461bed18e52e3: function(arg0, arg1, arg2) {
2061
2067
  arg0.label = getStringFromWasm0(arg1, arg2);
2062
2068
  },
2063
- __wbg_set_label_f9a45e9ef445b781: function(arg0, arg1, arg2) {
2069
+ __wbg_set_label_f6a207f7f83dc626: function(arg0, arg1, arg2) {
2064
2070
  arg0.label = getStringFromWasm0(arg1, arg2);
2065
2071
  },
2066
- __wbg_set_layout_67a29edc6247c437: function(arg0, arg1) {
2072
+ __wbg_set_layout_34c410044847aa48: function(arg0, arg1) {
2067
2073
  arg0.layout = arg1;
2068
2074
  },
2069
- __wbg_set_layout_758d30edbd6ea91c: function(arg0, arg1) {
2075
+ __wbg_set_layout_61b88e458ca5dc7d: function(arg0, arg1) {
2070
2076
  arg0.layout = arg1;
2071
2077
  },
2072
- __wbg_set_load_op_5644a3bf70f4f76c: function(arg0, arg1) {
2078
+ __wbg_set_load_op_5b310bb9c61eb1d5: function(arg0, arg1) {
2073
2079
  arg0.loadOp = __wbindgen_enum_GpuLoadOp[arg1];
2074
2080
  },
2075
- __wbg_set_lod_max_clamp_d80060a9922f9fe3: function(arg0, arg1) {
2081
+ __wbg_set_lod_max_clamp_83c3eaae40b5d729: function(arg0, arg1) {
2076
2082
  arg0.lodMaxClamp = arg1;
2077
2083
  },
2078
- __wbg_set_lod_min_clamp_bee469ae69d038f0: function(arg0, arg1) {
2084
+ __wbg_set_lod_min_clamp_c13c1046f64fccaa: function(arg0, arg1) {
2079
2085
  arg0.lodMinClamp = arg1;
2080
2086
  },
2081
- __wbg_set_mag_filter_f50646cfdc01700d: function(arg0, arg1) {
2087
+ __wbg_set_mag_filter_b34a0f82f66fd504: function(arg0, arg1) {
2082
2088
  arg0.magFilter = __wbindgen_enum_GpuFilterMode[arg1];
2083
2089
  },
2084
- __wbg_set_mapped_at_creation_0dc5796d4e90ab4b: function(arg0, arg1) {
2090
+ __wbg_set_mapped_at_creation_461c27df7c64ac7b: function(arg0, arg1) {
2085
2091
  arg0.mappedAtCreation = arg1 !== 0;
2086
2092
  },
2087
- __wbg_set_mask_800b15ad78613be8: function(arg0, arg1) {
2093
+ __wbg_set_mask_16f0fb977a077e6d: function(arg0, arg1) {
2088
2094
  arg0.mask = arg1 >>> 0;
2089
2095
  },
2090
- __wbg_set_max_anisotropy_83ac2a8bef9f9ec8: function(arg0, arg1) {
2096
+ __wbg_set_max_anisotropy_33280b9303d377c0: function(arg0, arg1) {
2091
2097
  arg0.maxAnisotropy = arg1;
2092
2098
  },
2093
- __wbg_set_min_binding_size_20ca594cd6d93818: function(arg0, arg1) {
2099
+ __wbg_set_min_binding_size_2fd83a7bce6fc84a: function(arg0, arg1) {
2094
2100
  arg0.minBindingSize = arg1;
2095
2101
  },
2096
- __wbg_set_min_filter_8ffc9e1ac6b4149f: function(arg0, arg1) {
2102
+ __wbg_set_min_filter_18e71b62b66d6a52: function(arg0, arg1) {
2097
2103
  arg0.minFilter = __wbindgen_enum_GpuFilterMode[arg1];
2098
2104
  },
2099
- __wbg_set_mip_level_6f507098915add77: function(arg0, arg1) {
2105
+ __wbg_set_mip_level_1df7434229448f62: function(arg0, arg1) {
2100
2106
  arg0.mipLevel = arg1 >>> 0;
2101
2107
  },
2102
- __wbg_set_mip_level_count_5e59806cbcf116e9: function(arg0, arg1) {
2108
+ __wbg_set_mip_level_count_9cfaadd4d97253b4: function(arg0, arg1) {
2103
2109
  arg0.mipLevelCount = arg1 >>> 0;
2104
2110
  },
2105
- __wbg_set_mip_level_count_f896fe8cbb669df2: function(arg0, arg1) {
2111
+ __wbg_set_mip_level_count_cc06dd5cc8da32fa: function(arg0, arg1) {
2106
2112
  arg0.mipLevelCount = arg1 >>> 0;
2107
2113
  },
2108
- __wbg_set_mipmap_filter_037575f2e647f024: function(arg0, arg1) {
2114
+ __wbg_set_mip_level_d9b50f98d88f777e: function(arg0, arg1) {
2115
+ arg0.mipLevel = arg1 >>> 0;
2116
+ },
2117
+ __wbg_set_mipmap_filter_37622626d458c955: function(arg0, arg1) {
2109
2118
  arg0.mipmapFilter = __wbindgen_enum_GpuMipmapFilterMode[arg1];
2110
2119
  },
2111
- __wbg_set_module_4c73bb35cb0beb0b: function(arg0, arg1) {
2120
+ __wbg_set_module_1bff0ef07bc49331: function(arg0, arg1) {
2112
2121
  arg0.module = arg1;
2113
2122
  },
2114
- __wbg_set_module_ca21130b3f66ea5d: function(arg0, arg1) {
2123
+ __wbg_set_module_574e5aee4331f373: function(arg0, arg1) {
2115
2124
  arg0.module = arg1;
2116
2125
  },
2117
- __wbg_set_multisample_4f57dcaa4144a62f: function(arg0, arg1) {
2126
+ __wbg_set_multisample_f57845304ba73461: function(arg0, arg1) {
2118
2127
  arg0.multisample = arg1;
2119
2128
  },
2120
- __wbg_set_multisampled_0bb9fc1b577bf11a: function(arg0, arg1) {
2129
+ __wbg_set_multisampled_935682e740c8dac5: function(arg0, arg1) {
2121
2130
  arg0.multisampled = arg1 !== 0;
2122
2131
  },
2123
- __wbg_set_offset_67ee100819c122f2: function(arg0, arg1) {
2132
+ __wbg_set_offset_0a36ff790807cdfd: function(arg0, arg1) {
2124
2133
  arg0.offset = arg1;
2125
2134
  },
2126
- __wbg_set_offset_a8194a4fcfff8910: function(arg0, arg1) {
2135
+ __wbg_set_offset_3cac50c03a339f62: function(arg0, arg1) {
2127
2136
  arg0.offset = arg1;
2128
2137
  },
2129
- __wbg_set_offset_d37e5fa34e9ded2e: function(arg0, arg1) {
2138
+ __wbg_set_offset_7fc612b79c557829: function(arg0, arg1) {
2130
2139
  arg0.offset = arg1;
2131
2140
  },
2132
- __wbg_set_onmessage_0e1ffb1c0d91d2ad: function(arg0, arg1) {
2141
+ __wbg_set_onmessage_f25fb55032dd93eb: function(arg0, arg1) {
2133
2142
  arg0.onmessage = arg1;
2134
2143
  },
2135
- __wbg_set_operation_173958551af7f4f2: function(arg0, arg1) {
2144
+ __wbg_set_operation_d4755de4993bb6bf: function(arg0, arg1) {
2136
2145
  arg0.operation = __wbindgen_enum_GpuBlendOperation[arg1];
2137
2146
  },
2138
- __wbg_set_origin_e26b73e77b3e275d: function(arg0, arg1) {
2147
+ __wbg_set_origin_3bfc278e996ab4d6: function(arg0, arg1) {
2139
2148
  arg0.origin = arg1;
2140
2149
  },
2141
- __wbg_set_pass_op_070547fd6160a00d: function(arg0, arg1) {
2150
+ __wbg_set_origin_923d8a3859fea8fb: function(arg0, arg1) {
2151
+ arg0.origin = arg1;
2152
+ },
2153
+ __wbg_set_origin_aa76a76dc965377e: function(arg0, arg1) {
2154
+ arg0.origin = arg1;
2155
+ },
2156
+ __wbg_set_pass_op_533e59101ae79854: function(arg0, arg1) {
2142
2157
  arg0.passOp = __wbindgen_enum_GpuStencilOperation[arg1];
2143
2158
  },
2144
- __wbg_set_power_preference_1f3351e5d2acf765: function(arg0, arg1) {
2159
+ __wbg_set_power_preference_0ff4caf1d78a9780: function(arg0, arg1) {
2145
2160
  arg0.powerPreference = __wbindgen_enum_GpuPowerPreference[arg1];
2146
2161
  },
2147
- __wbg_set_primitive_ee18492ab93953bc: function(arg0, arg1) {
2162
+ __wbg_set_premultiplied_alpha_ee799bfbc3744c78: function(arg0, arg1) {
2163
+ arg0.premultipliedAlpha = arg1 !== 0;
2164
+ },
2165
+ __wbg_set_primitive_928272ce7b250184: function(arg0, arg1) {
2148
2166
  arg0.primitive = arg1;
2149
2167
  },
2150
- __wbg_set_query_set_3b14f95f9bd114db: function(arg0, arg1) {
2168
+ __wbg_set_query_set_256baf2505706dbf: function(arg0, arg1) {
2151
2169
  arg0.querySet = arg1;
2152
2170
  },
2153
- __wbg_set_r_a4e2f60e3466da86: function(arg0, arg1) {
2171
+ __wbg_set_r_d482350b90f66f22: function(arg0, arg1) {
2154
2172
  arg0.r = arg1;
2155
2173
  },
2156
- __wbg_set_required_features_fc44bc3433300ee3: function(arg0, arg1) {
2174
+ __wbg_set_required_features_ee015feb3bb46e2b: function(arg0, arg1) {
2157
2175
  arg0.requiredFeatures = arg1;
2158
2176
  },
2159
- __wbg_set_resolve_target_c4b519cab7eb42b7: function(arg0, arg1) {
2177
+ __wbg_set_resolve_target_cf716fc86d56d49d: function(arg0, arg1) {
2160
2178
  arg0.resolveTarget = arg1;
2161
2179
  },
2162
- __wbg_set_resource_1659f5a29a2e0541: function(arg0, arg1) {
2180
+ __wbg_set_resource_adeca9e90e1291a9: function(arg0, arg1) {
2163
2181
  arg0.resource = arg1;
2164
2182
  },
2165
- __wbg_set_rows_per_image_53ed2c633b1adfcc: function(arg0, arg1) {
2183
+ __wbg_set_rows_per_image_5da7ca4e10fa05b5: function(arg0, arg1) {
2166
2184
  arg0.rowsPerImage = arg1 >>> 0;
2167
2185
  },
2168
- __wbg_set_sample_count_e88d044f067a2241: function(arg0, arg1) {
2186
+ __wbg_set_sample_count_47e00797c7c7007e: function(arg0, arg1) {
2169
2187
  arg0.sampleCount = arg1 >>> 0;
2170
2188
  },
2171
- __wbg_set_sample_type_c0e25b966db74174: function(arg0, arg1) {
2189
+ __wbg_set_sample_type_f21f11f4b4085a2f: function(arg0, arg1) {
2172
2190
  arg0.sampleType = __wbindgen_enum_GpuTextureSampleType[arg1];
2173
2191
  },
2174
- __wbg_set_sampler_a778272f31d31ce5: function(arg0, arg1) {
2192
+ __wbg_set_sampler_faa53060dad855d4: function(arg0, arg1) {
2175
2193
  arg0.sampler = arg1;
2176
2194
  },
2177
- __wbg_set_shader_location_985046f48e76573f: function(arg0, arg1) {
2195
+ __wbg_set_shader_location_732ba25997f99074: function(arg0, arg1) {
2178
2196
  arg0.shaderLocation = arg1 >>> 0;
2179
2197
  },
2180
- __wbg_set_size_23676383c9c0732f: function(arg0, arg1) {
2198
+ __wbg_set_size_3ce80484fe014d70: function(arg0, arg1) {
2181
2199
  arg0.size = arg1;
2182
2200
  },
2183
- __wbg_set_size_51616eaf8209c58b: function(arg0, arg1) {
2201
+ __wbg_set_size_ec0879fafa1f7f60: function(arg0, arg1) {
2184
2202
  arg0.size = arg1;
2185
2203
  },
2186
- __wbg_set_size_5878aadcd23673cf: function(arg0, arg1) {
2204
+ __wbg_set_size_f3bdb3b76d69ce2e: function(arg0, arg1) {
2187
2205
  arg0.size = arg1;
2188
2206
  },
2189
- __wbg_set_src_factor_04ce8874f1bff5a8: function(arg0, arg1) {
2207
+ __wbg_set_source_2afbbe240c127339: function(arg0, arg1) {
2208
+ arg0.source = arg1;
2209
+ },
2210
+ __wbg_set_src_factor_6325dccd3632ca02: function(arg0, arg1) {
2190
2211
  arg0.srcFactor = __wbindgen_enum_GpuBlendFactor[arg1];
2191
2212
  },
2192
- __wbg_set_stencil_back_4b20ecfcd4c4816a: function(arg0, arg1) {
2213
+ __wbg_set_stencil_back_977d937f4a2aea06: function(arg0, arg1) {
2193
2214
  arg0.stencilBack = arg1;
2194
2215
  },
2195
- __wbg_set_stencil_clear_value_7ba82e1993788f37: function(arg0, arg1) {
2216
+ __wbg_set_stencil_clear_value_ef31b2c0d12da2b2: function(arg0, arg1) {
2196
2217
  arg0.stencilClearValue = arg1 >>> 0;
2197
2218
  },
2198
- __wbg_set_stencil_front_1ca3b695f7c42f6a: function(arg0, arg1) {
2219
+ __wbg_set_stencil_front_a16dbeef8ddf654b: function(arg0, arg1) {
2199
2220
  arg0.stencilFront = arg1;
2200
2221
  },
2201
- __wbg_set_stencil_load_op_b65c60a0077315cd: function(arg0, arg1) {
2222
+ __wbg_set_stencil_load_op_2bda5d883d7144ab: function(arg0, arg1) {
2202
2223
  arg0.stencilLoadOp = __wbindgen_enum_GpuLoadOp[arg1];
2203
2224
  },
2204
- __wbg_set_stencil_read_mask_4f5b98747141e796: function(arg0, arg1) {
2225
+ __wbg_set_stencil_read_mask_cdba22ff97b765e5: function(arg0, arg1) {
2205
2226
  arg0.stencilReadMask = arg1 >>> 0;
2206
2227
  },
2207
- __wbg_set_stencil_read_only_9006a99a91d198e9: function(arg0, arg1) {
2228
+ __wbg_set_stencil_read_only_73585db3e480ce39: function(arg0, arg1) {
2208
2229
  arg0.stencilReadOnly = arg1 !== 0;
2209
2230
  },
2210
- __wbg_set_stencil_store_op_4f00c5eca345c145: function(arg0, arg1) {
2231
+ __wbg_set_stencil_store_op_c25139982e6199cf: function(arg0, arg1) {
2211
2232
  arg0.stencilStoreOp = __wbindgen_enum_GpuStoreOp[arg1];
2212
2233
  },
2213
- __wbg_set_stencil_write_mask_e37a7214d84ace99: function(arg0, arg1) {
2234
+ __wbg_set_stencil_write_mask_37ea11c2cfe654c4: function(arg0, arg1) {
2214
2235
  arg0.stencilWriteMask = arg1 >>> 0;
2215
2236
  },
2216
- __wbg_set_step_mode_7d58d75e6547a7a6: function(arg0, arg1) {
2237
+ __wbg_set_step_mode_ac09182f2ffc02f9: function(arg0, arg1) {
2217
2238
  arg0.stepMode = __wbindgen_enum_GpuVertexStepMode[arg1];
2218
2239
  },
2219
- __wbg_set_storage_texture_2987339fec972d54: function(arg0, arg1) {
2240
+ __wbg_set_storage_texture_d8bd64b59571a6f2: function(arg0, arg1) {
2220
2241
  arg0.storageTexture = arg1;
2221
2242
  },
2222
- __wbg_set_store_op_c62dd050b5806095: function(arg0, arg1) {
2243
+ __wbg_set_store_op_7330f77e7616004a: function(arg0, arg1) {
2223
2244
  arg0.storeOp = __wbindgen_enum_GpuStoreOp[arg1];
2224
2245
  },
2225
- __wbg_set_strip_index_format_3e4893749b3f00b0: function(arg0, arg1) {
2246
+ __wbg_set_strip_index_format_5926dd63cfa44857: function(arg0, arg1) {
2226
2247
  arg0.stripIndexFormat = __wbindgen_enum_GpuIndexFormat[arg1];
2227
2248
  },
2228
- __wbg_set_targets_0ef1de33af7253a6: function(arg0, arg1) {
2249
+ __wbg_set_targets_7c73183a12a957e2: function(arg0, arg1) {
2229
2250
  arg0.targets = arg1;
2230
2251
  },
2231
- __wbg_set_texture_2553e9c3ae6f7687: function(arg0, arg1) {
2252
+ __wbg_set_texture_0601e2dc5424513c: function(arg0, arg1) {
2232
2253
  arg0.texture = arg1;
2233
2254
  },
2234
- __wbg_set_texture_f62859f817324dd1: function(arg0, arg1) {
2255
+ __wbg_set_texture_ae3c8b6ed3db4c26: function(arg0, arg1) {
2235
2256
  arg0.texture = arg1;
2236
2257
  },
2237
- __wbg_set_timestamp_writes_1995524c3a31cb8f: function(arg0, arg1) {
2258
+ __wbg_set_texture_d38afc883df646c2: function(arg0, arg1) {
2259
+ arg0.texture = arg1;
2260
+ },
2261
+ __wbg_set_timestamp_writes_8fb776a718ade3b9: function(arg0, arg1) {
2238
2262
  arg0.timestampWrites = arg1;
2239
2263
  },
2240
- __wbg_set_topology_3d9b2f0ffe2e350c: function(arg0, arg1) {
2264
+ __wbg_set_topology_69b5f25779091d7a: function(arg0, arg1) {
2241
2265
  arg0.topology = __wbindgen_enum_GpuPrimitiveTopology[arg1];
2242
2266
  },
2243
- __wbg_set_type_0b59dd5f4721c490: function(arg0, arg1) {
2267
+ __wbg_set_type_336070a0bd5481c7: function(arg0, arg1) {
2268
+ arg0.type = __wbindgen_enum_GpuBufferBindingType[arg1];
2269
+ },
2270
+ __wbg_set_type_5229687b3589bb10: function(arg0, arg1) {
2244
2271
  arg0.type = __wbindgen_enum_GpuSamplerBindingType[arg1];
2245
2272
  },
2246
- __wbg_set_type_148de20768639245: function(arg0, arg1, arg2) {
2273
+ __wbg_set_type_8b2743f6b4de4035: function(arg0, arg1, arg2) {
2247
2274
  arg0.type = getStringFromWasm0(arg1, arg2);
2248
2275
  },
2249
- __wbg_set_type_8c8bbfab4cf7e32e: function(arg0, arg1) {
2250
- arg0.type = __wbindgen_enum_GpuBufferBindingType[arg1];
2251
- },
2252
- __wbg_set_usage_44ebc3b496e60ff4: function(arg0, arg1) {
2276
+ __wbg_set_usage_6c6fc8226c337ad8: function(arg0, arg1) {
2253
2277
  arg0.usage = arg1 >>> 0;
2254
2278
  },
2255
- __wbg_set_usage_4cf7b16df5617a46: function(arg0, arg1) {
2279
+ __wbg_set_usage_78b7be73aa90cfd0: function(arg0, arg1) {
2256
2280
  arg0.usage = arg1 >>> 0;
2257
2281
  },
2258
- __wbg_set_usage_c45cca4a5b9f8376: function(arg0, arg1) {
2282
+ __wbg_set_usage_a43a1605e508ea21: function(arg0, arg1) {
2259
2283
  arg0.usage = arg1 >>> 0;
2260
2284
  },
2261
- __wbg_set_usage_e58b3c3ce83fbbda: function(arg0, arg1) {
2285
+ __wbg_set_usage_b5a7dc195085b58e: function(arg0, arg1) {
2262
2286
  arg0.usage = arg1 >>> 0;
2263
2287
  },
2264
- __wbg_set_vertex_6144c56d98e2314a: function(arg0, arg1) {
2288
+ __wbg_set_vertex_3bcd2e7cbc333978: function(arg0, arg1) {
2265
2289
  arg0.vertex = arg1;
2266
2290
  },
2267
- __wbg_set_view_4bc3dfcbfc8a58ba: function(arg0, arg1) {
2268
- arg0.view = arg1;
2269
- },
2270
- __wbg_set_view_8d0b0055b6ef07e3: function(arg0, arg1) {
2291
+ __wbg_set_view_8d0c46c633d57f1d: function(arg0, arg1) {
2271
2292
  arg0.view = arg1;
2272
2293
  },
2273
- __wbg_set_view_dimension_afac48443b8fb565: function(arg0, arg1) {
2294
+ __wbg_set_view_dimension_11b23089a475c4f6: function(arg0, arg1) {
2274
2295
  arg0.viewDimension = __wbindgen_enum_GpuTextureViewDimension[arg1];
2275
2296
  },
2276
- __wbg_set_view_dimension_f5d4b5336a27d302: function(arg0, arg1) {
2297
+ __wbg_set_view_dimension_12a9363db2b90aa8: function(arg0, arg1) {
2277
2298
  arg0.viewDimension = __wbindgen_enum_GpuTextureViewDimension[arg1];
2278
2299
  },
2279
- __wbg_set_view_formats_0cfe174ac882efaf: function(arg0, arg1) {
2300
+ __wbg_set_view_e53bc62c1806468e: function(arg0, arg1) {
2301
+ arg0.view = arg1;
2302
+ },
2303
+ __wbg_set_view_formats_34fa0f58e15c05c7: function(arg0, arg1) {
2280
2304
  arg0.viewFormats = arg1;
2281
2305
  },
2282
- __wbg_set_view_formats_c566feb1da7b1925: function(arg0, arg1) {
2306
+ __wbg_set_view_formats_8f0e5c8999d03426: function(arg0, arg1) {
2283
2307
  arg0.viewFormats = arg1;
2284
2308
  },
2285
- __wbg_set_visibility_7245f1acbedb4ff4: function(arg0, arg1) {
2309
+ __wbg_set_visibility_d5104b65ecbecfb1: function(arg0, arg1) {
2286
2310
  arg0.visibility = arg1 >>> 0;
2287
2311
  },
2288
- __wbg_set_width_056381a7176ba440: function(arg0, arg1) {
2312
+ __wbg_set_width_5cda41d4d06a14dd: function(arg0, arg1) {
2289
2313
  arg0.width = arg1 >>> 0;
2290
2314
  },
2291
- __wbg_set_width_7f07715a20503914: function(arg0, arg1) {
2315
+ __wbg_set_width_adc925bca9c5351a: function(arg0, arg1) {
2292
2316
  arg0.width = arg1 >>> 0;
2293
2317
  },
2294
- __wbg_set_width_d60bc4f2f20c56a4: function(arg0, arg1) {
2318
+ __wbg_set_width_f4beed5df54549b2: function(arg0, arg1) {
2295
2319
  arg0.width = arg1 >>> 0;
2296
2320
  },
2297
- __wbg_set_write_mask_c381ff702509999c: function(arg0, arg1) {
2321
+ __wbg_set_write_mask_0e892ff393c2878b: function(arg0, arg1) {
2298
2322
  arg0.writeMask = arg1 >>> 0;
2299
2323
  },
2300
- __wbg_set_x_6e550cba86f408f0: function(arg0, arg1) {
2324
+ __wbg_set_x_347e1e692624382a: function(arg0, arg1) {
2325
+ arg0.x = arg1 >>> 0;
2326
+ },
2327
+ __wbg_set_x_d5a0f838d03cc0c8: function(arg0, arg1) {
2301
2328
  arg0.x = arg1 >>> 0;
2302
2329
  },
2303
- __wbg_set_y_16ff3ff771600f8c: function(arg0, arg1) {
2330
+ __wbg_set_y_75df5661e9b5ce43: function(arg0, arg1) {
2331
+ arg0.y = arg1 >>> 0;
2332
+ },
2333
+ __wbg_set_y_fa0f8ba06a4aca5a: function(arg0, arg1) {
2304
2334
  arg0.y = arg1 >>> 0;
2305
2335
  },
2306
- __wbg_set_z_b2c09b24c996ee06: function(arg0, arg1) {
2336
+ __wbg_set_z_2cb0edac0ad5210f: function(arg0, arg1) {
2307
2337
  arg0.z = arg1 >>> 0;
2308
2338
  },
2309
- __wbg_shaderSource_32425cfe6e5a1e52: function(arg0, arg1, arg2, arg3) {
2339
+ __wbg_shaderSource_084cd6ed337b36be: function(arg0, arg1, arg2, arg3) {
2310
2340
  arg0.shaderSource(arg1, getStringFromWasm0(arg2, arg3));
2311
2341
  },
2312
- __wbg_shaderSource_8f4bda03f70359df: function(arg0, arg1, arg2, arg3) {
2342
+ __wbg_shaderSource_9b5906e1f027a314: function(arg0, arg1, arg2, arg3) {
2313
2343
  arg0.shaderSource(arg1, getStringFromWasm0(arg2, arg3));
2314
2344
  },
2315
- __wbg_shiftKey_5558a3288542c985: function(arg0) {
2345
+ __wbg_shiftKey_dcf8ee699c273ed2: function(arg0) {
2316
2346
  const ret = arg0.shiftKey;
2317
2347
  return ret;
2318
2348
  },
2319
- __wbg_shiftKey_564be91ec842bcc4: function(arg0) {
2349
+ __wbg_shiftKey_e483c13c966878f6: function(arg0) {
2320
2350
  const ret = arg0.shiftKey;
2321
2351
  return ret;
2322
2352
  },
2323
- __wbg_signal_d1285ecab4ebc5ad: function(arg0) {
2353
+ __wbg_signal_fdc54643b47bf85b: function(arg0) {
2324
2354
  const ret = arg0.signal;
2325
2355
  return ret;
2326
2356
  },
2327
- __wbg_size_73bdfb6d5ffd9c4b: function(arg0) {
2357
+ __wbg_size_5750dc81e679ea3e: function(arg0) {
2328
2358
  const ret = arg0.size;
2329
2359
  return ret;
2330
2360
  },
2331
- __wbg_stack_0ed75d68575b0f3c: function(arg0, arg1) {
2361
+ __wbg_stack_3b0d974bbf31e44f: function(arg0, arg1) {
2332
2362
  const ret = arg1.stack;
2333
2363
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
2334
2364
  const len1 = WASM_VECTOR_LEN;
2335
2365
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
2336
2366
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
2337
2367
  },
2338
- __wbg_start_ffb4b426b1e661bd: function(arg0) {
2368
+ __wbg_start_fe881c7e1e08aeef: function(arg0) {
2339
2369
  arg0.start();
2340
2370
  },
2341
- __wbg_static_accessor_GLOBAL_12837167ad935116: function() {
2371
+ __wbg_static_accessor_GLOBAL_8cfadc87a297ca02: function() {
2342
2372
  const ret = typeof global === 'undefined' ? null : global;
2343
2373
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
2344
2374
  },
2345
- __wbg_static_accessor_GLOBAL_THIS_e628e89ab3b1c95f: function() {
2375
+ __wbg_static_accessor_GLOBAL_THIS_602256ae5c8f42cf: function() {
2346
2376
  const ret = typeof globalThis === 'undefined' ? null : globalThis;
2347
2377
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
2348
2378
  },
2349
- __wbg_static_accessor_SELF_a621d3dfbb60d0ce: function() {
2379
+ __wbg_static_accessor_SELF_e445c1c7484aecc3: function() {
2350
2380
  const ret = typeof self === 'undefined' ? null : self;
2351
2381
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
2352
2382
  },
2353
- __wbg_static_accessor_WINDOW_f8727f0cf888e0bd: function() {
2383
+ __wbg_static_accessor_WINDOW_f20e8576ef1e0f17: function() {
2354
2384
  const ret = typeof window === 'undefined' ? null : window;
2355
2385
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
2356
2386
  },
2357
- __wbg_stencilFuncSeparate_10d043d0af14366f: function(arg0, arg1, arg2, arg3, arg4) {
2387
+ __wbg_stencilFuncSeparate_6793932aaaa884c6: function(arg0, arg1, arg2, arg3, arg4) {
2358
2388
  arg0.stencilFuncSeparate(arg1 >>> 0, arg2 >>> 0, arg3, arg4 >>> 0);
2359
2389
  },
2360
- __wbg_stencilFuncSeparate_1798f5cca257f313: function(arg0, arg1, arg2, arg3, arg4) {
2390
+ __wbg_stencilFuncSeparate_fcdf02a803d479c6: function(arg0, arg1, arg2, arg3, arg4) {
2361
2391
  arg0.stencilFuncSeparate(arg1 >>> 0, arg2 >>> 0, arg3, arg4 >>> 0);
2362
2392
  },
2363
- __wbg_stencilMaskSeparate_28d53625c02d9c7f: function(arg0, arg1, arg2) {
2393
+ __wbg_stencilMaskSeparate_29ca6c0767ad75fd: function(arg0, arg1, arg2) {
2364
2394
  arg0.stencilMaskSeparate(arg1 >>> 0, arg2 >>> 0);
2365
2395
  },
2366
- __wbg_stencilMaskSeparate_c24c1a28b8dd8a63: function(arg0, arg1, arg2) {
2396
+ __wbg_stencilMaskSeparate_5aca8b40d26d13be: function(arg0, arg1, arg2) {
2367
2397
  arg0.stencilMaskSeparate(arg1 >>> 0, arg2 >>> 0);
2368
2398
  },
2369
- __wbg_stencilMask_0eca090c4c47f8f7: function(arg0, arg1) {
2399
+ __wbg_stencilMask_38acb5180bfdee01: function(arg0, arg1) {
2370
2400
  arg0.stencilMask(arg1 >>> 0);
2371
2401
  },
2372
- __wbg_stencilMask_732dcc5aada10e4c: function(arg0, arg1) {
2402
+ __wbg_stencilMask_7f6b699426cca747: function(arg0, arg1) {
2373
2403
  arg0.stencilMask(arg1 >>> 0);
2374
2404
  },
2375
- __wbg_stencilOpSeparate_4657523b1d3b184f: function(arg0, arg1, arg2, arg3, arg4) {
2405
+ __wbg_stencilOpSeparate_1a6bcbdb8de495b9: function(arg0, arg1, arg2, arg3, arg4) {
2376
2406
  arg0.stencilOpSeparate(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
2377
2407
  },
2378
- __wbg_stencilOpSeparate_de257f3c29e604cd: function(arg0, arg1, arg2, arg3, arg4) {
2408
+ __wbg_stencilOpSeparate_774288d006ebab65: function(arg0, arg1, arg2, arg3, arg4) {
2379
2409
  arg0.stencilOpSeparate(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
2380
2410
  },
2381
- __wbg_style_0b7c9bd318f8b807: function(arg0) {
2411
+ __wbg_style_c331a9f6564f8f62: function(arg0) {
2382
2412
  const ret = arg0.style;
2383
2413
  return ret;
2384
2414
  },
2385
- __wbg_submit_252766c4e0945cee: function(arg0, arg1) {
2415
+ __wbg_submit_a0eef27ac882fdbc: function(arg0, arg1) {
2386
2416
  arg0.submit(arg1);
2387
2417
  },
2388
- __wbg_texImage2D_087ef94df78081f0: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
2418
+ __wbg_texImage2D_b17c7723201a6d5e: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
2389
2419
  arg0.texImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
2390
2420
  }, arguments); },
2391
- __wbg_texImage2D_13414a4692836804: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
2421
+ __wbg_texImage2D_bd0466091ed50f83: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
2392
2422
  arg0.texImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
2393
2423
  }, arguments); },
2394
- __wbg_texImage2D_e71049312f3172d9: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
2424
+ __wbg_texImage2D_f110542c571d15a4: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
2395
2425
  arg0.texImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
2396
2426
  }, arguments); },
2397
- __wbg_texImage3D_2082006a8a9b28a7: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) {
2427
+ __wbg_texImage3D_4bd56d113304ee34: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) {
2398
2428
  arg0.texImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8 >>> 0, arg9 >>> 0, arg10);
2399
2429
  }, arguments); },
2400
- __wbg_texImage3D_bd2b0bd2cfcdb278: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) {
2430
+ __wbg_texImage3D_b197787478b2ebe9: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) {
2401
2431
  arg0.texImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8 >>> 0, arg9 >>> 0, arg10);
2402
2432
  }, arguments); },
2403
- __wbg_texParameteri_0d45be2c88d6bad8: function(arg0, arg1, arg2, arg3) {
2433
+ __wbg_texParameteri_83c7801427720baa: function(arg0, arg1, arg2, arg3) {
2404
2434
  arg0.texParameteri(arg1 >>> 0, arg2 >>> 0, arg3);
2405
2435
  },
2406
- __wbg_texParameteri_ec937d2161018946: function(arg0, arg1, arg2, arg3) {
2436
+ __wbg_texParameteri_bc24667dff936ebd: function(arg0, arg1, arg2, arg3) {
2407
2437
  arg0.texParameteri(arg1 >>> 0, arg2 >>> 0, arg3);
2408
2438
  },
2409
- __wbg_texStorage2D_9504743abf5a986a: function(arg0, arg1, arg2, arg3, arg4, arg5) {
2439
+ __wbg_texStorage2D_cd0049448f436f56: function(arg0, arg1, arg2, arg3, arg4, arg5) {
2410
2440
  arg0.texStorage2D(arg1 >>> 0, arg2, arg3 >>> 0, arg4, arg5);
2411
2441
  },
2412
- __wbg_texStorage3D_e9e1b58fee218abe: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
2442
+ __wbg_texStorage3D_645d2a06d38f0291: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
2413
2443
  arg0.texStorage3D(arg1 >>> 0, arg2, arg3 >>> 0, arg4, arg5, arg6);
2414
2444
  },
2415
- __wbg_texSubImage2D_117d29278542feb0: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
2445
+ __wbg_texSubImage2D_5d41ae5586dadcb3: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
2416
2446
  arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
2417
2447
  }, arguments); },
2418
- __wbg_texSubImage2D_19ae4cadb809f264: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
2448
+ __wbg_texSubImage2D_6993404ab54773b7: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
2419
2449
  arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
2420
2450
  }, arguments); },
2421
- __wbg_texSubImage2D_5d270af600a7fc4a: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
2451
+ __wbg_texSubImage2D_7e472dfbf112e954: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
2422
2452
  arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
2423
2453
  }, arguments); },
2424
- __wbg_texSubImage2D_bd034db2e58c352c: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
2454
+ __wbg_texSubImage2D_9c0f642762c6c35b: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
2425
2455
  arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
2426
2456
  }, arguments); },
2427
- __wbg_texSubImage2D_bf72e56edeeed376: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
2457
+ __wbg_texSubImage2D_ba83ad5c3053f8d4: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
2428
2458
  arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
2429
2459
  }, arguments); },
2430
- __wbg_texSubImage2D_d17a39cdec4a3495: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
2460
+ __wbg_texSubImage2D_bbeaf09a21601313: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
2431
2461
  arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
2432
2462
  }, arguments); },
2433
- __wbg_texSubImage2D_e193f1d28439217c: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
2463
+ __wbg_texSubImage2D_ed6bface246ddd63: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
2434
2464
  arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
2435
2465
  }, arguments); },
2436
- __wbg_texSubImage2D_edf5bd70fda3feaf: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
2466
+ __wbg_texSubImage2D_f3956198cbc38810: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
2437
2467
  arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
2438
2468
  }, arguments); },
2439
- __wbg_texSubImage3D_1102c12a20bf56d5: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
2469
+ __wbg_texSubImage3D_5e37ae4a691b540a: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
2440
2470
  arg0.texSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0, arg11);
2441
2471
  }, arguments); },
2442
- __wbg_texSubImage3D_18d7f3c65567c885: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
2472
+ __wbg_texSubImage3D_8a2ec691664d8372: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
2443
2473
  arg0.texSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0, arg11);
2444
2474
  }, arguments); },
2445
- __wbg_texSubImage3D_3b653017c4c5d721: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
2475
+ __wbg_texSubImage3D_8c8ff30abc439d92: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
2446
2476
  arg0.texSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0, arg11);
2447
2477
  }, arguments); },
2448
- __wbg_texSubImage3D_45591e5655d1ed5c: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
2478
+ __wbg_texSubImage3D_9bfaeed7c21e9f3b: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
2449
2479
  arg0.texSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0, arg11);
2450
2480
  }, arguments); },
2451
- __wbg_texSubImage3D_47643556a8a4bf86: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
2481
+ __wbg_texSubImage3D_c572dcb916b31c0d: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
2452
2482
  arg0.texSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0, arg11);
2453
2483
  }, arguments); },
2454
- __wbg_texSubImage3D_59b8e24fb05787aa: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
2484
+ __wbg_texSubImage3D_e513c1602d1fe843: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
2455
2485
  arg0.texSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0, arg11);
2456
2486
  }, arguments); },
2457
- __wbg_texSubImage3D_eff5cd6ab84f44ee: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
2487
+ __wbg_texSubImage3D_ff660c5e8fde34e3: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
2458
2488
  arg0.texSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0, arg11);
2459
2489
  }, arguments); },
2460
- __wbg_then_0d9fe2c7b1857d32: function(arg0, arg1, arg2) {
2490
+ __wbg_then_792e0c862b060889: function(arg0, arg1, arg2) {
2461
2491
  const ret = arg0.then(arg1, arg2);
2462
2492
  return ret;
2463
2493
  },
2464
- __wbg_then_b9e7b3b5f1a9e1b5: function(arg0, arg1) {
2494
+ __wbg_then_8e16ee11f05e4827: function(arg0, arg1) {
2465
2495
  const ret = arg0.then(arg1);
2466
2496
  return ret;
2467
2497
  },
2468
- __wbg_uniform1f_b500ede5b612bea2: function(arg0, arg1, arg2) {
2498
+ __wbg_uniform1f_e5a0491ecd710bbc: function(arg0, arg1, arg2) {
2469
2499
  arg0.uniform1f(arg1, arg2);
2470
2500
  },
2471
- __wbg_uniform1f_c148eeaf4b531059: function(arg0, arg1, arg2) {
2501
+ __wbg_uniform1f_f3284bea42055704: function(arg0, arg1, arg2) {
2472
2502
  arg0.uniform1f(arg1, arg2);
2473
2503
  },
2474
- __wbg_uniform1i_9f3f72dbcb98ada9: function(arg0, arg1, arg2) {
2504
+ __wbg_uniform1i_bde3c7d92bc444b2: function(arg0, arg1, arg2) {
2475
2505
  arg0.uniform1i(arg1, arg2);
2476
2506
  },
2477
- __wbg_uniform1i_e9aee4b9e7fe8c4b: function(arg0, arg1, arg2) {
2507
+ __wbg_uniform1i_cfd4726efd9d58b4: function(arg0, arg1, arg2) {
2478
2508
  arg0.uniform1i(arg1, arg2);
2479
2509
  },
2480
- __wbg_uniform1ui_a0f911ff174715d0: function(arg0, arg1, arg2) {
2510
+ __wbg_uniform1ui_7cea83045fb3528f: function(arg0, arg1, arg2) {
2481
2511
  arg0.uniform1ui(arg1, arg2 >>> 0);
2482
2512
  },
2483
- __wbg_uniform2fv_04c304b93cbf7f55: function(arg0, arg1, arg2, arg3) {
2513
+ __wbg_uniform2fv_0cc1bfc11f911dda: function(arg0, arg1, arg2, arg3) {
2484
2514
  arg0.uniform2fv(arg1, getArrayF32FromWasm0(arg2, arg3));
2485
2515
  },
2486
- __wbg_uniform2fv_2fb47cfe06330cc7: function(arg0, arg1, arg2, arg3) {
2516
+ __wbg_uniform2fv_811d97ec656282f5: function(arg0, arg1, arg2, arg3) {
2487
2517
  arg0.uniform2fv(arg1, getArrayF32FromWasm0(arg2, arg3));
2488
2518
  },
2489
- __wbg_uniform2iv_095baf208f172131: function(arg0, arg1, arg2, arg3) {
2519
+ __wbg_uniform2iv_4a92fbe600a6fb88: function(arg0, arg1, arg2, arg3) {
2490
2520
  arg0.uniform2iv(arg1, getArrayI32FromWasm0(arg2, arg3));
2491
2521
  },
2492
- __wbg_uniform2iv_ccf2ed44ac8e602e: function(arg0, arg1, arg2, arg3) {
2522
+ __wbg_uniform2iv_6ee824c63294e364: function(arg0, arg1, arg2, arg3) {
2493
2523
  arg0.uniform2iv(arg1, getArrayI32FromWasm0(arg2, arg3));
2494
2524
  },
2495
- __wbg_uniform2uiv_3030d7e769f5e82a: function(arg0, arg1, arg2, arg3) {
2525
+ __wbg_uniform2uiv_922e0d0ff07dacda: function(arg0, arg1, arg2, arg3) {
2496
2526
  arg0.uniform2uiv(arg1, getArrayU32FromWasm0(arg2, arg3));
2497
2527
  },
2498
- __wbg_uniform3fv_aa35ef21e14d5469: function(arg0, arg1, arg2, arg3) {
2528
+ __wbg_uniform3fv_8aba848c825c4dcc: function(arg0, arg1, arg2, arg3) {
2499
2529
  arg0.uniform3fv(arg1, getArrayF32FromWasm0(arg2, arg3));
2500
2530
  },
2501
- __wbg_uniform3fv_c0872003729939a5: function(arg0, arg1, arg2, arg3) {
2531
+ __wbg_uniform3fv_ff2fddc612532e5f: function(arg0, arg1, arg2, arg3) {
2502
2532
  arg0.uniform3fv(arg1, getArrayF32FromWasm0(arg2, arg3));
2503
2533
  },
2504
- __wbg_uniform3iv_6aa2b0791e659d14: function(arg0, arg1, arg2, arg3) {
2534
+ __wbg_uniform3iv_32b9d4b3b46fc3fb: function(arg0, arg1, arg2, arg3) {
2505
2535
  arg0.uniform3iv(arg1, getArrayI32FromWasm0(arg2, arg3));
2506
2536
  },
2507
- __wbg_uniform3iv_e912f444d4ff8269: function(arg0, arg1, arg2, arg3) {
2537
+ __wbg_uniform3iv_cb33dfef7e21e4cf: function(arg0, arg1, arg2, arg3) {
2508
2538
  arg0.uniform3iv(arg1, getArrayI32FromWasm0(arg2, arg3));
2509
2539
  },
2510
- __wbg_uniform3uiv_86941e7eeb8ee0a3: function(arg0, arg1, arg2, arg3) {
2540
+ __wbg_uniform3uiv_4619b614eed3b03b: function(arg0, arg1, arg2, arg3) {
2511
2541
  arg0.uniform3uiv(arg1, getArrayU32FromWasm0(arg2, arg3));
2512
2542
  },
2513
- __wbg_uniform4f_71ec75443e58cecc: function(arg0, arg1, arg2, arg3, arg4, arg5) {
2543
+ __wbg_uniform4f_0fdc74603a961cb5: function(arg0, arg1, arg2, arg3, arg4, arg5) {
2514
2544
  arg0.uniform4f(arg1, arg2, arg3, arg4, arg5);
2515
2545
  },
2516
- __wbg_uniform4f_f6b5e2024636033a: function(arg0, arg1, arg2, arg3, arg4, arg5) {
2546
+ __wbg_uniform4f_ff633df35b5cc94e: function(arg0, arg1, arg2, arg3, arg4, arg5) {
2517
2547
  arg0.uniform4f(arg1, arg2, arg3, arg4, arg5);
2518
2548
  },
2519
- __wbg_uniform4fv_498bd80dc5aa16ff: function(arg0, arg1, arg2, arg3) {
2549
+ __wbg_uniform4fv_68ac9dbef7f9bdf8: function(arg0, arg1, arg2, arg3) {
2520
2550
  arg0.uniform4fv(arg1, getArrayF32FromWasm0(arg2, arg3));
2521
2551
  },
2522
- __wbg_uniform4fv_e6c73702e9a3be5c: function(arg0, arg1, arg2, arg3) {
2552
+ __wbg_uniform4fv_7376535df870aea3: function(arg0, arg1, arg2, arg3) {
2523
2553
  arg0.uniform4fv(arg1, getArrayF32FromWasm0(arg2, arg3));
2524
2554
  },
2525
- __wbg_uniform4iv_375332584c65e61b: function(arg0, arg1, arg2, arg3) {
2555
+ __wbg_uniform4iv_ce9132ad6ecb1d68: function(arg0, arg1, arg2, arg3) {
2526
2556
  arg0.uniform4iv(arg1, getArrayI32FromWasm0(arg2, arg3));
2527
2557
  },
2528
- __wbg_uniform4iv_8a8219fda39dffd5: function(arg0, arg1, arg2, arg3) {
2558
+ __wbg_uniform4iv_f7af2ec6948943d4: function(arg0, arg1, arg2, arg3) {
2529
2559
  arg0.uniform4iv(arg1, getArrayI32FromWasm0(arg2, arg3));
2530
2560
  },
2531
- __wbg_uniform4uiv_046ee400bb80547d: function(arg0, arg1, arg2, arg3) {
2561
+ __wbg_uniform4uiv_4292a20d0e4d3596: function(arg0, arg1, arg2, arg3) {
2532
2562
  arg0.uniform4uiv(arg1, getArrayU32FromWasm0(arg2, arg3));
2533
2563
  },
2534
- __wbg_uniformBlockBinding_1cf9fd2c49adf0f3: function(arg0, arg1, arg2, arg3) {
2564
+ __wbg_uniformBlockBinding_937f5d284b5d4fca: function(arg0, arg1, arg2, arg3) {
2535
2565
  arg0.uniformBlockBinding(arg1, arg2 >>> 0, arg3 >>> 0);
2536
2566
  },
2537
- __wbg_uniformMatrix2fv_24430076c7afb5e3: function(arg0, arg1, arg2, arg3, arg4) {
2567
+ __wbg_uniformMatrix2fv_16670171c53575fa: function(arg0, arg1, arg2, arg3, arg4) {
2538
2568
  arg0.uniformMatrix2fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
2539
2569
  },
2540
- __wbg_uniformMatrix2fv_e2806601f5b95102: function(arg0, arg1, arg2, arg3, arg4) {
2570
+ __wbg_uniformMatrix2fv_cc942086aed65fce: function(arg0, arg1, arg2, arg3, arg4) {
2541
2571
  arg0.uniformMatrix2fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
2542
2572
  },
2543
- __wbg_uniformMatrix2x3fv_a377326104a8faf4: function(arg0, arg1, arg2, arg3, arg4) {
2573
+ __wbg_uniformMatrix2x3fv_af1aab8077d29a47: function(arg0, arg1, arg2, arg3, arg4) {
2544
2574
  arg0.uniformMatrix2x3fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
2545
2575
  },
2546
- __wbg_uniformMatrix2x4fv_b7a4d810e7a1cf7d: function(arg0, arg1, arg2, arg3, arg4) {
2576
+ __wbg_uniformMatrix2x4fv_81d033dbc8213f56: function(arg0, arg1, arg2, arg3, arg4) {
2547
2577
  arg0.uniformMatrix2x4fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
2548
2578
  },
2549
- __wbg_uniformMatrix3fv_6f822361173d8046: function(arg0, arg1, arg2, arg3, arg4) {
2579
+ __wbg_uniformMatrix3fv_677ba74bf760a105: function(arg0, arg1, arg2, arg3, arg4) {
2550
2580
  arg0.uniformMatrix3fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
2551
2581
  },
2552
- __wbg_uniformMatrix3fv_b94a764c63aa6468: function(arg0, arg1, arg2, arg3, arg4) {
2582
+ __wbg_uniformMatrix3fv_d36ebef53bf8ae93: function(arg0, arg1, arg2, arg3, arg4) {
2553
2583
  arg0.uniformMatrix3fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
2554
2584
  },
2555
- __wbg_uniformMatrix3x2fv_69a4cf0ce5b09f8b: function(arg0, arg1, arg2, arg3, arg4) {
2585
+ __wbg_uniformMatrix3x2fv_acd7964b2aef846e: function(arg0, arg1, arg2, arg3, arg4) {
2556
2586
  arg0.uniformMatrix3x2fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
2557
2587
  },
2558
- __wbg_uniformMatrix3x4fv_cc72e31a1baaf9c9: function(arg0, arg1, arg2, arg3, arg4) {
2588
+ __wbg_uniformMatrix3x4fv_b2df592396e29a0a: function(arg0, arg1, arg2, arg3, arg4) {
2559
2589
  arg0.uniformMatrix3x4fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
2560
2590
  },
2561
- __wbg_uniformMatrix4fv_0e724dbebd372526: function(arg0, arg1, arg2, arg3, arg4) {
2591
+ __wbg_uniformMatrix4fv_65df27ae81aac4a7: function(arg0, arg1, arg2, arg3, arg4) {
2562
2592
  arg0.uniformMatrix4fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
2563
2593
  },
2564
- __wbg_uniformMatrix4fv_923b55ad503fdc56: function(arg0, arg1, arg2, arg3, arg4) {
2594
+ __wbg_uniformMatrix4fv_ad33dd8ac90a1166: function(arg0, arg1, arg2, arg3, arg4) {
2565
2595
  arg0.uniformMatrix4fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
2566
2596
  },
2567
- __wbg_uniformMatrix4x2fv_8c9fb646f3b90b63: function(arg0, arg1, arg2, arg3, arg4) {
2597
+ __wbg_uniformMatrix4x2fv_d791ce5f7982d137: function(arg0, arg1, arg2, arg3, arg4) {
2568
2598
  arg0.uniformMatrix4x2fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
2569
2599
  },
2570
- __wbg_uniformMatrix4x3fv_ee0bed9a1330400d: function(arg0, arg1, arg2, arg3, arg4) {
2600
+ __wbg_uniformMatrix4x3fv_190833de504c7482: function(arg0, arg1, arg2, arg3, arg4) {
2571
2601
  arg0.uniformMatrix4x3fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
2572
2602
  },
2573
- __wbg_unmap_7b299155f31a9d79: function(arg0) {
2603
+ __wbg_unmap_86f345d7fc3ecd10: function(arg0) {
2574
2604
  arg0.unmap();
2575
2605
  },
2576
- __wbg_unobserve_b4eb8d945252124f: function(arg0, arg1) {
2606
+ __wbg_unobserve_fba3a73b4a61a859: function(arg0, arg1) {
2577
2607
  arg0.unobserve(arg1);
2578
2608
  },
2579
- __wbg_usage_7d38adc6eaf96849: function(arg0) {
2609
+ __wbg_usage_f4f2cedc88bacb08: function(arg0) {
2580
2610
  const ret = arg0.usage;
2581
2611
  return ret;
2582
2612
  },
2583
- __wbg_useProgram_e82c1a5f87d81579: function(arg0, arg1) {
2613
+ __wbg_useProgram_6403314e6307ff8f: function(arg0, arg1) {
2584
2614
  arg0.useProgram(arg1);
2585
2615
  },
2586
- __wbg_useProgram_fe720ade4d3b6edb: function(arg0, arg1) {
2616
+ __wbg_useProgram_b0607e62e147410b: function(arg0, arg1) {
2587
2617
  arg0.useProgram(arg1);
2588
2618
  },
2589
- __wbg_userAgentData_f7b0e61c05c54315: function(arg0) {
2619
+ __wbg_userAgentData_31b8f893e8977e94: function(arg0) {
2590
2620
  const ret = arg0.userAgentData;
2591
2621
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
2592
2622
  },
2593
- __wbg_userAgent_34463fd660ba4a2a: function() { return handleError(function (arg0, arg1) {
2623
+ __wbg_userAgent_609f939440dc6b62: function() { return handleError(function (arg0, arg1) {
2594
2624
  const ret = arg1.userAgent;
2595
2625
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
2596
2626
  const len1 = WASM_VECTOR_LEN;
2597
2627
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
2598
2628
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
2599
2629
  }, arguments); },
2600
- __wbg_value_0546255b415e96c1: function(arg0) {
2630
+ __wbg_value_ee3a06f4579184fa: function(arg0) {
2601
2631
  const ret = arg0.value;
2602
2632
  return ret;
2603
2633
  },
2604
- __wbg_vertexAttribDivisorANGLE_eaa3c29423ea6da4: function(arg0, arg1, arg2) {
2634
+ __wbg_vertexAttribDivisorANGLE_49500429f99e1d27: function(arg0, arg1, arg2) {
2605
2635
  arg0.vertexAttribDivisorANGLE(arg1 >>> 0, arg2 >>> 0);
2606
2636
  },
2607
- __wbg_vertexAttribDivisor_744c0ca468594894: function(arg0, arg1, arg2) {
2637
+ __wbg_vertexAttribDivisor_406c4f2dab66050b: function(arg0, arg1, arg2) {
2608
2638
  arg0.vertexAttribDivisor(arg1 >>> 0, arg2 >>> 0);
2609
2639
  },
2610
- __wbg_vertexAttribIPointer_b9020d0c2e759912: function(arg0, arg1, arg2, arg3, arg4, arg5) {
2640
+ __wbg_vertexAttribIPointer_a64fdd378b987c16: function(arg0, arg1, arg2, arg3, arg4, arg5) {
2611
2641
  arg0.vertexAttribIPointer(arg1 >>> 0, arg2, arg3 >>> 0, arg4, arg5);
2612
2642
  },
2613
- __wbg_vertexAttribPointer_75f6ff47f6c9f8cb: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
2643
+ __wbg_vertexAttribPointer_89754c61239e5837: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
2614
2644
  arg0.vertexAttribPointer(arg1 >>> 0, arg2, arg3 >>> 0, arg4 !== 0, arg5, arg6);
2615
2645
  },
2616
- __wbg_vertexAttribPointer_adbd1853cce679ad: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
2646
+ __wbg_vertexAttribPointer_dfec25e05e323ba4: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
2617
2647
  arg0.vertexAttribPointer(arg1 >>> 0, arg2, arg3 >>> 0, arg4 !== 0, arg5, arg6);
2618
2648
  },
2619
- __wbg_viewport_174ae1c2209344ae: function(arg0, arg1, arg2, arg3, arg4) {
2649
+ __wbg_videoHeight_c6473e0876716097: function(arg0) {
2650
+ const ret = arg0.videoHeight;
2651
+ return ret;
2652
+ },
2653
+ __wbg_videoWidth_e8cbf52940ff039d: function(arg0) {
2654
+ const ret = arg0.videoWidth;
2655
+ return ret;
2656
+ },
2657
+ __wbg_viewport_325ef6f6b074c24f: function(arg0, arg1, arg2, arg3, arg4) {
2620
2658
  arg0.viewport(arg1, arg2, arg3, arg4);
2621
2659
  },
2622
- __wbg_viewport_df236eac68bc7467: function(arg0, arg1, arg2, arg3, arg4) {
2660
+ __wbg_viewport_b1858453ab05f289: function(arg0, arg1, arg2, arg3, arg4) {
2623
2661
  arg0.viewport(arg1, arg2, arg3, arg4);
2624
2662
  },
2625
- __wbg_visibilityState_43b7b74940e07d22: function(arg0) {
2663
+ __wbg_visibilityState_cbab2cc123aa13ec: function(arg0) {
2626
2664
  const ret = arg0.visibilityState;
2627
2665
  return (__wbindgen_enum_VisibilityState.indexOf(ret) + 1 || 3) - 1;
2628
2666
  },
2629
- __wbg_warn_f7ae1b2e66ccb930: function(arg0) {
2667
+ __wbg_warn_3cc416af27dbdc02: function(arg0) {
2630
2668
  console.warn(arg0);
2631
2669
  },
2632
- __wbg_webkitFullscreenElement_a9ca38b7214d1567: function(arg0) {
2670
+ __wbg_webkitFullscreenElement_4055d847f8ff064e: function(arg0) {
2633
2671
  const ret = arg0.webkitFullscreenElement;
2634
2672
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
2635
2673
  },
2636
- __wbg_webkitRequestFullscreen_23664c63833ff0e5: function(arg0) {
2674
+ __wbg_webkitRequestFullscreen_c4ec4df7be373ffd: function(arg0) {
2637
2675
  arg0.webkitRequestFullscreen();
2638
2676
  },
2639
- __wbg_width_7444cca5dfea0645: function(arg0) {
2677
+ __wbg_width_0b85c08524c203ea: function(arg0) {
2678
+ const ret = arg0.width;
2679
+ return ret;
2680
+ },
2681
+ __wbg_width_3aacf063073c2757: function(arg0) {
2682
+ const ret = arg0.width;
2683
+ return ret;
2684
+ },
2685
+ __wbg_width_5adcb07d04d08bdf: function(arg0) {
2686
+ const ret = arg0.width;
2687
+ return ret;
2688
+ },
2689
+ __wbg_width_8d02fb9e26a75e0d: function(arg0) {
2690
+ const ret = arg0.width;
2691
+ return ret;
2692
+ },
2693
+ __wbg_width_c8191b3a9df04090: function(arg0) {
2640
2694
  const ret = arg0.width;
2641
2695
  return ret;
2642
2696
  },
2643
- __wbg_writeBuffer_3193eaacefdcf39a: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5) {
2697
+ __wbg_width_ddbe321b233b5921: function(arg0) {
2698
+ const ret = arg0.width;
2699
+ return ret;
2700
+ },
2701
+ __wbg_writeBuffer_280ac7924a1b1df0: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5) {
2644
2702
  arg0.writeBuffer(arg1, arg2, arg3, arg4, arg5);
2645
2703
  }, arguments); },
2646
- __wbg_writeTexture_cd7877c213ee5704: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
2704
+ __wbg_writeTexture_9d6295813b0ef4a1: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
2647
2705
  arg0.writeTexture(arg1, arg2, arg3, arg4);
2648
2706
  }, arguments); },
2649
2707
  __wbindgen_cast_0000000000000001: function(arg0, arg1) {
2650
- // Cast intrinsic for `Closure(Closure { dtor_idx: 3799, function: Function { arguments: [NamedExternref("Array<any>"), NamedExternref("ResizeObserver")], shim_idx: 3805, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2651
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h17333457aae2b090, wasm_bindgen__convert__closures_____invoke__h2a85c969f4c20848);
2708
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 3841, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2709
+ const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h00cde4323839146b);
2652
2710
  return ret;
2653
2711
  },
2654
2712
  __wbindgen_cast_0000000000000002: function(arg0, arg1) {
2655
- // Cast intrinsic for `Closure(Closure { dtor_idx: 3799, function: Function { arguments: [NamedExternref("Array<any>")], shim_idx: 3800, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2656
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h17333457aae2b090, wasm_bindgen__convert__closures_____invoke__h091d820f15c8c0c2);
2713
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 3925, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
2714
+ const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hd8590da73942d3e0);
2657
2715
  return ret;
2658
2716
  },
2659
2717
  __wbindgen_cast_0000000000000003: function(arg0, arg1) {
2660
- // Cast intrinsic for `Closure(Closure { dtor_idx: 3799, function: Function { arguments: [NamedExternref("Event")], shim_idx: 3800, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2661
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h17333457aae2b090, wasm_bindgen__convert__closures_____invoke__h091d820f15c8c0c2);
2718
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Array<any>"), NamedExternref("ResizeObserver")], shim_idx: 3848, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2719
+ const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h6ff3e7511bd758a3);
2662
2720
  return ret;
2663
2721
  },
2664
2722
  __wbindgen_cast_0000000000000004: function(arg0, arg1) {
2665
- // Cast intrinsic for `Closure(Closure { dtor_idx: 3799, function: Function { arguments: [NamedExternref("FocusEvent")], shim_idx: 3800, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2666
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h17333457aae2b090, wasm_bindgen__convert__closures_____invoke__h091d820f15c8c0c2);
2723
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Array<any>")], shim_idx: 3841, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2724
+ const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_3);
2667
2725
  return ret;
2668
2726
  },
2669
2727
  __wbindgen_cast_0000000000000005: function(arg0, arg1) {
2670
- // Cast intrinsic for `Closure(Closure { dtor_idx: 3799, function: Function { arguments: [NamedExternref("KeyboardEvent")], shim_idx: 3800, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2671
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h17333457aae2b090, wasm_bindgen__convert__closures_____invoke__h091d820f15c8c0c2);
2728
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Event")], shim_idx: 3841, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2729
+ const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_4);
2672
2730
  return ret;
2673
2731
  },
2674
2732
  __wbindgen_cast_0000000000000006: function(arg0, arg1) {
2675
- // Cast intrinsic for `Closure(Closure { dtor_idx: 3799, function: Function { arguments: [NamedExternref("PageTransitionEvent")], shim_idx: 3800, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2676
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h17333457aae2b090, wasm_bindgen__convert__closures_____invoke__h091d820f15c8c0c2);
2733
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("FocusEvent")], shim_idx: 3841, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2734
+ const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_5);
2677
2735
  return ret;
2678
2736
  },
2679
2737
  __wbindgen_cast_0000000000000007: function(arg0, arg1) {
2680
- // Cast intrinsic for `Closure(Closure { dtor_idx: 3799, function: Function { arguments: [NamedExternref("PointerEvent")], shim_idx: 3800, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2681
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h17333457aae2b090, wasm_bindgen__convert__closures_____invoke__h091d820f15c8c0c2);
2738
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("KeyboardEvent")], shim_idx: 3841, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2739
+ const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_6);
2682
2740
  return ret;
2683
2741
  },
2684
2742
  __wbindgen_cast_0000000000000008: function(arg0, arg1) {
2685
- // Cast intrinsic for `Closure(Closure { dtor_idx: 3799, function: Function { arguments: [NamedExternref("WheelEvent")], shim_idx: 3800, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2686
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h17333457aae2b090, wasm_bindgen__convert__closures_____invoke__h091d820f15c8c0c2);
2743
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("PageTransitionEvent")], shim_idx: 3841, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2744
+ const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_7);
2687
2745
  return ret;
2688
2746
  },
2689
2747
  __wbindgen_cast_0000000000000009: function(arg0, arg1) {
2690
- // Cast intrinsic for `Closure(Closure { dtor_idx: 3799, function: Function { arguments: [], shim_idx: 3803, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2691
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h17333457aae2b090, wasm_bindgen__convert__closures_____invoke__he5f4030ca973712a);
2748
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("PointerEvent")], shim_idx: 3841, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2749
+ const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_8);
2692
2750
  return ret;
2693
2751
  },
2694
2752
  __wbindgen_cast_000000000000000a: function(arg0, arg1) {
2695
- // Cast intrinsic for `Closure(Closure { dtor_idx: 3856, function: Function { arguments: [Externref], shim_idx: 3857, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2696
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hf05ec8f078dda008, wasm_bindgen__convert__closures_____invoke__h07eaa4ea93496cfb);
2753
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("WheelEvent")], shim_idx: 3841, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2754
+ const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_9);
2755
+ return ret;
2756
+ },
2757
+ __wbindgen_cast_000000000000000b: function(arg0, arg1) {
2758
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 3846, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2759
+ const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hdb7f99c0126c5c28);
2697
2760
  return ret;
2698
2761
  },
2699
- __wbindgen_cast_000000000000000b: function(arg0) {
2762
+ __wbindgen_cast_000000000000000c: function(arg0) {
2700
2763
  // Cast intrinsic for `F64 -> Externref`.
2701
2764
  const ret = arg0;
2702
2765
  return ret;
2703
2766
  },
2704
- __wbindgen_cast_000000000000000c: function(arg0, arg1) {
2767
+ __wbindgen_cast_000000000000000d: function(arg0, arg1) {
2705
2768
  // Cast intrinsic for `Ref(Slice(F32)) -> NamedExternref("Float32Array")`.
2706
2769
  const ret = getArrayF32FromWasm0(arg0, arg1);
2707
2770
  return ret;
2708
2771
  },
2709
- __wbindgen_cast_000000000000000d: function(arg0, arg1) {
2772
+ __wbindgen_cast_000000000000000e: function(arg0, arg1) {
2710
2773
  // Cast intrinsic for `Ref(Slice(I16)) -> NamedExternref("Int16Array")`.
2711
2774
  const ret = getArrayI16FromWasm0(arg0, arg1);
2712
2775
  return ret;
2713
2776
  },
2714
- __wbindgen_cast_000000000000000e: function(arg0, arg1) {
2777
+ __wbindgen_cast_000000000000000f: function(arg0, arg1) {
2715
2778
  // Cast intrinsic for `Ref(Slice(I32)) -> NamedExternref("Int32Array")`.
2716
2779
  const ret = getArrayI32FromWasm0(arg0, arg1);
2717
2780
  return ret;
2718
2781
  },
2719
- __wbindgen_cast_000000000000000f: function(arg0, arg1) {
2782
+ __wbindgen_cast_0000000000000010: function(arg0, arg1) {
2720
2783
  // Cast intrinsic for `Ref(Slice(I8)) -> NamedExternref("Int8Array")`.
2721
2784
  const ret = getArrayI8FromWasm0(arg0, arg1);
2722
2785
  return ret;
2723
2786
  },
2724
- __wbindgen_cast_0000000000000010: function(arg0, arg1) {
2787
+ __wbindgen_cast_0000000000000011: function(arg0, arg1) {
2725
2788
  // Cast intrinsic for `Ref(Slice(U16)) -> NamedExternref("Uint16Array")`.
2726
2789
  const ret = getArrayU16FromWasm0(arg0, arg1);
2727
2790
  return ret;
2728
2791
  },
2729
- __wbindgen_cast_0000000000000011: function(arg0, arg1) {
2792
+ __wbindgen_cast_0000000000000012: function(arg0, arg1) {
2730
2793
  // Cast intrinsic for `Ref(Slice(U32)) -> NamedExternref("Uint32Array")`.
2731
2794
  const ret = getArrayU32FromWasm0(arg0, arg1);
2732
2795
  return ret;
2733
2796
  },
2734
- __wbindgen_cast_0000000000000012: function(arg0, arg1) {
2797
+ __wbindgen_cast_0000000000000013: function(arg0, arg1) {
2735
2798
  // Cast intrinsic for `Ref(Slice(U8)) -> NamedExternref("Uint8Array")`.
2736
2799
  const ret = getArrayU8FromWasm0(arg0, arg1);
2737
2800
  return ret;
2738
2801
  },
2739
- __wbindgen_cast_0000000000000013: function(arg0, arg1) {
2802
+ __wbindgen_cast_0000000000000014: function(arg0, arg1) {
2740
2803
  // Cast intrinsic for `Ref(String) -> Externref`.
2741
2804
  const ret = getStringFromWasm0(arg0, arg1);
2742
2805
  return ret;
@@ -2750,10 +2813,6 @@ function __wbg_get_imports() {
2750
2813
  table.set(offset + 2, true);
2751
2814
  table.set(offset + 3, false);
2752
2815
  },
2753
- __wbindgen_object_is_undefined: function(arg0) {
2754
- const ret = arg0 === undefined;
2755
- return ret;
2756
- },
2757
2816
  };
2758
2817
  return {
2759
2818
  __proto__: null,
@@ -2761,20 +2820,51 @@ function __wbg_get_imports() {
2761
2820
  };
2762
2821
  }
2763
2822
 
2764
- function wasm_bindgen__convert__closures_____invoke__he5f4030ca973712a(arg0, arg1) {
2765
- wasm.wasm_bindgen__convert__closures_____invoke__he5f4030ca973712a(arg0, arg1);
2823
+ function wasm_bindgen__convert__closures_____invoke__hdb7f99c0126c5c28(arg0, arg1) {
2824
+ wasm.wasm_bindgen__convert__closures_____invoke__hdb7f99c0126c5c28(arg0, arg1);
2825
+ }
2826
+
2827
+ function wasm_bindgen__convert__closures_____invoke__h00cde4323839146b(arg0, arg1, arg2) {
2828
+ wasm.wasm_bindgen__convert__closures_____invoke__h00cde4323839146b(arg0, arg1, arg2);
2829
+ }
2830
+
2831
+ function wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_3(arg0, arg1, arg2) {
2832
+ wasm.wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_3(arg0, arg1, arg2);
2766
2833
  }
2767
2834
 
2768
- function wasm_bindgen__convert__closures_____invoke__h091d820f15c8c0c2(arg0, arg1, arg2) {
2769
- wasm.wasm_bindgen__convert__closures_____invoke__h091d820f15c8c0c2(arg0, arg1, arg2);
2835
+ function wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_4(arg0, arg1, arg2) {
2836
+ wasm.wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_4(arg0, arg1, arg2);
2770
2837
  }
2771
2838
 
2772
- function wasm_bindgen__convert__closures_____invoke__h07eaa4ea93496cfb(arg0, arg1, arg2) {
2773
- wasm.wasm_bindgen__convert__closures_____invoke__h07eaa4ea93496cfb(arg0, arg1, arg2);
2839
+ function wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_5(arg0, arg1, arg2) {
2840
+ wasm.wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_5(arg0, arg1, arg2);
2841
+ }
2842
+
2843
+ function wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_6(arg0, arg1, arg2) {
2844
+ wasm.wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_6(arg0, arg1, arg2);
2845
+ }
2846
+
2847
+ function wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_7(arg0, arg1, arg2) {
2848
+ wasm.wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_7(arg0, arg1, arg2);
2849
+ }
2850
+
2851
+ function wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_8(arg0, arg1, arg2) {
2852
+ wasm.wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_8(arg0, arg1, arg2);
2853
+ }
2854
+
2855
+ function wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_9(arg0, arg1, arg2) {
2856
+ wasm.wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_9(arg0, arg1, arg2);
2857
+ }
2858
+
2859
+ function wasm_bindgen__convert__closures_____invoke__hd8590da73942d3e0(arg0, arg1, arg2) {
2860
+ const ret = wasm.wasm_bindgen__convert__closures_____invoke__hd8590da73942d3e0(arg0, arg1, arg2);
2861
+ if (ret[1]) {
2862
+ throw takeFromExternrefTable0(ret[0]);
2863
+ }
2774
2864
  }
2775
2865
 
2776
- function wasm_bindgen__convert__closures_____invoke__h2a85c969f4c20848(arg0, arg1, arg2, arg3) {
2777
- wasm.wasm_bindgen__convert__closures_____invoke__h2a85c969f4c20848(arg0, arg1, arg2, arg3);
2866
+ function wasm_bindgen__convert__closures_____invoke__h6ff3e7511bd758a3(arg0, arg1, arg2, arg3) {
2867
+ wasm.wasm_bindgen__convert__closures_____invoke__h6ff3e7511bd758a3(arg0, arg1, arg2, arg3);
2778
2868
  }
2779
2869
 
2780
2870
 
@@ -2866,7 +2956,7 @@ function addToExternrefTable0(obj) {
2866
2956
 
2867
2957
  const CLOSURE_DTORS = (typeof FinalizationRegistry === 'undefined')
2868
2958
  ? { register: () => {}, unregister: () => {} }
2869
- : new FinalizationRegistry(state => state.dtor(state.a, state.b));
2959
+ : new FinalizationRegistry(state => wasm.__wbindgen_destroy_closure(state.a, state.b));
2870
2960
 
2871
2961
  function debugString(val) {
2872
2962
  // primitive types
@@ -3050,8 +3140,8 @@ function isLikeNone(x) {
3050
3140
  return x === undefined || x === null;
3051
3141
  }
3052
3142
 
3053
- function makeMutClosure(arg0, arg1, dtor, f) {
3054
- const state = { a: arg0, b: arg1, cnt: 1, dtor };
3143
+ function makeMutClosure(arg0, arg1, f) {
3144
+ const state = { a: arg0, b: arg1, cnt: 1 };
3055
3145
  const real = (...args) => {
3056
3146
 
3057
3147
  // First up with a closure we increment the internal reference
@@ -3069,7 +3159,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
3069
3159
  };
3070
3160
  real._wbg_cb_unref = () => {
3071
3161
  if (--state.cnt === 0) {
3072
- state.dtor(state.a, state.b);
3162
+ wasm.__wbindgen_destroy_closure(state.a, state.b);
3073
3163
  state.a = 0;
3074
3164
  CLOSURE_DTORS.unregister(state);
3075
3165
  }
@@ -3234,7 +3324,7 @@ async function __wbg_init(module_or_path) {
3234
3324
  }
3235
3325
 
3236
3326
  if (module_or_path === undefined) {
3237
- module_or_path = new URL('sangine_bg.df2c068e.wasm', import.meta.url);
3327
+ module_or_path = new URL('sangine_bg.31a02d84.wasm', import.meta.url);
3238
3328
  }
3239
3329
  const imports = __wbg_get_imports();
3240
3330