runmat 0.5.2 → 0.5.3-dev.0

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 (128) hide show
  1. package/artifacts/stdlib.snapshot +0 -0
  2. package/dist/fs/index.d.ts +1 -1
  3. package/dist/fs/index.d.ts.map +1 -1
  4. package/dist/fs/provider-types.d.ts +15 -0
  5. package/dist/fs/provider-types.d.ts.map +1 -1
  6. package/dist/generated/builtin-examples-catalog.d.ts.map +1 -1
  7. package/dist/generated/builtin-examples-catalog.js +1 -1
  8. package/dist/generated/builtin-examples-catalog.js.map +1 -1
  9. package/dist/generated/builtins/addpath.d.ts.map +1 -1
  10. package/dist/generated/builtins/addpath.js +6 -0
  11. package/dist/generated/builtins/addpath.js.map +1 -1
  12. package/dist/generated/builtins/axis.d.ts.map +1 -1
  13. package/dist/generated/builtins/axis.js +11 -1
  14. package/dist/generated/builtins/axis.js.map +1 -1
  15. package/dist/generated/builtins/cd.d.ts.map +1 -1
  16. package/dist/generated/builtins/cd.js +6 -0
  17. package/dist/generated/builtins/cd.js.map +1 -1
  18. package/dist/generated/builtins/copyfile.d.ts.map +1 -1
  19. package/dist/generated/builtins/copyfile.js +1 -0
  20. package/dist/generated/builtins/copyfile.js.map +1 -1
  21. package/dist/generated/builtins/csvread.d.ts.map +1 -1
  22. package/dist/generated/builtins/csvread.js +1 -0
  23. package/dist/generated/builtins/csvread.js.map +1 -1
  24. package/dist/generated/builtins/diff.d.ts.map +1 -1
  25. package/dist/generated/builtins/diff.js +13 -2
  26. package/dist/generated/builtins/diff.js.map +1 -1
  27. package/dist/generated/builtins/downsample.d.ts +4 -0
  28. package/dist/generated/builtins/downsample.d.ts.map +1 -0
  29. package/dist/generated/builtins/downsample.js +104 -0
  30. package/dist/generated/builtins/downsample.js.map +1 -0
  31. package/dist/generated/builtins/eq.d.ts.map +1 -1
  32. package/dist/generated/builtins/eq.js +12 -1
  33. package/dist/generated/builtins/eq.js.map +1 -1
  34. package/dist/generated/builtins/figure.d.ts.map +1 -1
  35. package/dist/generated/builtins/figure.js +19 -2
  36. package/dist/generated/builtins/figure.js.map +1 -1
  37. package/dist/generated/builtins/fzero.d.ts.map +1 -1
  38. package/dist/generated/builtins/fzero.js +10 -2
  39. package/dist/generated/builtins/fzero.js.map +1 -1
  40. package/dist/generated/builtins/gauspuls.d.ts +4 -0
  41. package/dist/generated/builtins/gauspuls.d.ts.map +1 -0
  42. package/dist/generated/builtins/gauspuls.js +94 -0
  43. package/dist/generated/builtins/gauspuls.js.map +1 -0
  44. package/dist/generated/builtins/gca.d.ts.map +1 -1
  45. package/dist/generated/builtins/gca.js +5 -0
  46. package/dist/generated/builtins/gca.js.map +1 -1
  47. package/dist/generated/builtins/get.js +3 -3
  48. package/dist/generated/builtins/get.js.map +1 -1
  49. package/dist/generated/builtins/grid.d.ts.map +1 -1
  50. package/dist/generated/builtins/grid.js +10 -4
  51. package/dist/generated/builtins/grid.js.map +1 -1
  52. package/dist/generated/builtins/heaviside.d.ts +4 -0
  53. package/dist/generated/builtins/heaviside.d.ts.map +1 -0
  54. package/dist/generated/builtins/heaviside.js +139 -0
  55. package/dist/generated/builtins/heaviside.js.map +1 -0
  56. package/dist/generated/builtins/hilbert.d.ts +4 -0
  57. package/dist/generated/builtins/hilbert.d.ts.map +1 -0
  58. package/dist/generated/builtins/hilbert.js +134 -0
  59. package/dist/generated/builtins/hilbert.js.map +1 -0
  60. package/dist/generated/builtins/limit.d.ts +4 -0
  61. package/dist/generated/builtins/limit.d.ts.map +1 -0
  62. package/dist/generated/builtins/limit.js +84 -0
  63. package/dist/generated/builtins/limit.js.map +1 -0
  64. package/dist/generated/builtins/null.d.ts +4 -0
  65. package/dist/generated/builtins/null.d.ts.map +1 -0
  66. package/dist/generated/builtins/null.js +116 -0
  67. package/dist/generated/builtins/null.js.map +1 -0
  68. package/dist/generated/builtins/power.d.ts.map +1 -1
  69. package/dist/generated/builtins/power.js +1 -0
  70. package/dist/generated/builtins/power.js.map +1 -1
  71. package/dist/generated/builtins/pulstran.d.ts +4 -0
  72. package/dist/generated/builtins/pulstran.d.ts.map +1 -0
  73. package/dist/generated/builtins/pulstran.js +106 -0
  74. package/dist/generated/builtins/pulstran.js.map +1 -0
  75. package/dist/generated/builtins/rectpuls.d.ts +4 -0
  76. package/dist/generated/builtins/rectpuls.d.ts.map +1 -0
  77. package/dist/generated/builtins/rectpuls.js +95 -0
  78. package/dist/generated/builtins/rectpuls.js.map +1 -0
  79. package/dist/generated/builtins/rlocus.d.ts +4 -0
  80. package/dist/generated/builtins/rlocus.d.ts.map +1 -0
  81. package/dist/generated/builtins/rlocus.js +126 -0
  82. package/dist/generated/builtins/rlocus.js.map +1 -0
  83. package/dist/generated/builtins/set.js +2 -2
  84. package/dist/generated/builtins/set.js.map +1 -1
  85. package/dist/generated/builtins/spreadsheetImportOptions.d.ts +4 -0
  86. package/dist/generated/builtins/spreadsheetImportOptions.d.ts.map +1 -0
  87. package/dist/generated/builtins/spreadsheetImportOptions.js +93 -0
  88. package/dist/generated/builtins/spreadsheetImportOptions.js.map +1 -0
  89. package/dist/generated/builtins/sym.d.ts +4 -0
  90. package/dist/generated/builtins/sym.d.ts.map +1 -0
  91. package/dist/generated/builtins/sym.js +78 -0
  92. package/dist/generated/builtins/sym.js.map +1 -0
  93. package/dist/generated/builtins/syms.d.ts +4 -0
  94. package/dist/generated/builtins/syms.d.ts.map +1 -0
  95. package/dist/generated/builtins/syms.js +84 -0
  96. package/dist/generated/builtins/syms.js.map +1 -0
  97. package/dist/generated/builtins/tripuls.d.ts +4 -0
  98. package/dist/generated/builtins/tripuls.d.ts.map +1 -0
  99. package/dist/generated/builtins/tripuls.js +91 -0
  100. package/dist/generated/builtins/tripuls.js.map +1 -0
  101. package/dist/generated/builtins/uigetfile.d.ts +4 -0
  102. package/dist/generated/builtins/uigetfile.d.ts.map +1 -0
  103. package/dist/generated/builtins/uigetfile.js +95 -0
  104. package/dist/generated/builtins/uigetfile.js.map +1 -0
  105. package/dist/generated/builtins/unwrap.d.ts +4 -0
  106. package/dist/generated/builtins/unwrap.d.ts.map +1 -0
  107. package/dist/generated/builtins/unwrap.js +123 -0
  108. package/dist/generated/builtins/unwrap.js.map +1 -0
  109. package/dist/generated/builtins/upsample.d.ts +4 -0
  110. package/dist/generated/builtins/upsample.d.ts.map +1 -0
  111. package/dist/generated/builtins/upsample.js +104 -0
  112. package/dist/generated/builtins/upsample.js.map +1 -0
  113. package/dist/generated/builtins-manifest.d.ts.map +1 -1
  114. package/dist/generated/builtins-manifest.js +351 -10
  115. package/dist/generated/builtins-manifest.js.map +1 -1
  116. package/dist/index.d.ts +1 -1
  117. package/dist/index.d.ts.map +1 -1
  118. package/dist/index.js.map +1 -1
  119. package/dist/lsp/runmat_lsp.d.ts +2 -3
  120. package/dist/lsp/runmat_lsp.js +635 -439
  121. package/dist/lsp/runmat_lsp_bg.wasm +0 -0
  122. package/dist/lsp/runmat_lsp_bg.wasm.d.ts +2 -3
  123. package/dist/pkg-web/runmat_wasm_web.d.ts +18 -18
  124. package/dist/pkg-web/runmat_wasm_web.js +754 -313
  125. package/dist/pkg-web/runmat_wasm_web_bg.wasm +0 -0
  126. package/dist/pkg-web/runmat_wasm_web_bg.wasm.d.ts +11 -11
  127. package/dist/runtime/stdlib.snapshot +0 -0
  128. package/package.json +1 -1
@@ -230,6 +230,75 @@ function takeFromExternrefTable0(idx) {
230
230
  wasm.__externref_table_dealloc(idx);
231
231
  return value;
232
232
  }
233
+ /**
234
+ * @param {any} callback
235
+ * @returns {number}
236
+ */
237
+ export function subscribeStdout(callback) {
238
+ const ret = wasm.subscribeStdout(callback);
239
+ if (ret[2]) {
240
+ throw takeFromExternrefTable0(ret[1]);
241
+ }
242
+ return ret[0] >>> 0;
243
+ }
244
+
245
+ /**
246
+ * @param {number} id
247
+ */
248
+ export function unsubscribeStdout(id) {
249
+ wasm.unsubscribeStdout(id);
250
+ }
251
+
252
+ /**
253
+ * @param {any} callback
254
+ * @returns {number}
255
+ */
256
+ export function subscribeRuntimeLog(callback) {
257
+ const ret = wasm.subscribeRuntimeLog(callback);
258
+ if (ret[2]) {
259
+ throw takeFromExternrefTable0(ret[1]);
260
+ }
261
+ return ret[0] >>> 0;
262
+ }
263
+
264
+ /**
265
+ * @param {string} filter
266
+ */
267
+ export function setLogFilter(filter) {
268
+ const ptr0 = passStringToWasm0(filter, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
269
+ const len0 = WASM_VECTOR_LEN;
270
+ const ret = wasm.setLogFilter(ptr0, len0);
271
+ if (ret[1]) {
272
+ throw takeFromExternrefTable0(ret[0]);
273
+ }
274
+ }
275
+
276
+ /**
277
+ * @param {number} id
278
+ */
279
+ export function unsubscribeRuntimeLog(id) {
280
+ wasm.unsubscribeRuntimeLog(id);
281
+ }
282
+
283
+ /**
284
+ * @param {any} callback
285
+ * @returns {number}
286
+ */
287
+ export function subscribeTraceEvents(callback) {
288
+ const ret = wasm.subscribeTraceEvents(callback);
289
+ if (ret[2]) {
290
+ throw takeFromExternrefTable0(ret[1]);
291
+ }
292
+ return ret[0] >>> 0;
293
+ }
294
+
295
+ /**
296
+ * @param {number} id
297
+ */
298
+ export function unsubscribeTraceEvents(id) {
299
+ wasm.unsubscribeTraceEvents(id);
300
+ }
301
+
233
302
  /**
234
303
  * @param {number} handle
235
304
  */
@@ -515,96 +584,71 @@ function passArray8ToWasm0(arg, malloc) {
515
584
  WASM_VECTOR_LEN = arg.length;
516
585
  return ptr;
517
586
  }
518
- /**
519
- * @param {any} callback
520
- * @returns {number}
521
- */
522
- export function subscribeStdout(callback) {
523
- const ret = wasm.subscribeStdout(callback);
524
- if (ret[2]) {
525
- throw takeFromExternrefTable0(ret[1]);
526
- }
527
- return ret[0] >>> 0;
587
+ function __wbg_adapter_56(arg0, arg1, arg2) {
588
+ wasm.closure3318_externref_shim(arg0, arg1, arg2);
528
589
  }
529
590
 
530
- /**
531
- * @param {number} id
532
- */
533
- export function unsubscribeStdout(id) {
534
- wasm.unsubscribeStdout(id);
591
+ function __wbg_adapter_59(arg0, arg1, arg2) {
592
+ wasm.closure8273_externref_shim(arg0, arg1, arg2);
535
593
  }
536
594
 
537
- /**
538
- * @param {any} callback
539
- * @returns {number}
540
- */
541
- export function subscribeRuntimeLog(callback) {
542
- const ret = wasm.subscribeRuntimeLog(callback);
543
- if (ret[2]) {
544
- throw takeFromExternrefTable0(ret[1]);
545
- }
546
- return ret[0] >>> 0;
595
+ function __wbg_adapter_62(arg0, arg1, arg2) {
596
+ wasm.closure8285_externref_shim(arg0, arg1, arg2);
547
597
  }
548
598
 
549
- /**
550
- * @param {string} filter
551
- */
552
- export function setLogFilter(filter) {
553
- const ptr0 = passStringToWasm0(filter, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
554
- const len0 = WASM_VECTOR_LEN;
555
- const ret = wasm.setLogFilter(ptr0, len0);
556
- if (ret[1]) {
557
- throw takeFromExternrefTable0(ret[0]);
558
- }
599
+ function __wbg_adapter_884(arg0, arg1, arg2, arg3) {
600
+ wasm.closure8313_externref_shim(arg0, arg1, arg2, arg3);
559
601
  }
560
602
 
561
- /**
562
- * @param {number} id
563
- */
564
- export function unsubscribeRuntimeLog(id) {
565
- wasm.unsubscribeRuntimeLog(id);
566
- }
603
+ const __wbindgen_enum_GpuAddressMode = ["clamp-to-edge", "repeat", "mirror-repeat"];
567
604
 
568
- /**
569
- * @param {any} callback
570
- * @returns {number}
571
- */
572
- export function subscribeTraceEvents(callback) {
573
- const ret = wasm.subscribeTraceEvents(callback);
574
- if (ret[2]) {
575
- throw takeFromExternrefTable0(ret[1]);
576
- }
577
- return ret[0] >>> 0;
578
- }
605
+ const __wbindgen_enum_GpuBlendFactor = ["zero", "one", "src", "one-minus-src", "src-alpha", "one-minus-src-alpha", "dst", "one-minus-dst", "dst-alpha", "one-minus-dst-alpha", "src-alpha-saturated", "constant", "one-minus-constant", "src1", "one-minus-src1", "src1-alpha", "one-minus-src1-alpha"];
579
606
 
580
- /**
581
- * @param {number} id
582
- */
583
- export function unsubscribeTraceEvents(id) {
584
- wasm.unsubscribeTraceEvents(id);
585
- }
607
+ const __wbindgen_enum_GpuBlendOperation = ["add", "subtract", "reverse-subtract", "min", "max"];
586
608
 
587
- function __wbg_adapter_56(arg0, arg1, arg2) {
588
- wasm.closure3033_externref_shim(arg0, arg1, arg2);
589
- }
609
+ const __wbindgen_enum_GpuBufferBindingType = ["uniform", "storage", "read-only-storage"];
590
610
 
591
- function __wbg_adapter_59(arg0, arg1, arg2) {
592
- wasm.closure8353_externref_shim(arg0, arg1, arg2);
593
- }
611
+ const __wbindgen_enum_GpuCanvasAlphaMode = ["opaque", "premultiplied"];
594
612
 
595
- function __wbg_adapter_62(arg0, arg1, arg2) {
596
- wasm.closure8360_externref_shim(arg0, arg1, arg2);
597
- }
613
+ const __wbindgen_enum_GpuCompareFunction = ["never", "less", "equal", "less-equal", "greater", "not-equal", "greater-equal", "always"];
598
614
 
599
- function __wbg_adapter_616(arg0, arg1, arg2, arg3) {
600
- wasm.closure8391_externref_shim(arg0, arg1, arg2, arg3);
601
- }
615
+ const __wbindgen_enum_GpuCullMode = ["none", "front", "back"];
602
616
 
603
- const __wbindgen_enum_GpuErrorFilter = ["validation", "out-of-memory", "internal"];
617
+ const __wbindgen_enum_GpuFilterMode = ["nearest", "linear"];
618
+
619
+ const __wbindgen_enum_GpuFrontFace = ["ccw", "cw"];
604
620
 
605
621
  const __wbindgen_enum_GpuIndexFormat = ["uint16", "uint32"];
606
622
 
607
- const __wbindgen_enum_GpuTextureFormat = ["r8unorm", "r8snorm", "r8uint", "r8sint", "r16uint", "r16sint", "r16float", "rg8unorm", "rg8snorm", "rg8uint", "rg8sint", "r32uint", "r32sint", "r32float", "rg16uint", "rg16sint", "rg16float", "rgba8unorm", "rgba8unorm-srgb", "rgba8snorm", "rgba8uint", "rgba8sint", "bgra8unorm", "bgra8unorm-srgb", "rgb9e5ufloat", "rgb10a2unorm", "rg11b10ufloat", "rg32uint", "rg32sint", "rg32float", "rgba16uint", "rgba16sint", "rgba16float", "rgba32uint", "rgba32sint", "rgba32float", "stencil8", "depth16unorm", "depth24plus", "depth24plus-stencil8", "depth32float", "depth32float-stencil8", "bc1-rgba-unorm", "bc1-rgba-unorm-srgb", "bc2-rgba-unorm", "bc2-rgba-unorm-srgb", "bc3-rgba-unorm", "bc3-rgba-unorm-srgb", "bc4-r-unorm", "bc4-r-snorm", "bc5-rg-unorm", "bc5-rg-snorm", "bc6h-rgb-ufloat", "bc6h-rgb-float", "bc7-rgba-unorm", "bc7-rgba-unorm-srgb", "etc2-rgb8unorm", "etc2-rgb8unorm-srgb", "etc2-rgb8a1unorm", "etc2-rgb8a1unorm-srgb", "etc2-rgba8unorm", "etc2-rgba8unorm-srgb", "eac-r11unorm", "eac-r11snorm", "eac-rg11unorm", "eac-rg11snorm", "astc-4x4-unorm", "astc-4x4-unorm-srgb", "astc-5x4-unorm", "astc-5x4-unorm-srgb", "astc-5x5-unorm", "astc-5x5-unorm-srgb", "astc-6x5-unorm", "astc-6x5-unorm-srgb", "astc-6x6-unorm", "astc-6x6-unorm-srgb", "astc-8x5-unorm", "astc-8x5-unorm-srgb", "astc-8x6-unorm", "astc-8x6-unorm-srgb", "astc-8x8-unorm", "astc-8x8-unorm-srgb", "astc-10x5-unorm", "astc-10x5-unorm-srgb", "astc-10x6-unorm", "astc-10x6-unorm-srgb", "astc-10x8-unorm", "astc-10x8-unorm-srgb", "astc-10x10-unorm", "astc-10x10-unorm-srgb", "astc-12x10-unorm", "astc-12x10-unorm-srgb", "astc-12x12-unorm", "astc-12x12-unorm-srgb"];
623
+ const __wbindgen_enum_GpuLoadOp = ["load", "clear"];
624
+
625
+ const __wbindgen_enum_GpuMipmapFilterMode = ["nearest", "linear"];
626
+
627
+ const __wbindgen_enum_GpuPowerPreference = ["low-power", "high-performance"];
628
+
629
+ const __wbindgen_enum_GpuPrimitiveTopology = ["point-list", "line-list", "line-strip", "triangle-list", "triangle-strip"];
630
+
631
+ const __wbindgen_enum_GpuSamplerBindingType = ["filtering", "non-filtering", "comparison"];
632
+
633
+ const __wbindgen_enum_GpuStencilOperation = ["keep", "zero", "replace", "invert", "increment-clamp", "decrement-clamp", "increment-wrap", "decrement-wrap"];
634
+
635
+ const __wbindgen_enum_GpuStorageTextureAccess = ["write-only", "read-only", "read-write"];
636
+
637
+ const __wbindgen_enum_GpuStoreOp = ["store", "discard"];
638
+
639
+ const __wbindgen_enum_GpuTextureAspect = ["all", "stencil-only", "depth-only"];
640
+
641
+ const __wbindgen_enum_GpuTextureDimension = ["1d", "2d", "3d"];
642
+
643
+ const __wbindgen_enum_GpuTextureFormat = ["r8unorm", "r8snorm", "r8uint", "r8sint", "r16uint", "r16sint", "r16float", "rg8unorm", "rg8snorm", "rg8uint", "rg8sint", "r32uint", "r32sint", "r32float", "rg16uint", "rg16sint", "rg16float", "rgba8unorm", "rgba8unorm-srgb", "rgba8snorm", "rgba8uint", "rgba8sint", "bgra8unorm", "bgra8unorm-srgb", "rgb9e5ufloat", "rgb10a2uint", "rgb10a2unorm", "rg11b10ufloat", "rg32uint", "rg32sint", "rg32float", "rgba16uint", "rgba16sint", "rgba16float", "rgba32uint", "rgba32sint", "rgba32float", "stencil8", "depth16unorm", "depth24plus", "depth24plus-stencil8", "depth32float", "depth32float-stencil8", "bc1-rgba-unorm", "bc1-rgba-unorm-srgb", "bc2-rgba-unorm", "bc2-rgba-unorm-srgb", "bc3-rgba-unorm", "bc3-rgba-unorm-srgb", "bc4-r-unorm", "bc4-r-snorm", "bc5-rg-unorm", "bc5-rg-snorm", "bc6h-rgb-ufloat", "bc6h-rgb-float", "bc7-rgba-unorm", "bc7-rgba-unorm-srgb", "etc2-rgb8unorm", "etc2-rgb8unorm-srgb", "etc2-rgb8a1unorm", "etc2-rgb8a1unorm-srgb", "etc2-rgba8unorm", "etc2-rgba8unorm-srgb", "eac-r11unorm", "eac-r11snorm", "eac-rg11unorm", "eac-rg11snorm", "astc-4x4-unorm", "astc-4x4-unorm-srgb", "astc-5x4-unorm", "astc-5x4-unorm-srgb", "astc-5x5-unorm", "astc-5x5-unorm-srgb", "astc-6x5-unorm", "astc-6x5-unorm-srgb", "astc-6x6-unorm", "astc-6x6-unorm-srgb", "astc-8x5-unorm", "astc-8x5-unorm-srgb", "astc-8x6-unorm", "astc-8x6-unorm-srgb", "astc-8x8-unorm", "astc-8x8-unorm-srgb", "astc-10x5-unorm", "astc-10x5-unorm-srgb", "astc-10x6-unorm", "astc-10x6-unorm-srgb", "astc-10x8-unorm", "astc-10x8-unorm-srgb", "astc-10x10-unorm", "astc-10x10-unorm-srgb", "astc-12x10-unorm", "astc-12x10-unorm-srgb", "astc-12x12-unorm", "astc-12x12-unorm-srgb"];
644
+
645
+ const __wbindgen_enum_GpuTextureSampleType = ["float", "unfilterable-float", "depth", "sint", "uint"];
646
+
647
+ const __wbindgen_enum_GpuTextureViewDimension = ["1d", "2d", "2d-array", "cube", "cube-array", "3d"];
648
+
649
+ const __wbindgen_enum_GpuVertexFormat = ["uint8", "uint8x2", "uint8x4", "sint8", "sint8x2", "sint8x4", "unorm8", "unorm8x2", "unorm8x4", "snorm8", "snorm8x2", "snorm8x4", "uint16", "uint16x2", "uint16x4", "sint16", "sint16x2", "sint16x4", "unorm16", "unorm16x2", "unorm16x4", "snorm16", "snorm16x2", "snorm16x4", "float16", "float16x2", "float16x4", "float32", "float32x2", "float32x3", "float32x4", "uint32", "uint32x2", "uint32x3", "uint32x4", "sint32", "sint32x2", "sint32x3", "sint32x4", "unorm10-10-10-2", "unorm8x4-bgra"];
650
+
651
+ const __wbindgen_enum_GpuVertexStepMode = ["vertex", "instance"];
608
652
 
609
653
  const __wbindgen_enum_IdbTransactionMode = ["readonly", "readwrite", "versionchange", "readwriteflush", "cleanup"];
610
654
 
@@ -897,11 +941,11 @@ function __wbg_get_imports() {
897
941
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
898
942
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
899
943
  };
900
- imports.wbg.__wbg_Window_09685c5b35e4318e = function(arg0) {
944
+ imports.wbg.__wbg_Window_2b9b35492d4b2d63 = function(arg0) {
901
945
  const ret = arg0.Window;
902
946
  return ret;
903
947
  };
904
- imports.wbg.__wbg_WorkerGlobalScope_86dadc234326361b = function(arg0) {
948
+ imports.wbg.__wbg_WorkerGlobalScope_b4fb13f0ba6527ab = function(arg0) {
905
949
  const ret = arg0.WorkerGlobalScope;
906
950
  return ret;
907
951
  };
@@ -909,14 +953,14 @@ function __wbg_get_imports() {
909
953
  const ret = arg0.arrayBuffer();
910
954
  return ret;
911
955
  }, arguments) };
912
- imports.wbg.__wbg_beginComputePass_1887a662b16709f1 = function(arg0, arg1) {
956
+ imports.wbg.__wbg_beginComputePass_2061bb5db1032a35 = function(arg0, arg1) {
913
957
  const ret = arg0.beginComputePass(arg1);
914
958
  return ret;
915
959
  };
916
- imports.wbg.__wbg_beginRenderPass_9179e8717d25fdb0 = function(arg0, arg1) {
960
+ imports.wbg.__wbg_beginRenderPass_f36cfdd5825e0c2e = function() { return handleError(function (arg0, arg1) {
917
961
  const ret = arg0.beginRenderPass(arg1);
918
962
  return ret;
919
- };
963
+ }, arguments) };
920
964
  imports.wbg.__wbg_body_0b8fd1fe671660df = function(arg0) {
921
965
  const ret = arg0.body;
922
966
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
@@ -945,51 +989,36 @@ function __wbg_get_imports() {
945
989
  const ret = arg0.call(arg1, arg2, arg3);
946
990
  return ret;
947
991
  }, arguments) };
948
- imports.wbg.__wbg_clearBuffer_3cb299d33f9c17aa = function(arg0, arg1, arg2, arg3) {
949
- arg0.clearBuffer(arg1, arg2, arg3);
950
- };
951
- imports.wbg.__wbg_clearBuffer_d1bbfb575de500c2 = function(arg0, arg1, arg2) {
952
- arg0.clearBuffer(arg1, arg2);
953
- };
954
- imports.wbg.__wbg_configure_3545afac230e1d5e = function(arg0, arg1) {
992
+ imports.wbg.__wbg_configure_ad5aa321838c8e3b = function() { return handleError(function (arg0, arg1) {
955
993
  arg0.configure(arg1);
956
- };
994
+ }, arguments) };
957
995
  imports.wbg.__wbg_contains_b952b06daf857803 = function(arg0, arg1, arg2) {
958
996
  const ret = arg0.contains(getStringFromWasm0(arg1, arg2));
959
997
  return ret;
960
998
  };
961
- imports.wbg.__wbg_copyBufferToBuffer_1339da3175db86a8 = function(arg0, arg1, arg2, arg3, arg4, arg5) {
999
+ imports.wbg.__wbg_copyBufferToBuffer_e5b6f95a75ade65d = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5) {
962
1000
  arg0.copyBufferToBuffer(arg1, arg2, arg3, arg4, arg5);
963
- };
964
- imports.wbg.__wbg_copyBufferToTexture_7fa23729d3a09bc4 = function(arg0, arg1, arg2, arg3) {
965
- arg0.copyBufferToTexture(arg1, arg2, arg3);
966
- };
967
- imports.wbg.__wbg_copyExternalImageToTexture_a7d15aeaa14817c3 = function(arg0, arg1, arg2, arg3) {
968
- arg0.copyExternalImageToTexture(arg1, arg2, arg3);
969
- };
970
- imports.wbg.__wbg_copyTextureToBuffer_10eda2ea3e01a012 = function(arg0, arg1, arg2, arg3) {
1001
+ }, arguments) };
1002
+ imports.wbg.__wbg_copyTextureToBuffer_beaf38ed0c92f265 = function() { return handleError(function (arg0, arg1, arg2, arg3) {
971
1003
  arg0.copyTextureToBuffer(arg1, arg2, arg3);
972
- };
973
- imports.wbg.__wbg_copyTextureToTexture_0f32dca08a58f47f = function(arg0, arg1, arg2, arg3) {
974
- arg0.copyTextureToTexture(arg1, arg2, arg3);
975
- };
976
- imports.wbg.__wbg_createBindGroupLayout_274e16d30c603078 = function(arg0, arg1) {
1004
+ }, arguments) };
1005
+ imports.wbg.__wbg_createBindGroupLayout_b87a1f26ed22bd5d = function() { return handleError(function (arg0, arg1) {
977
1006
  const ret = arg0.createBindGroupLayout(arg1);
978
1007
  return ret;
979
- };
980
- imports.wbg.__wbg_createBindGroup_a36c90bdc3f5eb88 = function(arg0, arg1) {
1008
+ }, arguments) };
1009
+ imports.wbg.__wbg_createBindGroup_dfdadbbcf4dcae54 = function(arg0, arg1) {
981
1010
  const ret = arg0.createBindGroup(arg1);
982
1011
  return ret;
983
1012
  };
984
- imports.wbg.__wbg_createBuffer_d1ac34725e5cf041 = function(arg0, arg1) {
1013
+ imports.wbg.__wbg_createBuffer_fb1752eab5cb2a7f = function() { return handleError(function (arg0, arg1) {
985
1014
  const ret = arg0.createBuffer(arg1);
986
1015
  return ret;
987
- };
988
- imports.wbg.__wbg_createCommandEncoder_513a786f096a5637 = function(arg0, arg1) {
1016
+ }, arguments) };
1017
+ imports.wbg.__wbg_createCommandEncoder_92b1c283a0372974 = function(arg0, arg1) {
989
1018
  const ret = arg0.createCommandEncoder(arg1);
990
1019
  return ret;
991
1020
  };
992
- imports.wbg.__wbg_createComputePipeline_4bf93ff2c10c2333 = function(arg0, arg1) {
1021
+ imports.wbg.__wbg_createComputePipeline_4cdc84e4d346bd71 = function(arg0, arg1) {
993
1022
  const ret = arg0.createComputePipeline(arg1);
994
1023
  return ret;
995
1024
  };
@@ -997,55 +1026,38 @@ function __wbg_get_imports() {
997
1026
  const ret = arg0.createObjectStore(getStringFromWasm0(arg1, arg2));
998
1027
  return ret;
999
1028
  }, arguments) };
1000
- imports.wbg.__wbg_createPipelineLayout_669f14789cde7273 = function(arg0, arg1) {
1029
+ imports.wbg.__wbg_createPipelineLayout_c97169a1a177450e = function(arg0, arg1) {
1001
1030
  const ret = arg0.createPipelineLayout(arg1);
1002
1031
  return ret;
1003
1032
  };
1004
- imports.wbg.__wbg_createQuerySet_7a0251b6c175935a = function(arg0, arg1) {
1005
- const ret = arg0.createQuerySet(arg1);
1006
- return ret;
1007
- };
1008
- imports.wbg.__wbg_createRenderBundleEncoder_2e2d7a61c14a077b = function(arg0, arg1) {
1009
- const ret = arg0.createRenderBundleEncoder(arg1);
1010
- return ret;
1011
- };
1012
- imports.wbg.__wbg_createRenderPipeline_d206a6a989f60069 = function(arg0, arg1) {
1033
+ imports.wbg.__wbg_createRenderPipeline_ab453ccc40539bc0 = function() { return handleError(function (arg0, arg1) {
1013
1034
  const ret = arg0.createRenderPipeline(arg1);
1014
1035
  return ret;
1015
- };
1016
- imports.wbg.__wbg_createSampler_21641deec0b72234 = function(arg0, arg1) {
1036
+ }, arguments) };
1037
+ imports.wbg.__wbg_createSampler_fdf4c92b3a0a4810 = function(arg0, arg1) {
1017
1038
  const ret = arg0.createSampler(arg1);
1018
1039
  return ret;
1019
1040
  };
1020
- imports.wbg.__wbg_createShaderModule_6a4726ff8937a4fc = function(arg0, arg1) {
1041
+ imports.wbg.__wbg_createShaderModule_159013272c1b4c4c = function(arg0, arg1) {
1021
1042
  const ret = arg0.createShaderModule(arg1);
1022
1043
  return ret;
1023
1044
  };
1024
- imports.wbg.__wbg_createTexture_b4736ca67c208a7d = function(arg0, arg1) {
1045
+ imports.wbg.__wbg_createTexture_092a9cf5106b1805 = function() { return handleError(function (arg0, arg1) {
1025
1046
  const ret = arg0.createTexture(arg1);
1026
1047
  return ret;
1027
- };
1028
- imports.wbg.__wbg_createView_28f72f1fbf41c53a = function(arg0, arg1) {
1048
+ }, arguments) };
1049
+ imports.wbg.__wbg_createView_e743725c577bafe5 = function() { return handleError(function (arg0, arg1) {
1029
1050
  const ret = arg0.createView(arg1);
1030
1051
  return ret;
1031
- };
1052
+ }, arguments) };
1032
1053
  imports.wbg.__wbg_crypto_574e78ad8b13b65f = function(arg0) {
1033
1054
  const ret = arg0.crypto;
1034
1055
  return ret;
1035
1056
  };
1036
- imports.wbg.__wbg_destroy_24dc0325ca73bcdd = function(arg0) {
1037
- arg0.destroy();
1038
- };
1039
- imports.wbg.__wbg_destroy_35ef3fac72adebbd = function(arg0) {
1040
- arg0.destroy();
1041
- };
1042
- imports.wbg.__wbg_destroy_6ca164ec39708c30 = function(arg0) {
1057
+ imports.wbg.__wbg_destroy_4e9c163680c95621 = function(arg0) {
1043
1058
  arg0.destroy();
1044
1059
  };
1045
- imports.wbg.__wbg_dispatchWorkgroupsIndirect_5b70aa0ec2dd76d4 = function(arg0, arg1, arg2) {
1046
- arg0.dispatchWorkgroupsIndirect(arg1, arg2);
1047
- };
1048
- imports.wbg.__wbg_dispatchWorkgroups_eec2b1c97a77f008 = function(arg0, arg1, arg2, arg3) {
1060
+ imports.wbg.__wbg_dispatchWorkgroups_89c6778d0518442a = function(arg0, arg1, arg2, arg3) {
1049
1061
  arg0.dispatchWorkgroups(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0);
1050
1062
  };
1051
1063
  imports.wbg.__wbg_document_d249400bd7bd996d = function(arg0) {
@@ -1056,41 +1068,26 @@ function __wbg_get_imports() {
1056
1068
  const ret = arg0.done;
1057
1069
  return ret;
1058
1070
  };
1059
- imports.wbg.__wbg_drawIndexedIndirect_7195bed12006fc7e = function(arg0, arg1, arg2) {
1060
- arg0.drawIndexedIndirect(arg1, arg2);
1061
- };
1062
- imports.wbg.__wbg_drawIndexedIndirect_cb0d6da766bd5105 = function(arg0, arg1, arg2) {
1063
- arg0.drawIndexedIndirect(arg1, arg2);
1064
- };
1065
- imports.wbg.__wbg_drawIndexed_6d903b1382862f81 = function(arg0, arg1, arg2, arg3, arg4, arg5) {
1071
+ imports.wbg.__wbg_drawIndexed_bf8f6537c7ff1b95 = function(arg0, arg1, arg2, arg3, arg4, arg5) {
1066
1072
  arg0.drawIndexed(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4, arg5 >>> 0);
1067
1073
  };
1068
- imports.wbg.__wbg_drawIndexed_c122c36f03fe07a5 = function(arg0, arg1, arg2, arg3, arg4, arg5) {
1069
- arg0.drawIndexed(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4, arg5 >>> 0);
1070
- };
1071
- imports.wbg.__wbg_drawIndirect_9aab8bee6f6f1c22 = function(arg0, arg1, arg2) {
1074
+ imports.wbg.__wbg_drawIndirect_8bef8992f379d2b5 = function(arg0, arg1, arg2) {
1072
1075
  arg0.drawIndirect(arg1, arg2);
1073
1076
  };
1074
- imports.wbg.__wbg_drawIndirect_d531975704a856b7 = function(arg0, arg1, arg2) {
1075
- arg0.drawIndirect(arg1, arg2);
1076
- };
1077
- imports.wbg.__wbg_draw_19d537d9832d985d = function(arg0, arg1, arg2, arg3, arg4) {
1078
- arg0.draw(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
1079
- };
1080
- imports.wbg.__wbg_draw_5beb2c11da5429ce = function(arg0, arg1, arg2, arg3, arg4) {
1077
+ imports.wbg.__wbg_draw_e8c430e7254c6215 = function(arg0, arg1, arg2, arg3, arg4) {
1081
1078
  arg0.draw(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
1082
1079
  };
1083
- imports.wbg.__wbg_end_2dc6d7fdcbfc2a0c = function(arg0) {
1080
+ imports.wbg.__wbg_end_56b2d6d0610f9131 = function(arg0) {
1084
1081
  arg0.end();
1085
1082
  };
1086
- imports.wbg.__wbg_end_9cc33f189e27f3fd = function(arg0) {
1083
+ imports.wbg.__wbg_end_7ad26f2083234d67 = function(arg0) {
1087
1084
  arg0.end();
1088
1085
  };
1089
1086
  imports.wbg.__wbg_entries_3265d4158b33e5dc = function(arg0) {
1090
1087
  const ret = Object.entries(arg0);
1091
1088
  return ret;
1092
1089
  };
1093
- imports.wbg.__wbg_error_15b28e2be7953dc9 = function(arg0) {
1090
+ imports.wbg.__wbg_error_142536f834546311 = function(arg0) {
1094
1091
  const ret = arg0.error;
1095
1092
  return ret;
1096
1093
  };
@@ -1112,14 +1109,7 @@ function __wbg_get_imports() {
1112
1109
  const ret = arg0.error;
1113
1110
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
1114
1111
  }, arguments) };
1115
- imports.wbg.__wbg_executeBundles_db3c31afbf86979f = function(arg0, arg1) {
1116
- arg0.executeBundles(arg1);
1117
- };
1118
- imports.wbg.__wbg_features_89059e3112366930 = function(arg0) {
1119
- const ret = arg0.features;
1120
- return ret;
1121
- };
1122
- imports.wbg.__wbg_features_e8442c6e37f8191e = function(arg0) {
1112
+ imports.wbg.__wbg_features_79e62ac35510384d = function(arg0) {
1123
1113
  const ret = arg0.features;
1124
1114
  return ret;
1125
1115
  };
@@ -1127,22 +1117,14 @@ function __wbg_get_imports() {
1127
1117
  const ret = arg0.fetch(getStringFromWasm0(arg1, arg2));
1128
1118
  return ret;
1129
1119
  };
1130
- imports.wbg.__wbg_finish_53e6ed746110a5e5 = function(arg0) {
1120
+ imports.wbg.__wbg_finish_ac8e8f8408208d93 = function(arg0) {
1131
1121
  const ret = arg0.finish();
1132
1122
  return ret;
1133
1123
  };
1134
- imports.wbg.__wbg_finish_566e5beaeaeefc34 = function(arg0, arg1) {
1124
+ imports.wbg.__wbg_finish_b79779da004ef346 = function(arg0, arg1) {
1135
1125
  const ret = arg0.finish(arg1);
1136
1126
  return ret;
1137
1127
  };
1138
- imports.wbg.__wbg_finish_a9c9f3133e6e4514 = function(arg0, arg1) {
1139
- const ret = arg0.finish(arg1);
1140
- return ret;
1141
- };
1142
- imports.wbg.__wbg_finish_e2465079e2b30a5a = function(arg0) {
1143
- const ret = arg0.finish();
1144
- return ret;
1145
- };
1146
1128
  imports.wbg.__wbg_from_2a5d3e218e67aa85 = function(arg0) {
1147
1129
  const ret = Array.from(arg0);
1148
1130
  return ret;
@@ -1154,14 +1136,6 @@ function __wbg_get_imports() {
1154
1136
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
1155
1137
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
1156
1138
  }, arguments) };
1157
- imports.wbg.__wbg_getBindGroupLayout_06526a0d3d5b4c6a = function(arg0, arg1) {
1158
- const ret = arg0.getBindGroupLayout(arg1 >>> 0);
1159
- return ret;
1160
- };
1161
- imports.wbg.__wbg_getBindGroupLayout_0f99651172cbcabf = function(arg0, arg1) {
1162
- const ret = arg0.getBindGroupLayout(arg1 >>> 0);
1163
- return ret;
1164
- };
1165
1139
  imports.wbg.__wbg_getBoundingClientRect_9073b0ff7574d76b = function(arg0) {
1166
1140
  const ret = arg0.getBoundingClientRect();
1167
1141
  return ret;
@@ -1174,17 +1148,17 @@ function __wbg_get_imports() {
1174
1148
  const ret = arg0.getContext(getStringFromWasm0(arg1, arg2));
1175
1149
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
1176
1150
  }, arguments) };
1177
- imports.wbg.__wbg_getCurrentTexture_f578d59f0860dcc9 = function(arg0) {
1151
+ imports.wbg.__wbg_getCurrentTexture_3c8710ca6e0019fc = function() { return handleError(function (arg0) {
1178
1152
  const ret = arg0.getCurrentTexture();
1179
1153
  return ret;
1180
- };
1181
- imports.wbg.__wbg_getMappedRange_1a67a729fca25c5c = function(arg0, arg1, arg2) {
1154
+ }, arguments) };
1155
+ imports.wbg.__wbg_getMappedRange_86d4a434bceeb7fc = function() { return handleError(function (arg0, arg1, arg2) {
1182
1156
  const ret = arg0.getMappedRange(arg1, arg2);
1183
1157
  return ret;
1184
- };
1185
- imports.wbg.__wbg_getPreferredCanvasFormat_b4306c1470f3a2be = function(arg0) {
1158
+ }, arguments) };
1159
+ imports.wbg.__wbg_getPreferredCanvasFormat_0988752050c788b0 = function(arg0) {
1186
1160
  const ret = arg0.getPreferredCanvasFormat();
1187
- return (__wbindgen_enum_GpuTextureFormat.indexOf(ret) + 1 || 95) - 1;
1161
+ return (__wbindgen_enum_GpuTextureFormat.indexOf(ret) + 1 || 96) - 1;
1188
1162
  };
1189
1163
  imports.wbg.__wbg_getRandomValues_38097e921c2494c3 = function() { return handleError(function (arg0, arg1) {
1190
1164
  globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
@@ -1224,11 +1198,11 @@ function __wbg_get_imports() {
1224
1198
  const ret = arg0[arg1];
1225
1199
  return ret;
1226
1200
  };
1227
- imports.wbg.__wbg_gpu_cd94e3ed1a24e829 = function(arg0) {
1201
+ imports.wbg.__wbg_gpu_051bdce6489ddf6a = function(arg0) {
1228
1202
  const ret = arg0.gpu;
1229
1203
  return ret;
1230
1204
  };
1231
- imports.wbg.__wbg_has_8d7562409899ab08 = function(arg0, arg1, arg2) {
1205
+ imports.wbg.__wbg_has_79b2afbf87cac46a = function(arg0, arg1, arg2) {
1232
1206
  const ret = arg0.has(getStringFromWasm0(arg1, arg2));
1233
1207
  return ret;
1234
1208
  };
@@ -1268,7 +1242,7 @@ function __wbg_get_imports() {
1268
1242
  const ret = result;
1269
1243
  return ret;
1270
1244
  };
1271
- imports.wbg.__wbg_instanceof_GpuAdapter_812393144f747a28 = function(arg0) {
1245
+ imports.wbg.__wbg_instanceof_GpuAdapter_aff4b0f95a6c1c3e = function(arg0) {
1272
1246
  let result;
1273
1247
  try {
1274
1248
  result = arg0 instanceof GPUAdapter;
@@ -1278,7 +1252,7 @@ function __wbg_get_imports() {
1278
1252
  const ret = result;
1279
1253
  return ret;
1280
1254
  };
1281
- imports.wbg.__wbg_instanceof_GpuCanvasContext_7d8c2aee896960ef = function(arg0) {
1255
+ imports.wbg.__wbg_instanceof_GpuCanvasContext_dc8dc7061b962990 = function(arg0) {
1282
1256
  let result;
1283
1257
  try {
1284
1258
  result = arg0 instanceof GPUCanvasContext;
@@ -1288,7 +1262,7 @@ function __wbg_get_imports() {
1288
1262
  const ret = result;
1289
1263
  return ret;
1290
1264
  };
1291
- imports.wbg.__wbg_instanceof_GpuOutOfMemoryError_5661073b28c982a3 = function(arg0) {
1265
+ imports.wbg.__wbg_instanceof_GpuOutOfMemoryError_c9077369f40e8df6 = function(arg0) {
1292
1266
  let result;
1293
1267
  try {
1294
1268
  result = arg0 instanceof GPUOutOfMemoryError;
@@ -1298,7 +1272,7 @@ function __wbg_get_imports() {
1298
1272
  const ret = result;
1299
1273
  return ret;
1300
1274
  };
1301
- imports.wbg.__wbg_instanceof_GpuValidationError_b2b2abc70da536b4 = function(arg0) {
1275
+ imports.wbg.__wbg_instanceof_GpuValidationError_6f92e479d86616a6 = function(arg0) {
1302
1276
  let result;
1303
1277
  try {
1304
1278
  result = arg0 instanceof GPUValidationError;
@@ -1368,16 +1342,6 @@ function __wbg_get_imports() {
1368
1342
  const ret = result;
1369
1343
  return ret;
1370
1344
  };
1371
- imports.wbg.__wbg_instanceof_Object_7f2dcef8f78644a4 = function(arg0) {
1372
- let result;
1373
- try {
1374
- result = arg0 instanceof Object;
1375
- } catch (_) {
1376
- result = false;
1377
- }
1378
- const ret = result;
1379
- return ret;
1380
- };
1381
1345
  imports.wbg.__wbg_instanceof_OffscreenCanvas_d55760945f91bf51 = function(arg0) {
1382
1346
  let result;
1383
1347
  try {
@@ -1460,7 +1424,7 @@ function __wbg_get_imports() {
1460
1424
  const ret = Symbol.iterator;
1461
1425
  return ret;
1462
1426
  };
1463
- imports.wbg.__wbg_label_ddec9d5dff390794 = function(arg0, arg1) {
1427
+ imports.wbg.__wbg_label_c3a930571192f18e = function(arg0, arg1) {
1464
1428
  const ret = arg1.label;
1465
1429
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
1466
1430
  const len1 = WASM_VECTOR_LEN;
@@ -1475,122 +1439,126 @@ function __wbg_get_imports() {
1475
1439
  const ret = arg0.length;
1476
1440
  return ret;
1477
1441
  };
1478
- imports.wbg.__wbg_limits_100c065725b263d3 = function(arg0) {
1442
+ imports.wbg.__wbg_limits_12dd06e895d48466 = function(arg0) {
1479
1443
  const ret = arg0.limits;
1480
1444
  return ret;
1481
1445
  };
1482
- imports.wbg.__wbg_limits_adf0926aa155a224 = function(arg0) {
1446
+ imports.wbg.__wbg_limits_4c117fe92a378b1a = function(arg0) {
1483
1447
  const ret = arg0.limits;
1484
1448
  return ret;
1485
1449
  };
1486
1450
  imports.wbg.__wbg_log_c222819a41e063d3 = function(arg0) {
1487
1451
  console.log(arg0);
1488
1452
  };
1489
- imports.wbg.__wbg_mapAsync_9cae92e6e45c9c69 = function(arg0, arg1, arg2, arg3) {
1453
+ imports.wbg.__wbg_mapAsync_0d9cf9d11808b275 = function(arg0, arg1, arg2, arg3) {
1490
1454
  const ret = arg0.mapAsync(arg1 >>> 0, arg2, arg3);
1491
1455
  return ret;
1492
1456
  };
1493
- imports.wbg.__wbg_maxBindGroups_6f2433803f32568b = function(arg0) {
1457
+ imports.wbg.__wbg_maxBindGroups_060f2b40f8a292b1 = function(arg0) {
1494
1458
  const ret = arg0.maxBindGroups;
1495
1459
  return ret;
1496
1460
  };
1497
- imports.wbg.__wbg_maxBindingsPerBindGroup_7663f800ee6c1c4d = function(arg0) {
1461
+ imports.wbg.__wbg_maxBindingsPerBindGroup_3e4b03bbed2da128 = function(arg0) {
1498
1462
  const ret = arg0.maxBindingsPerBindGroup;
1499
1463
  return ret;
1500
1464
  };
1501
- imports.wbg.__wbg_maxBufferSize_7c2e7941b31faeb3 = function(arg0) {
1465
+ imports.wbg.__wbg_maxBufferSize_deda0fa7852420cb = function(arg0) {
1502
1466
  const ret = arg0.maxBufferSize;
1503
1467
  return ret;
1504
1468
  };
1505
- imports.wbg.__wbg_maxComputeInvocationsPerWorkgroup_7706224e284389bb = function(arg0) {
1469
+ imports.wbg.__wbg_maxColorAttachmentBytesPerSample_4a4a0e04d76eaf2a = function(arg0) {
1470
+ const ret = arg0.maxColorAttachmentBytesPerSample;
1471
+ return ret;
1472
+ };
1473
+ imports.wbg.__wbg_maxColorAttachments_db4883eeb9e8aeae = function(arg0) {
1474
+ const ret = arg0.maxColorAttachments;
1475
+ return ret;
1476
+ };
1477
+ imports.wbg.__wbg_maxComputeInvocationsPerWorkgroup_d050c461ebc92998 = function(arg0) {
1506
1478
  const ret = arg0.maxComputeInvocationsPerWorkgroup;
1507
1479
  return ret;
1508
1480
  };
1509
- imports.wbg.__wbg_maxComputeWorkgroupSizeX_7c0caad69a9b0dd3 = function(arg0) {
1481
+ imports.wbg.__wbg_maxComputeWorkgroupSizeX_48153a1b779879ad = function(arg0) {
1510
1482
  const ret = arg0.maxComputeWorkgroupSizeX;
1511
1483
  return ret;
1512
1484
  };
1513
- imports.wbg.__wbg_maxComputeWorkgroupSizeY_add60ae79eceba95 = function(arg0) {
1485
+ imports.wbg.__wbg_maxComputeWorkgroupSizeY_7f73d3d16fdea180 = function(arg0) {
1514
1486
  const ret = arg0.maxComputeWorkgroupSizeY;
1515
1487
  return ret;
1516
1488
  };
1517
- imports.wbg.__wbg_maxComputeWorkgroupSizeZ_b0d9e8bb90139e66 = function(arg0) {
1489
+ imports.wbg.__wbg_maxComputeWorkgroupSizeZ_9fcad0f0dfcffb05 = function(arg0) {
1518
1490
  const ret = arg0.maxComputeWorkgroupSizeZ;
1519
1491
  return ret;
1520
1492
  };
1521
- imports.wbg.__wbg_maxComputeWorkgroupStorageSize_bcc6c568b706b004 = function(arg0) {
1493
+ imports.wbg.__wbg_maxComputeWorkgroupStorageSize_9fe29e00c7d166a6 = function(arg0) {
1522
1494
  const ret = arg0.maxComputeWorkgroupStorageSize;
1523
1495
  return ret;
1524
1496
  };
1525
- imports.wbg.__wbg_maxComputeWorkgroupsPerDimension_05c9e479d4805640 = function(arg0) {
1497
+ imports.wbg.__wbg_maxComputeWorkgroupsPerDimension_f8321761bc8e8feb = function(arg0) {
1526
1498
  const ret = arg0.maxComputeWorkgroupsPerDimension;
1527
1499
  return ret;
1528
1500
  };
1529
- imports.wbg.__wbg_maxDynamicStorageBuffersPerPipelineLayout_4017c7b096806162 = function(arg0) {
1501
+ imports.wbg.__wbg_maxDynamicStorageBuffersPerPipelineLayout_55e1416c376721db = function(arg0) {
1530
1502
  const ret = arg0.maxDynamicStorageBuffersPerPipelineLayout;
1531
1503
  return ret;
1532
1504
  };
1533
- imports.wbg.__wbg_maxDynamicUniformBuffersPerPipelineLayout_1d359f3196df8904 = function(arg0) {
1505
+ imports.wbg.__wbg_maxDynamicUniformBuffersPerPipelineLayout_17ff0903196c41a7 = function(arg0) {
1534
1506
  const ret = arg0.maxDynamicUniformBuffersPerPipelineLayout;
1535
1507
  return ret;
1536
1508
  };
1537
- imports.wbg.__wbg_maxInterStageShaderComponents_d0d88326cf30e5cc = function(arg0) {
1538
- const ret = arg0.maxInterStageShaderComponents;
1539
- return ret;
1540
- };
1541
- imports.wbg.__wbg_maxSampledTexturesPerShaderStage_5ad571f210127408 = function(arg0) {
1509
+ imports.wbg.__wbg_maxSampledTexturesPerShaderStage_59e5fc159e536f0d = function(arg0) {
1542
1510
  const ret = arg0.maxSampledTexturesPerShaderStage;
1543
1511
  return ret;
1544
1512
  };
1545
- imports.wbg.__wbg_maxSamplersPerShaderStage_c2ccff8d0f9ec6fd = function(arg0) {
1513
+ imports.wbg.__wbg_maxSamplersPerShaderStage_84f119909016576b = function(arg0) {
1546
1514
  const ret = arg0.maxSamplersPerShaderStage;
1547
1515
  return ret;
1548
1516
  };
1549
- imports.wbg.__wbg_maxStorageBufferBindingSize_7c16519c2edc067a = function(arg0) {
1517
+ imports.wbg.__wbg_maxStorageBufferBindingSize_f9c3b3d285375ee0 = function(arg0) {
1550
1518
  const ret = arg0.maxStorageBufferBindingSize;
1551
1519
  return ret;
1552
1520
  };
1553
- imports.wbg.__wbg_maxStorageBuffersPerShaderStage_e8eff366756ea9b4 = function(arg0) {
1521
+ imports.wbg.__wbg_maxStorageBuffersPerShaderStage_f84b702138ac86a4 = function(arg0) {
1554
1522
  const ret = arg0.maxStorageBuffersPerShaderStage;
1555
1523
  return ret;
1556
1524
  };
1557
- imports.wbg.__wbg_maxStorageTexturesPerShaderStage_4e1d793c1e5c72a2 = function(arg0) {
1525
+ imports.wbg.__wbg_maxStorageTexturesPerShaderStage_226be46cbf594437 = function(arg0) {
1558
1526
  const ret = arg0.maxStorageTexturesPerShaderStage;
1559
1527
  return ret;
1560
1528
  };
1561
- imports.wbg.__wbg_maxTextureArrayLayers_185872b43f6c8c34 = function(arg0) {
1529
+ imports.wbg.__wbg_maxTextureArrayLayers_a8bf77269db7b94e = function(arg0) {
1562
1530
  const ret = arg0.maxTextureArrayLayers;
1563
1531
  return ret;
1564
1532
  };
1565
- imports.wbg.__wbg_maxTextureDimension1D_bfa55b0304281516 = function(arg0) {
1533
+ imports.wbg.__wbg_maxTextureDimension1D_8e69ba5596959195 = function(arg0) {
1566
1534
  const ret = arg0.maxTextureDimension1D;
1567
1535
  return ret;
1568
1536
  };
1569
- imports.wbg.__wbg_maxTextureDimension2D_ffea95d029cf185b = function(arg0) {
1537
+ imports.wbg.__wbg_maxTextureDimension2D_5a7a17047785cba5 = function(arg0) {
1570
1538
  const ret = arg0.maxTextureDimension2D;
1571
1539
  return ret;
1572
1540
  };
1573
- imports.wbg.__wbg_maxTextureDimension3D_bdfbc27d985f367d = function(arg0) {
1541
+ imports.wbg.__wbg_maxTextureDimension3D_1ea793f1095d392a = function(arg0) {
1574
1542
  const ret = arg0.maxTextureDimension3D;
1575
1543
  return ret;
1576
1544
  };
1577
- imports.wbg.__wbg_maxUniformBufferBindingSize_01703051a2b68aaa = function(arg0) {
1545
+ imports.wbg.__wbg_maxUniformBufferBindingSize_4b41f90d6914a995 = function(arg0) {
1578
1546
  const ret = arg0.maxUniformBufferBindingSize;
1579
1547
  return ret;
1580
1548
  };
1581
- imports.wbg.__wbg_maxUniformBuffersPerShaderStage_9f2d18a988fa37a0 = function(arg0) {
1549
+ imports.wbg.__wbg_maxUniformBuffersPerShaderStage_c5db04bf022a0c83 = function(arg0) {
1582
1550
  const ret = arg0.maxUniformBuffersPerShaderStage;
1583
1551
  return ret;
1584
1552
  };
1585
- imports.wbg.__wbg_maxVertexAttributes_268db19855a9a8bf = function(arg0) {
1553
+ imports.wbg.__wbg_maxVertexAttributes_e94e6c887b993b6c = function(arg0) {
1586
1554
  const ret = arg0.maxVertexAttributes;
1587
1555
  return ret;
1588
1556
  };
1589
- imports.wbg.__wbg_maxVertexBufferArrayStride_cace98777fdc5a4c = function(arg0) {
1557
+ imports.wbg.__wbg_maxVertexBufferArrayStride_92c15a2c2f0faf82 = function(arg0) {
1590
1558
  const ret = arg0.maxVertexBufferArrayStride;
1591
1559
  return ret;
1592
1560
  };
1593
- imports.wbg.__wbg_maxVertexBuffers_a8169305364fd125 = function(arg0) {
1561
+ imports.wbg.__wbg_maxVertexBuffers_db05674c76ef98c9 = function(arg0) {
1594
1562
  const ret = arg0.maxVertexBuffers;
1595
1563
  return ret;
1596
1564
  };
@@ -1601,18 +1569,18 @@ function __wbg_get_imports() {
1601
1569
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
1602
1570
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
1603
1571
  };
1604
- imports.wbg.__wbg_message_d8f5eb4a85362e32 = function(arg0, arg1) {
1572
+ imports.wbg.__wbg_message_bb4702d5b877f6db = function(arg0, arg1) {
1605
1573
  const ret = arg1.message;
1606
1574
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
1607
1575
  const len1 = WASM_VECTOR_LEN;
1608
1576
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
1609
1577
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
1610
1578
  };
1611
- imports.wbg.__wbg_minStorageBufferOffsetAlignment_b9763b1a342987b2 = function(arg0) {
1579
+ imports.wbg.__wbg_minStorageBufferOffsetAlignment_2c9fb697a4aedb8b = function(arg0) {
1612
1580
  const ret = arg0.minStorageBufferOffsetAlignment;
1613
1581
  return ret;
1614
1582
  };
1615
- imports.wbg.__wbg_minUniformBufferOffsetAlignment_dc9a10adad690d13 = function(arg0) {
1583
+ imports.wbg.__wbg_minUniformBufferOffsetAlignment_6357875312bfd2f0 = function(arg0) {
1616
1584
  const ret = arg0.minUniformBufferOffsetAlignment;
1617
1585
  return ret;
1618
1586
  };
@@ -1646,7 +1614,7 @@ function __wbg_get_imports() {
1646
1614
  const a = state0.a;
1647
1615
  state0.a = 0;
1648
1616
  try {
1649
- return __wbg_adapter_616(a, state0.b, arg0, arg1);
1617
+ return __wbg_adapter_884(a, state0.b, arg0, arg1);
1650
1618
  } finally {
1651
1619
  state0.a = a;
1652
1620
  }
@@ -1756,17 +1724,10 @@ function __wbg_get_imports() {
1756
1724
  const ret = arg0.performance;
1757
1725
  return ret;
1758
1726
  };
1759
- imports.wbg.__wbg_popErrorScope_8a0d0d31c4ddc243 = function(arg0) {
1760
- const ret = arg0.popErrorScope();
1761
- return ret;
1762
- };
1763
1727
  imports.wbg.__wbg_process_dc0fbacc7c1c06f7 = function(arg0) {
1764
1728
  const ret = arg0.process;
1765
1729
  return ret;
1766
1730
  };
1767
- imports.wbg.__wbg_pushErrorScope_dc8386c8142593b6 = function(arg0, arg1) {
1768
- arg0.pushErrorScope(__wbindgen_enum_GpuErrorFilter[arg1]);
1769
- };
1770
1731
  imports.wbg.__wbg_push_737cfc8c1432c2c6 = function(arg0, arg1) {
1771
1732
  const ret = arg0.push(arg1);
1772
1733
  return ret;
@@ -1786,7 +1747,7 @@ function __wbg_get_imports() {
1786
1747
  const ret = arg0.queueMicrotask;
1787
1748
  return ret;
1788
1749
  };
1789
- imports.wbg.__wbg_queue_d083905208ed0dcd = function(arg0) {
1750
+ imports.wbg.__wbg_queue_1f589e8194b004a6 = function(arg0) {
1790
1751
  const ret = arg0.queue;
1791
1752
  return ret;
1792
1753
  };
@@ -1801,11 +1762,11 @@ function __wbg_get_imports() {
1801
1762
  const ret = arg0.read();
1802
1763
  return ret;
1803
1764
  };
1804
- imports.wbg.__wbg_requestAdapter_629f003011778ce0 = function(arg0, arg1) {
1765
+ imports.wbg.__wbg_requestAdapter_51be7e8ee7d08b87 = function(arg0, arg1) {
1805
1766
  const ret = arg0.requestAdapter(arg1);
1806
1767
  return ret;
1807
1768
  };
1808
- imports.wbg.__wbg_requestDevice_a420ce594b90ac7c = function(arg0, arg1) {
1769
+ imports.wbg.__wbg_requestDevice_338f0085866d40a2 = function(arg0, arg1) {
1809
1770
  const ret = arg0.requestDevice(arg1);
1810
1771
  return ret;
1811
1772
  };
@@ -1813,9 +1774,6 @@ function __wbg_get_imports() {
1813
1774
  const ret = module.require;
1814
1775
  return ret;
1815
1776
  }, arguments) };
1816
- imports.wbg.__wbg_resolveQuerySet_2fea0e7835fc7df1 = function(arg0, arg1, arg2, arg3, arg4, arg5) {
1817
- arg0.resolveQuerySet(arg1, arg2 >>> 0, arg3 >>> 0, arg4, arg5 >>> 0);
1818
- };
1819
1777
  imports.wbg.__wbg_resolve_4851785c9c5f573d = function(arg0) {
1820
1778
  const ret = Promise.resolve(arg0);
1821
1779
  return ret;
@@ -1838,70 +1796,43 @@ function __wbg_get_imports() {
1838
1796
  imports.wbg.__wbg_send_40a47636ff90f64d = function() { return handleError(function (arg0) {
1839
1797
  arg0.send();
1840
1798
  }, arguments) };
1841
- imports.wbg.__wbg_setBindGroup_10139726fa3dd1ea = function(arg0, arg1, arg2) {
1842
- arg0.setBindGroup(arg1 >>> 0, arg2);
1843
- };
1844
- imports.wbg.__wbg_setBindGroup_241675b4c4b8f5ee = function(arg0, arg1, arg2) {
1845
- arg0.setBindGroup(arg1 >>> 0, arg2);
1846
- };
1847
- imports.wbg.__wbg_setBindGroup_9ae27be0638391c7 = function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
1848
- arg0.setBindGroup(arg1 >>> 0, arg2, getArrayU32FromWasm0(arg3, arg4), arg5, arg6 >>> 0);
1849
- };
1850
- imports.wbg.__wbg_setBindGroup_a539eeaa822b1981 = function(arg0, arg1, arg2) {
1851
- arg0.setBindGroup(arg1 >>> 0, arg2);
1852
- };
1853
- imports.wbg.__wbg_setBindGroup_db89ccc18c604dc2 = function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
1799
+ imports.wbg.__wbg_setBindGroup_306b5f43159153da = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
1854
1800
  arg0.setBindGroup(arg1 >>> 0, arg2, getArrayU32FromWasm0(arg3, arg4), arg5, arg6 >>> 0);
1855
- };
1856
- imports.wbg.__wbg_setBindGroup_eea1f72247b40846 = function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
1801
+ }, arguments) };
1802
+ imports.wbg.__wbg_setBindGroup_43392eaf8ea524fa = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
1857
1803
  arg0.setBindGroup(arg1 >>> 0, arg2, getArrayU32FromWasm0(arg3, arg4), arg5, arg6 >>> 0);
1804
+ }, arguments) };
1805
+ imports.wbg.__wbg_setBindGroup_b90f6f79c7be4f96 = function(arg0, arg1, arg2) {
1806
+ arg0.setBindGroup(arg1 >>> 0, arg2);
1858
1807
  };
1859
- imports.wbg.__wbg_setBlendConstant_898c0ee36fd7f3d6 = function(arg0, arg1) {
1860
- arg0.setBlendConstant(arg1);
1861
- };
1862
- imports.wbg.__wbg_setIndexBuffer_02484628e4be6ccf = function(arg0, arg1, arg2, arg3) {
1863
- arg0.setIndexBuffer(arg1, __wbindgen_enum_GpuIndexFormat[arg2], arg3);
1808
+ imports.wbg.__wbg_setBindGroup_d3cd0c65d5718e66 = function(arg0, arg1, arg2) {
1809
+ arg0.setBindGroup(arg1 >>> 0, arg2);
1864
1810
  };
1865
- imports.wbg.__wbg_setIndexBuffer_4179c9df498ed24f = function(arg0, arg1, arg2, arg3, arg4) {
1811
+ imports.wbg.__wbg_setIndexBuffer_30e80db5e2d70b3f = function(arg0, arg1, arg2, arg3, arg4) {
1866
1812
  arg0.setIndexBuffer(arg1, __wbindgen_enum_GpuIndexFormat[arg2], arg3, arg4);
1867
1813
  };
1868
- imports.wbg.__wbg_setIndexBuffer_6241c40136dfd59c = function(arg0, arg1, arg2, arg3) {
1814
+ imports.wbg.__wbg_setIndexBuffer_cf65b9a3b9ae2921 = function(arg0, arg1, arg2, arg3) {
1869
1815
  arg0.setIndexBuffer(arg1, __wbindgen_enum_GpuIndexFormat[arg2], arg3);
1870
1816
  };
1871
- imports.wbg.__wbg_setIndexBuffer_cac1cc97b362a161 = function(arg0, arg1, arg2, arg3, arg4) {
1872
- arg0.setIndexBuffer(arg1, __wbindgen_enum_GpuIndexFormat[arg2], arg3, arg4);
1873
- };
1874
- imports.wbg.__wbg_setPipeline_065423750bbc2601 = function(arg0, arg1) {
1817
+ imports.wbg.__wbg_setPipeline_e7c896fa93c7f292 = function(arg0, arg1) {
1875
1818
  arg0.setPipeline(arg1);
1876
1819
  };
1877
- imports.wbg.__wbg_setPipeline_73d2200820a1b6d7 = function(arg0, arg1) {
1878
- arg0.setPipeline(arg1);
1879
- };
1880
- imports.wbg.__wbg_setPipeline_c41eba60986fbffb = function(arg0, arg1) {
1820
+ imports.wbg.__wbg_setPipeline_f44bbc63b7455235 = function(arg0, arg1) {
1881
1821
  arg0.setPipeline(arg1);
1882
1822
  };
1883
1823
  imports.wbg.__wbg_setRequestHeader_51d371ad5196f6ef = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
1884
1824
  arg0.setRequestHeader(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
1885
1825
  }, arguments) };
1886
- imports.wbg.__wbg_setScissorRect_7ad09034bda2ad64 = function(arg0, arg1, arg2, arg3, arg4) {
1826
+ imports.wbg.__wbg_setScissorRect_b3ae2865d79457e5 = function(arg0, arg1, arg2, arg3, arg4) {
1887
1827
  arg0.setScissorRect(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
1888
1828
  };
1889
- imports.wbg.__wbg_setStencilReference_2d44258a2b1549df = function(arg0, arg1) {
1890
- arg0.setStencilReference(arg1 >>> 0);
1891
- };
1892
- imports.wbg.__wbg_setVertexBuffer_086ad8f1d3a3528b = function(arg0, arg1, arg2, arg3) {
1893
- arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3);
1894
- };
1895
- imports.wbg.__wbg_setVertexBuffer_130b7f747b752e5d = function(arg0, arg1, arg2, arg3, arg4) {
1896
- arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3, arg4);
1897
- };
1898
- imports.wbg.__wbg_setVertexBuffer_1a126bb7aa133940 = function(arg0, arg1, arg2, arg3, arg4) {
1829
+ imports.wbg.__wbg_setVertexBuffer_5e5ec203042c0564 = function(arg0, arg1, arg2, arg3, arg4) {
1899
1830
  arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3, arg4);
1900
1831
  };
1901
- imports.wbg.__wbg_setVertexBuffer_56163ae020ef8343 = function(arg0, arg1, arg2, arg3) {
1832
+ imports.wbg.__wbg_setVertexBuffer_950908f301fc83b4 = function(arg0, arg1, arg2, arg3) {
1902
1833
  arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3);
1903
1834
  };
1904
- imports.wbg.__wbg_setViewport_0c26f0a54b53d7e3 = function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
1835
+ imports.wbg.__wbg_setViewport_7969bb1aebd9c210 = function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
1905
1836
  arg0.setViewport(arg1, arg2, arg3, arg4, arg5, arg6);
1906
1837
  };
1907
1838
  imports.wbg.__wbg_set_37837023f3d740e8 = function(arg0, arg1, arg2) {
@@ -1921,37 +1852,550 @@ function __wbg_get_imports() {
1921
1852
  const ret = Reflect.set(arg0, arg1, arg2);
1922
1853
  return ret;
1923
1854
  }, arguments) };
1855
+ imports.wbg.__wbg_seta_6ca4b80abcaa9bb0 = function(arg0, arg1) {
1856
+ arg0.a = arg1;
1857
+ };
1858
+ imports.wbg.__wbg_setaccess_c17e0a436ed1d78e = function(arg0, arg1) {
1859
+ arg0.access = __wbindgen_enum_GpuStorageTextureAccess[arg1];
1860
+ };
1861
+ imports.wbg.__wbg_setaddressmodeu_9a2648489304b6c3 = function(arg0, arg1) {
1862
+ arg0.addressModeU = __wbindgen_enum_GpuAddressMode[arg1];
1863
+ };
1864
+ imports.wbg.__wbg_setaddressmodev_911f607ff1319cf6 = function(arg0, arg1) {
1865
+ arg0.addressModeV = __wbindgen_enum_GpuAddressMode[arg1];
1866
+ };
1867
+ imports.wbg.__wbg_setaddressmodew_b7c68665b89d5500 = function(arg0, arg1) {
1868
+ arg0.addressModeW = __wbindgen_enum_GpuAddressMode[arg1];
1869
+ };
1870
+ imports.wbg.__wbg_setalpha_eb6e37beb08f6a6a = function(arg0, arg1) {
1871
+ arg0.alpha = arg1;
1872
+ };
1873
+ imports.wbg.__wbg_setalphamode_2a9be051489d8bbd = function(arg0, arg1) {
1874
+ arg0.alphaMode = __wbindgen_enum_GpuCanvasAlphaMode[arg1];
1875
+ };
1876
+ imports.wbg.__wbg_setalphatocoverageenabled_1f594c6ef9ae4caa = function(arg0, arg1) {
1877
+ arg0.alphaToCoverageEnabled = arg1 !== 0;
1878
+ };
1879
+ imports.wbg.__wbg_setarraylayercount_93d58eca9387b84c = function(arg0, arg1) {
1880
+ arg0.arrayLayerCount = arg1 >>> 0;
1881
+ };
1882
+ imports.wbg.__wbg_setarraystride_5ace211a6c31af55 = function(arg0, arg1) {
1883
+ arg0.arrayStride = arg1;
1884
+ };
1885
+ imports.wbg.__wbg_setaspect_e3aa9cad44e6338f = function(arg0, arg1) {
1886
+ arg0.aspect = __wbindgen_enum_GpuTextureAspect[arg1];
1887
+ };
1888
+ imports.wbg.__wbg_setattributes_8cfe8a349778ff6d = function(arg0, arg1) {
1889
+ arg0.attributes = arg1;
1890
+ };
1891
+ imports.wbg.__wbg_setb_52915cc78721cadb = function(arg0, arg1) {
1892
+ arg0.b = arg1;
1893
+ };
1894
+ imports.wbg.__wbg_setbasearraylayer_798dcd012d28aafd = function(arg0, arg1) {
1895
+ arg0.baseArrayLayer = arg1 >>> 0;
1896
+ };
1897
+ imports.wbg.__wbg_setbasemiplevel_ff05f0742029fbd7 = function(arg0, arg1) {
1898
+ arg0.baseMipLevel = arg1 >>> 0;
1899
+ };
1900
+ imports.wbg.__wbg_setbeginningofpasswriteindex_90fab5f12cddf335 = function(arg0, arg1) {
1901
+ arg0.beginningOfPassWriteIndex = arg1 >>> 0;
1902
+ };
1903
+ imports.wbg.__wbg_setbeginningofpasswriteindex_ad07a73147217513 = function(arg0, arg1) {
1904
+ arg0.beginningOfPassWriteIndex = arg1 >>> 0;
1905
+ };
1906
+ imports.wbg.__wbg_setbindgrouplayouts_9eff5e187a1db39e = function(arg0, arg1) {
1907
+ arg0.bindGroupLayouts = arg1;
1908
+ };
1909
+ imports.wbg.__wbg_setbinding_3ada8a83c514d419 = function(arg0, arg1) {
1910
+ arg0.binding = arg1 >>> 0;
1911
+ };
1912
+ imports.wbg.__wbg_setbinding_9a389db987313ca9 = function(arg0, arg1) {
1913
+ arg0.binding = arg1 >>> 0;
1914
+ };
1915
+ imports.wbg.__wbg_setblend_15fcdb6fca391aa3 = function(arg0, arg1) {
1916
+ arg0.blend = arg1;
1917
+ };
1918
+ imports.wbg.__wbg_setbuffer_1fbf10c9c273bb39 = function(arg0, arg1) {
1919
+ arg0.buffer = arg1;
1920
+ };
1921
+ imports.wbg.__wbg_setbuffer_581ee8422928bd0d = function(arg0, arg1) {
1922
+ arg0.buffer = arg1;
1923
+ };
1924
+ imports.wbg.__wbg_setbuffer_ac25c198252221bd = function(arg0, arg1) {
1925
+ arg0.buffer = arg1;
1926
+ };
1927
+ imports.wbg.__wbg_setbuffers_4515e14c72e1bc45 = function(arg0, arg1) {
1928
+ arg0.buffers = arg1;
1929
+ };
1930
+ imports.wbg.__wbg_setbytesperrow_4c52e94a64f7b18a = function(arg0, arg1) {
1931
+ arg0.bytesPerRow = arg1 >>> 0;
1932
+ };
1933
+ imports.wbg.__wbg_setbytesperrow_dada68f168446660 = function(arg0, arg1) {
1934
+ arg0.bytesPerRow = arg1 >>> 0;
1935
+ };
1936
+ imports.wbg.__wbg_setclearvalue_9fd25161e3ff7358 = function(arg0, arg1) {
1937
+ arg0.clearValue = arg1;
1938
+ };
1939
+ imports.wbg.__wbg_setcode_1d146372551ab97f = function(arg0, arg1, arg2) {
1940
+ arg0.code = getStringFromWasm0(arg1, arg2);
1941
+ };
1942
+ imports.wbg.__wbg_setcolor_63a788c8828014d8 = function(arg0, arg1) {
1943
+ arg0.color = arg1;
1944
+ };
1945
+ imports.wbg.__wbg_setcolorattachments_b56ec268556eb0af = function(arg0, arg1) {
1946
+ arg0.colorAttachments = arg1;
1947
+ };
1948
+ imports.wbg.__wbg_setcompare_986db63daac4c337 = function(arg0, arg1) {
1949
+ arg0.compare = __wbindgen_enum_GpuCompareFunction[arg1];
1950
+ };
1951
+ imports.wbg.__wbg_setcompare_b6bd133fd1c7206a = function(arg0, arg1) {
1952
+ arg0.compare = __wbindgen_enum_GpuCompareFunction[arg1];
1953
+ };
1954
+ imports.wbg.__wbg_setcompute_edb2d4dd43759577 = function(arg0, arg1) {
1955
+ arg0.compute = arg1;
1956
+ };
1957
+ imports.wbg.__wbg_setcount_6b3574238f446a02 = function(arg0, arg1) {
1958
+ arg0.count = arg1 >>> 0;
1959
+ };
1960
+ imports.wbg.__wbg_setcullmode_f1cc439f208cf7d2 = function(arg0, arg1) {
1961
+ arg0.cullMode = __wbindgen_enum_GpuCullMode[arg1];
1962
+ };
1963
+ imports.wbg.__wbg_setdepthbias_0c225de07a2372b1 = function(arg0, arg1) {
1964
+ arg0.depthBias = arg1;
1965
+ };
1966
+ imports.wbg.__wbg_setdepthbiasclamp_bd34181bc74b8a65 = function(arg0, arg1) {
1967
+ arg0.depthBiasClamp = arg1;
1968
+ };
1969
+ imports.wbg.__wbg_setdepthbiasslopescale_d43ddce65f19c9be = function(arg0, arg1) {
1970
+ arg0.depthBiasSlopeScale = arg1;
1971
+ };
1972
+ imports.wbg.__wbg_setdepthclearvalue_eb76fedd34b20053 = function(arg0, arg1) {
1973
+ arg0.depthClearValue = arg1;
1974
+ };
1975
+ imports.wbg.__wbg_setdepthcompare_491947ed2f6065b9 = function(arg0, arg1) {
1976
+ arg0.depthCompare = __wbindgen_enum_GpuCompareFunction[arg1];
1977
+ };
1978
+ imports.wbg.__wbg_setdepthfailop_4983b01413b9f743 = function(arg0, arg1) {
1979
+ arg0.depthFailOp = __wbindgen_enum_GpuStencilOperation[arg1];
1980
+ };
1981
+ imports.wbg.__wbg_setdepthloadop_c7deb718c4129a2c = function(arg0, arg1) {
1982
+ arg0.depthLoadOp = __wbindgen_enum_GpuLoadOp[arg1];
1983
+ };
1984
+ imports.wbg.__wbg_setdepthorarraylayers_5686e74657700bc2 = function(arg0, arg1) {
1985
+ arg0.depthOrArrayLayers = arg1 >>> 0;
1986
+ };
1987
+ imports.wbg.__wbg_setdepthreadonly_18602250b14fa638 = function(arg0, arg1) {
1988
+ arg0.depthReadOnly = arg1 !== 0;
1989
+ };
1990
+ imports.wbg.__wbg_setdepthstencil_e6069a8b511d1004 = function(arg0, arg1) {
1991
+ arg0.depthStencil = arg1;
1992
+ };
1993
+ imports.wbg.__wbg_setdepthstencilattachment_90d13c414095197d = function(arg0, arg1) {
1994
+ arg0.depthStencilAttachment = arg1;
1995
+ };
1996
+ imports.wbg.__wbg_setdepthstoreop_55f84f2f9039c453 = function(arg0, arg1) {
1997
+ arg0.depthStoreOp = __wbindgen_enum_GpuStoreOp[arg1];
1998
+ };
1999
+ imports.wbg.__wbg_setdepthwriteenabled_e419ffe553654371 = function(arg0, arg1) {
2000
+ arg0.depthWriteEnabled = arg1 !== 0;
2001
+ };
2002
+ imports.wbg.__wbg_setdevice_91facdf766d51abf = function(arg0, arg1) {
2003
+ arg0.device = arg1;
2004
+ };
2005
+ imports.wbg.__wbg_setdimension_47ad758bb7805028 = function(arg0, arg1) {
2006
+ arg0.dimension = __wbindgen_enum_GpuTextureViewDimension[arg1];
2007
+ };
2008
+ imports.wbg.__wbg_setdimension_500c3bec57e8ac12 = function(arg0, arg1) {
2009
+ arg0.dimension = __wbindgen_enum_GpuTextureDimension[arg1];
2010
+ };
2011
+ imports.wbg.__wbg_setdstfactor_abdf4d85b8f742b5 = function(arg0, arg1) {
2012
+ arg0.dstFactor = __wbindgen_enum_GpuBlendFactor[arg1];
2013
+ };
2014
+ imports.wbg.__wbg_setendofpasswriteindex_82a42f6ec7d55754 = function(arg0, arg1) {
2015
+ arg0.endOfPassWriteIndex = arg1 >>> 0;
2016
+ };
2017
+ imports.wbg.__wbg_setendofpasswriteindex_bd98b6c885176c21 = function(arg0, arg1) {
2018
+ arg0.endOfPassWriteIndex = arg1 >>> 0;
2019
+ };
2020
+ imports.wbg.__wbg_setentries_136baaaafb25087f = function(arg0, arg1) {
2021
+ arg0.entries = arg1;
2022
+ };
2023
+ imports.wbg.__wbg_setentries_7c41d594195ebe78 = function(arg0, arg1) {
2024
+ arg0.entries = arg1;
2025
+ };
2026
+ imports.wbg.__wbg_setentrypoint_6f3d3792022065f4 = function(arg0, arg1, arg2) {
2027
+ arg0.entryPoint = getStringFromWasm0(arg1, arg2);
2028
+ };
2029
+ imports.wbg.__wbg_setentrypoint_913e091cc9a07667 = function(arg0, arg1, arg2) {
2030
+ arg0.entryPoint = getStringFromWasm0(arg1, arg2);
2031
+ };
2032
+ imports.wbg.__wbg_setentrypoint_96944272d50efb55 = function(arg0, arg1, arg2) {
2033
+ arg0.entryPoint = getStringFromWasm0(arg1, arg2);
2034
+ };
2035
+ imports.wbg.__wbg_setfailop_fd94b46d0cd7c4f2 = function(arg0, arg1) {
2036
+ arg0.failOp = __wbindgen_enum_GpuStencilOperation[arg1];
2037
+ };
2038
+ imports.wbg.__wbg_setformat_29126ee763612515 = function(arg0, arg1) {
2039
+ arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
2040
+ };
2041
+ imports.wbg.__wbg_setformat_450c4be578985cb4 = function(arg0, arg1) {
2042
+ arg0.format = __wbindgen_enum_GpuVertexFormat[arg1];
2043
+ };
2044
+ imports.wbg.__wbg_setformat_582f639b8a79115c = function(arg0, arg1) {
2045
+ arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
2046
+ };
2047
+ imports.wbg.__wbg_setformat_6ac892268eeef402 = function(arg0, arg1) {
2048
+ arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
2049
+ };
2050
+ imports.wbg.__wbg_setformat_a622a57e42ae23e4 = function(arg0, arg1) {
2051
+ arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
2052
+ };
2053
+ imports.wbg.__wbg_setformat_bdfc7be2aa989382 = function(arg0, arg1) {
2054
+ arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
2055
+ };
2056
+ imports.wbg.__wbg_setformat_c3ba1e26468014ae = function(arg0, arg1) {
2057
+ arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
2058
+ };
2059
+ imports.wbg.__wbg_setfragment_84f03cfa83c432b2 = function(arg0, arg1) {
2060
+ arg0.fragment = arg1;
2061
+ };
2062
+ imports.wbg.__wbg_setfrontface_1c87b2e21f85a97f = function(arg0, arg1) {
2063
+ arg0.frontFace = __wbindgen_enum_GpuFrontFace[arg1];
2064
+ };
2065
+ imports.wbg.__wbg_setg_b94c63958617b86c = function(arg0, arg1) {
2066
+ arg0.g = arg1;
2067
+ };
2068
+ imports.wbg.__wbg_sethasdynamicoffset_9dc29179158975e4 = function(arg0, arg1) {
2069
+ arg0.hasDynamicOffset = arg1 !== 0;
2070
+ };
2071
+ imports.wbg.__wbg_setheight_080fa3e226a83750 = function(arg0, arg1) {
2072
+ arg0.height = arg1 >>> 0;
2073
+ };
1924
2074
  imports.wbg.__wbg_setheight_433680330c9420c3 = function(arg0, arg1) {
1925
2075
  arg0.height = arg1 >>> 0;
1926
2076
  };
1927
2077
  imports.wbg.__wbg_setheight_da683a33fa99843c = function(arg0, arg1) {
1928
2078
  arg0.height = arg1 >>> 0;
1929
2079
  };
2080
+ imports.wbg.__wbg_setlabel_034d85243342ac5c = function(arg0, arg1, arg2) {
2081
+ arg0.label = getStringFromWasm0(arg1, arg2);
2082
+ };
2083
+ imports.wbg.__wbg_setlabel_1e2e0069cbf2bd78 = function(arg0, arg1, arg2) {
2084
+ arg0.label = getStringFromWasm0(arg1, arg2);
2085
+ };
2086
+ imports.wbg.__wbg_setlabel_21544401e31cd317 = function(arg0, arg1, arg2) {
2087
+ arg0.label = getStringFromWasm0(arg1, arg2);
2088
+ };
2089
+ imports.wbg.__wbg_setlabel_2312a64e22934a2b = function(arg0, arg1, arg2) {
2090
+ arg0.label = getStringFromWasm0(arg1, arg2);
2091
+ };
2092
+ imports.wbg.__wbg_setlabel_2ed86217d97ea3d5 = function(arg0, arg1, arg2) {
2093
+ arg0.label = getStringFromWasm0(arg1, arg2);
2094
+ };
2095
+ imports.wbg.__wbg_setlabel_3f988ca8291e319f = function(arg0, arg1, arg2) {
2096
+ arg0.label = getStringFromWasm0(arg1, arg2);
2097
+ };
2098
+ imports.wbg.__wbg_setlabel_4e4cb7e7f8cc2b59 = function(arg0, arg1, arg2) {
2099
+ arg0.label = getStringFromWasm0(arg1, arg2);
2100
+ };
2101
+ imports.wbg.__wbg_setlabel_73d706a16d13a23c = function(arg0, arg1, arg2) {
2102
+ arg0.label = getStringFromWasm0(arg1, arg2);
2103
+ };
2104
+ imports.wbg.__wbg_setlabel_81dd67dee9cd4287 = function(arg0, arg1, arg2) {
2105
+ arg0.label = getStringFromWasm0(arg1, arg2);
2106
+ };
2107
+ imports.wbg.__wbg_setlabel_8f9ebe053f8da7a0 = function(arg0, arg1, arg2) {
2108
+ arg0.label = getStringFromWasm0(arg1, arg2);
2109
+ };
2110
+ imports.wbg.__wbg_setlabel_a96e4bdaec7882ee = function(arg0, arg1, arg2) {
2111
+ arg0.label = getStringFromWasm0(arg1, arg2);
2112
+ };
2113
+ imports.wbg.__wbg_setlabel_bfbd23fc748f8f94 = function(arg0, arg1, arg2) {
2114
+ arg0.label = getStringFromWasm0(arg1, arg2);
2115
+ };
2116
+ imports.wbg.__wbg_setlabel_d400966bd7759b26 = function(arg0, arg1, arg2) {
2117
+ arg0.label = getStringFromWasm0(arg1, arg2);
2118
+ };
2119
+ imports.wbg.__wbg_setlabel_e1499888d936ca3f = function(arg0, arg1, arg2) {
2120
+ arg0.label = getStringFromWasm0(arg1, arg2);
2121
+ };
2122
+ imports.wbg.__wbg_setlabel_ecb2c1eab1d46433 = function(arg0, arg1, arg2) {
2123
+ arg0.label = getStringFromWasm0(arg1, arg2);
2124
+ };
2125
+ imports.wbg.__wbg_setlayout_0770a97fe3411616 = function(arg0, arg1) {
2126
+ arg0.layout = arg1;
2127
+ };
2128
+ imports.wbg.__wbg_setlayout_0e88cce0b3d76c31 = function(arg0, arg1) {
2129
+ arg0.layout = arg1;
2130
+ };
2131
+ imports.wbg.__wbg_setlayout_640caab7a290275b = function(arg0, arg1) {
2132
+ arg0.layout = arg1;
2133
+ };
2134
+ imports.wbg.__wbg_setloadop_6725bf0c5b509ae7 = function(arg0, arg1) {
2135
+ arg0.loadOp = __wbindgen_enum_GpuLoadOp[arg1];
2136
+ };
2137
+ imports.wbg.__wbg_setlodmaxclamp_3a51dd81fde72c8d = function(arg0, arg1) {
2138
+ arg0.lodMaxClamp = arg1;
2139
+ };
2140
+ imports.wbg.__wbg_setlodminclamp_f48943c1f01e12f9 = function(arg0, arg1) {
2141
+ arg0.lodMinClamp = arg1;
2142
+ };
2143
+ imports.wbg.__wbg_setmagfilter_5794fd33d3902192 = function(arg0, arg1) {
2144
+ arg0.magFilter = __wbindgen_enum_GpuFilterMode[arg1];
2145
+ };
2146
+ imports.wbg.__wbg_setmappedatcreation_e0c884a30f64323b = function(arg0, arg1) {
2147
+ arg0.mappedAtCreation = arg1 !== 0;
2148
+ };
2149
+ imports.wbg.__wbg_setmask_9094d3e3f6f3a7dc = function(arg0, arg1) {
2150
+ arg0.mask = arg1 >>> 0;
2151
+ };
2152
+ imports.wbg.__wbg_setmaxanisotropy_1377b74addad8758 = function(arg0, arg1) {
2153
+ arg0.maxAnisotropy = arg1;
2154
+ };
2155
+ imports.wbg.__wbg_setminbindingsize_4a9f4d0d9ee579af = function(arg0, arg1) {
2156
+ arg0.minBindingSize = arg1;
2157
+ };
2158
+ imports.wbg.__wbg_setminfilter_32dc39202a18cd7b = function(arg0, arg1) {
2159
+ arg0.minFilter = __wbindgen_enum_GpuFilterMode[arg1];
2160
+ };
2161
+ imports.wbg.__wbg_setmiplevel_992f82e991b163b8 = function(arg0, arg1) {
2162
+ arg0.mipLevel = arg1 >>> 0;
2163
+ };
2164
+ imports.wbg.__wbg_setmiplevelcount_1d13855f7726190c = function(arg0, arg1) {
2165
+ arg0.mipLevelCount = arg1 >>> 0;
2166
+ };
2167
+ imports.wbg.__wbg_setmiplevelcount_a5a0102e4248e5bb = function(arg0, arg1) {
2168
+ arg0.mipLevelCount = arg1 >>> 0;
2169
+ };
2170
+ imports.wbg.__wbg_setmipmapfilter_00493c30d94b571e = function(arg0, arg1) {
2171
+ arg0.mipmapFilter = __wbindgen_enum_GpuMipmapFilterMode[arg1];
2172
+ };
2173
+ imports.wbg.__wbg_setmodule_3b5d2caf4d494fba = function(arg0, arg1) {
2174
+ arg0.module = arg1;
2175
+ };
2176
+ imports.wbg.__wbg_setmodule_882651860e912779 = function(arg0, arg1) {
2177
+ arg0.module = arg1;
2178
+ };
2179
+ imports.wbg.__wbg_setmodule_b46c4a937ee89c3b = function(arg0, arg1) {
2180
+ arg0.module = arg1;
2181
+ };
2182
+ imports.wbg.__wbg_setmultisample_0a38af2e310bacc6 = function(arg0, arg1) {
2183
+ arg0.multisample = arg1;
2184
+ };
2185
+ imports.wbg.__wbg_setmultisampled_f2de771b3ad62ff3 = function(arg0, arg1) {
2186
+ arg0.multisampled = arg1 !== 0;
2187
+ };
2188
+ imports.wbg.__wbg_setoffset_2f662a67531a826b = function(arg0, arg1) {
2189
+ arg0.offset = arg1;
2190
+ };
2191
+ imports.wbg.__wbg_setoffset_31c0a660f535c545 = function(arg0, arg1) {
2192
+ arg0.offset = arg1;
2193
+ };
2194
+ imports.wbg.__wbg_setoffset_3eb0797dcc9c9464 = function(arg0, arg1) {
2195
+ arg0.offset = arg1;
2196
+ };
2197
+ imports.wbg.__wbg_setoffset_a675629849c5f3b4 = function(arg0, arg1) {
2198
+ arg0.offset = arg1;
2199
+ };
1930
2200
  imports.wbg.__wbg_setonerror_d7e3056cc6e56085 = function(arg0, arg1) {
1931
2201
  arg0.onerror = arg1;
1932
2202
  };
1933
2203
  imports.wbg.__wbg_setonsuccess_afa464ee777a396d = function(arg0, arg1) {
1934
2204
  arg0.onsuccess = arg1;
1935
2205
  };
1936
- imports.wbg.__wbg_setonuncapturederror_daf12032b2ca712a = function(arg0, arg1) {
2206
+ imports.wbg.__wbg_setonuncapturederror_d9ff108b09bfe410 = function(arg0, arg1) {
1937
2207
  arg0.onuncapturederror = arg1;
1938
2208
  };
1939
2209
  imports.wbg.__wbg_setonupgradeneeded_fcf7ce4f2eb0cb5f = function(arg0, arg1) {
1940
2210
  arg0.onupgradeneeded = arg1;
1941
2211
  };
2212
+ imports.wbg.__wbg_setoperation_879618283d591339 = function(arg0, arg1) {
2213
+ arg0.operation = __wbindgen_enum_GpuBlendOperation[arg1];
2214
+ };
2215
+ imports.wbg.__wbg_setorigin_11de57058b4d23fb = function(arg0, arg1) {
2216
+ arg0.origin = arg1;
2217
+ };
2218
+ imports.wbg.__wbg_setpassop_238c7cbc20505ae9 = function(arg0, arg1) {
2219
+ arg0.passOp = __wbindgen_enum_GpuStencilOperation[arg1];
2220
+ };
2221
+ imports.wbg.__wbg_setpowerpreference_f4cead100f48bab0 = function(arg0, arg1) {
2222
+ arg0.powerPreference = __wbindgen_enum_GpuPowerPreference[arg1];
2223
+ };
2224
+ imports.wbg.__wbg_setprimitive_01150af3e98fb372 = function(arg0, arg1) {
2225
+ arg0.primitive = arg1;
2226
+ };
2227
+ imports.wbg.__wbg_setqueryset_8441106911a3af36 = function(arg0, arg1) {
2228
+ arg0.querySet = arg1;
2229
+ };
2230
+ imports.wbg.__wbg_setqueryset_9921033bb33d882c = function(arg0, arg1) {
2231
+ arg0.querySet = arg1;
2232
+ };
2233
+ imports.wbg.__wbg_setr_08c1678b22216ee0 = function(arg0, arg1) {
2234
+ arg0.r = arg1;
2235
+ };
2236
+ imports.wbg.__wbg_setrequiredfeatures_e9ee2e22feba0db3 = function(arg0, arg1) {
2237
+ arg0.requiredFeatures = arg1;
2238
+ };
2239
+ imports.wbg.__wbg_setresolvetarget_d00e2ef5a7388503 = function(arg0, arg1) {
2240
+ arg0.resolveTarget = arg1;
2241
+ };
2242
+ imports.wbg.__wbg_setresource_5a4cc69a127b394e = function(arg0, arg1) {
2243
+ arg0.resource = arg1;
2244
+ };
1942
2245
  imports.wbg.__wbg_setresponseType_4267195f737262d5 = function(arg0, arg1) {
1943
2246
  arg0.responseType = __wbindgen_enum_XmlHttpRequestResponseType[arg1];
1944
2247
  };
2248
+ imports.wbg.__wbg_setrowsperimage_678794ed5e8f43cd = function(arg0, arg1) {
2249
+ arg0.rowsPerImage = arg1 >>> 0;
2250
+ };
2251
+ imports.wbg.__wbg_setrowsperimage_f456122723767189 = function(arg0, arg1) {
2252
+ arg0.rowsPerImage = arg1 >>> 0;
2253
+ };
2254
+ imports.wbg.__wbg_setsamplecount_c44a2a6eebe72dcc = function(arg0, arg1) {
2255
+ arg0.sampleCount = arg1 >>> 0;
2256
+ };
2257
+ imports.wbg.__wbg_setsampler_ab33334fb83c5a17 = function(arg0, arg1) {
2258
+ arg0.sampler = arg1;
2259
+ };
2260
+ imports.wbg.__wbg_setsampletype_89fd8e71274ee6c2 = function(arg0, arg1) {
2261
+ arg0.sampleType = __wbindgen_enum_GpuTextureSampleType[arg1];
2262
+ };
2263
+ imports.wbg.__wbg_setshaderlocation_b905e964144cc9ad = function(arg0, arg1) {
2264
+ arg0.shaderLocation = arg1 >>> 0;
2265
+ };
2266
+ imports.wbg.__wbg_setsize_a877ed6f434871bd = function(arg0, arg1) {
2267
+ arg0.size = arg1;
2268
+ };
2269
+ imports.wbg.__wbg_setsize_b2cab7e432ec25dc = function(arg0, arg1) {
2270
+ arg0.size = arg1;
2271
+ };
2272
+ imports.wbg.__wbg_setsize_c167af29ed0f618c = function(arg0, arg1) {
2273
+ arg0.size = arg1;
2274
+ };
2275
+ imports.wbg.__wbg_setsrcfactor_3bf35cc93f12e8c2 = function(arg0, arg1) {
2276
+ arg0.srcFactor = __wbindgen_enum_GpuBlendFactor[arg1];
2277
+ };
2278
+ imports.wbg.__wbg_setstencilback_6d0e3812c09eb489 = function(arg0, arg1) {
2279
+ arg0.stencilBack = arg1;
2280
+ };
2281
+ imports.wbg.__wbg_setstencilclearvalue_53b51b80af22b8a4 = function(arg0, arg1) {
2282
+ arg0.stencilClearValue = arg1 >>> 0;
2283
+ };
2284
+ imports.wbg.__wbg_setstencilfront_223b59e436e04d2d = function(arg0, arg1) {
2285
+ arg0.stencilFront = arg1;
2286
+ };
2287
+ imports.wbg.__wbg_setstencilloadop_d88ff17c1f14f3b3 = function(arg0, arg1) {
2288
+ arg0.stencilLoadOp = __wbindgen_enum_GpuLoadOp[arg1];
2289
+ };
2290
+ imports.wbg.__wbg_setstencilreadmask_f7b2d22f2682c8f6 = function(arg0, arg1) {
2291
+ arg0.stencilReadMask = arg1 >>> 0;
2292
+ };
2293
+ imports.wbg.__wbg_setstencilreadonly_6fba8956bae14007 = function(arg0, arg1) {
2294
+ arg0.stencilReadOnly = arg1 !== 0;
2295
+ };
2296
+ imports.wbg.__wbg_setstencilstoreop_9637a0cb039fc7bb = function(arg0, arg1) {
2297
+ arg0.stencilStoreOp = __wbindgen_enum_GpuStoreOp[arg1];
2298
+ };
2299
+ imports.wbg.__wbg_setstencilwritemask_fc2b202439c71444 = function(arg0, arg1) {
2300
+ arg0.stencilWriteMask = arg1 >>> 0;
2301
+ };
2302
+ imports.wbg.__wbg_setstepmode_953dbc499c2ea5db = function(arg0, arg1) {
2303
+ arg0.stepMode = __wbindgen_enum_GpuVertexStepMode[arg1];
2304
+ };
2305
+ imports.wbg.__wbg_setstoragetexture_0634dd6c87ac1132 = function(arg0, arg1) {
2306
+ arg0.storageTexture = arg1;
2307
+ };
2308
+ imports.wbg.__wbg_setstoreop_d6e36afb7a3bc15a = function(arg0, arg1) {
2309
+ arg0.storeOp = __wbindgen_enum_GpuStoreOp[arg1];
2310
+ };
2311
+ imports.wbg.__wbg_setstripindexformat_6813dd6e867de4f2 = function(arg0, arg1) {
2312
+ arg0.stripIndexFormat = __wbindgen_enum_GpuIndexFormat[arg1];
2313
+ };
2314
+ imports.wbg.__wbg_settargets_0ab03a33d2c15ccd = function(arg0, arg1) {
2315
+ arg0.targets = arg1;
2316
+ };
2317
+ imports.wbg.__wbg_settexture_72c4d60403590233 = function(arg0, arg1) {
2318
+ arg0.texture = arg1;
2319
+ };
2320
+ imports.wbg.__wbg_settexture_9dc3759e93cfbb84 = function(arg0, arg1) {
2321
+ arg0.texture = arg1;
2322
+ };
1945
2323
  imports.wbg.__wbg_settimeout_0354c6307cd5eae8 = function(arg0, arg1) {
1946
2324
  arg0.timeout = arg1 >>> 0;
1947
2325
  };
2326
+ imports.wbg.__wbg_settimestampwrites_736aa6c2c69ccaea = function(arg0, arg1) {
2327
+ arg0.timestampWrites = arg1;
2328
+ };
2329
+ imports.wbg.__wbg_settimestampwrites_be461aab39b4e744 = function(arg0, arg1) {
2330
+ arg0.timestampWrites = arg1;
2331
+ };
2332
+ imports.wbg.__wbg_settopology_84962f44b37e8986 = function(arg0, arg1) {
2333
+ arg0.topology = __wbindgen_enum_GpuPrimitiveTopology[arg1];
2334
+ };
2335
+ imports.wbg.__wbg_settype_4ff365ea9ad896aa = function(arg0, arg1) {
2336
+ arg0.type = __wbindgen_enum_GpuBufferBindingType[arg1];
2337
+ };
2338
+ imports.wbg.__wbg_settype_b4b2fc6fbad39aeb = function(arg0, arg1) {
2339
+ arg0.type = __wbindgen_enum_GpuSamplerBindingType[arg1];
2340
+ };
2341
+ imports.wbg.__wbg_setusage_3bf7bce356282919 = function(arg0, arg1) {
2342
+ arg0.usage = arg1 >>> 0;
2343
+ };
2344
+ imports.wbg.__wbg_setusage_48c9e7b82b575c9a = function(arg0, arg1) {
2345
+ arg0.usage = arg1 >>> 0;
2346
+ };
2347
+ imports.wbg.__wbg_setusage_a102e6844c6a65de = function(arg0, arg1) {
2348
+ arg0.usage = arg1 >>> 0;
2349
+ };
2350
+ imports.wbg.__wbg_setusage_ea5e5efc19daea09 = function(arg0, arg1) {
2351
+ arg0.usage = arg1 >>> 0;
2352
+ };
2353
+ imports.wbg.__wbg_setvertex_96327c405a801524 = function(arg0, arg1) {
2354
+ arg0.vertex = arg1;
2355
+ };
2356
+ imports.wbg.__wbg_setview_2d2806aa6c5822ca = function(arg0, arg1) {
2357
+ arg0.view = arg1;
2358
+ };
2359
+ imports.wbg.__wbg_setview_b7216eb00b7f584a = function(arg0, arg1) {
2360
+ arg0.view = arg1;
2361
+ };
2362
+ imports.wbg.__wbg_setviewdimension_c6aedf84f79e2593 = function(arg0, arg1) {
2363
+ arg0.viewDimension = __wbindgen_enum_GpuTextureViewDimension[arg1];
2364
+ };
2365
+ imports.wbg.__wbg_setviewdimension_ccb64a21a1495106 = function(arg0, arg1) {
2366
+ arg0.viewDimension = __wbindgen_enum_GpuTextureViewDimension[arg1];
2367
+ };
2368
+ imports.wbg.__wbg_setviewformats_65a3ce6335913be2 = function(arg0, arg1) {
2369
+ arg0.viewFormats = arg1;
2370
+ };
2371
+ imports.wbg.__wbg_setviewformats_d7be9eae49a0933b = function(arg0, arg1) {
2372
+ arg0.viewFormats = arg1;
2373
+ };
2374
+ imports.wbg.__wbg_setvisibility_3445d21752d17ded = function(arg0, arg1) {
2375
+ arg0.visibility = arg1 >>> 0;
2376
+ };
1948
2377
  imports.wbg.__wbg_setwidth_660ca581e3fbe279 = function(arg0, arg1) {
1949
2378
  arg0.width = arg1 >>> 0;
1950
2379
  };
1951
2380
  imports.wbg.__wbg_setwidth_c5fed9f5e7f0b406 = function(arg0, arg1) {
1952
2381
  arg0.width = arg1 >>> 0;
1953
2382
  };
1954
- imports.wbg.__wbg_size_45c769c019ee354e = function(arg0) {
2383
+ imports.wbg.__wbg_setwidth_ff3dae6ae4838a9e = function(arg0, arg1) {
2384
+ arg0.width = arg1 >>> 0;
2385
+ };
2386
+ imports.wbg.__wbg_setwritemask_b94f0c67654d5b00 = function(arg0, arg1) {
2387
+ arg0.writeMask = arg1 >>> 0;
2388
+ };
2389
+ imports.wbg.__wbg_setx_cb03e4f7e9c6b588 = function(arg0, arg1) {
2390
+ arg0.x = arg1 >>> 0;
2391
+ };
2392
+ imports.wbg.__wbg_sety_ca78b7606a8f2c0c = function(arg0, arg1) {
2393
+ arg0.y = arg1 >>> 0;
2394
+ };
2395
+ imports.wbg.__wbg_setz_5389d800d9ef03b4 = function(arg0, arg1) {
2396
+ arg0.z = arg1 >>> 0;
2397
+ };
2398
+ imports.wbg.__wbg_size_8941b2db62b81e4f = function(arg0) {
1955
2399
  const ret = arg0.size;
1956
2400
  return ret;
1957
2401
  };
@@ -1997,7 +2441,7 @@ function __wbg_get_imports() {
1997
2441
  const ret = arg0.subarray(arg1 >>> 0, arg2 >>> 0);
1998
2442
  return ret;
1999
2443
  };
2000
- imports.wbg.__wbg_submit_75592557e0c2141c = function(arg0, arg1) {
2444
+ imports.wbg.__wbg_submit_522f9e0b9d7e22fd = function(arg0, arg1) {
2001
2445
  arg0.submit(arg1);
2002
2446
  };
2003
2447
  imports.wbg.__wbg_target_0a62d9d79a2a1ede = function(arg0) {
@@ -2020,10 +2464,10 @@ function __wbg_get_imports() {
2020
2464
  const ret = arg0.transaction(getStringFromWasm0(arg1, arg2), __wbindgen_enum_IdbTransactionMode[arg3]);
2021
2465
  return ret;
2022
2466
  }, arguments) };
2023
- imports.wbg.__wbg_unmap_662f1210575affe8 = function(arg0) {
2467
+ imports.wbg.__wbg_unmap_a7fc4fb3238304a4 = function(arg0) {
2024
2468
  arg0.unmap();
2025
2469
  };
2026
- imports.wbg.__wbg_usage_000523533bad5f06 = function(arg0) {
2470
+ imports.wbg.__wbg_usage_6897a048c0133c6d = function(arg0) {
2027
2471
  const ret = arg0.usage;
2028
2472
  return ret;
2029
2473
  };
@@ -2051,15 +2495,12 @@ function __wbg_get_imports() {
2051
2495
  const ret = arg0.width;
2052
2496
  return ret;
2053
2497
  };
2054
- imports.wbg.__wbg_writeBuffer_c78696d1629b48de = function(arg0, arg1, arg2, arg3, arg4, arg5) {
2498
+ imports.wbg.__wbg_writeBuffer_b3540dd159ff60f1 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5) {
2055
2499
  arg0.writeBuffer(arg1, arg2, arg3, arg4, arg5);
2056
- };
2057
- imports.wbg.__wbg_writeTexture_91ff88a4044f669a = function(arg0, arg1, arg2, arg3, arg4) {
2500
+ }, arguments) };
2501
+ imports.wbg.__wbg_writeTexture_2f9937d7cf0d5da0 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
2058
2502
  arg0.writeTexture(arg1, arg2, arg3, arg4);
2059
- };
2060
- imports.wbg.__wbg_writeTimestamp_a8766c734d6aa8d6 = function(arg0, arg1, arg2) {
2061
- arg0.writeTimestamp(arg1, arg2 >>> 0);
2062
- };
2503
+ }, arguments) };
2063
2504
  imports.wbg.__wbindgen_as_number = function(arg0) {
2064
2505
  const ret = +arg0;
2065
2506
  return ret;
@@ -2092,16 +2533,16 @@ function __wbg_get_imports() {
2092
2533
  const ret = false;
2093
2534
  return ret;
2094
2535
  };
2095
- imports.wbg.__wbindgen_closure_wrapper27156 = function(arg0, arg1, arg2) {
2096
- const ret = makeMutClosure(arg0, arg1, 8354, __wbg_adapter_59);
2536
+ imports.wbg.__wbindgen_closure_wrapper27794 = function(arg0, arg1, arg2) {
2537
+ const ret = makeMutClosure(arg0, arg1, 8274, __wbg_adapter_59);
2097
2538
  return ret;
2098
2539
  };
2099
- imports.wbg.__wbindgen_closure_wrapper27574 = function(arg0, arg1, arg2) {
2100
- const ret = makeMutClosure(arg0, arg1, 8361, __wbg_adapter_62);
2540
+ imports.wbg.__wbindgen_closure_wrapper28170 = function(arg0, arg1, arg2) {
2541
+ const ret = makeMutClosure(arg0, arg1, 8286, __wbg_adapter_62);
2101
2542
  return ret;
2102
2543
  };
2103
- imports.wbg.__wbindgen_closure_wrapper8322 = function(arg0, arg1, arg2) {
2104
- const ret = makeMutClosure(arg0, arg1, 3034, __wbg_adapter_56);
2544
+ imports.wbg.__wbindgen_closure_wrapper8720 = function(arg0, arg1, arg2) {
2545
+ const ret = makeMutClosure(arg0, arg1, 3319, __wbg_adapter_56);
2105
2546
  return ret;
2106
2547
  };
2107
2548
  imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {