runmat 0.5.2 → 0.5.3-dev.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 (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 +13 -13
  124. package/dist/pkg-web/runmat_wasm_web.js +704 -262
  125. package/dist/pkg-web/runmat_wasm_web_bg.wasm +0 -0
  126. package/dist/pkg-web/runmat_wasm_web_bg.wasm.d.ts +12 -12
  127. package/dist/runtime/stdlib.snapshot +0 -0
  128. package/package.json +1 -1
@@ -216,14 +216,6 @@ function debugString(val) {
216
216
  // TODO we could test for more things here, like `Set`s and `Map`s.
217
217
  return className;
218
218
  }
219
- /**
220
- * @param {any} options
221
- * @returns {Promise<RunMatWasm>}
222
- */
223
- export function initRunMat(options) {
224
- const ret = wasm.initRunMat(options);
225
- return ret;
226
- }
227
219
 
228
220
  function takeFromExternrefTable0(idx) {
229
221
  const value = wasm.__wbindgen_export_4.get(idx);
@@ -509,12 +501,6 @@ export function onFigureEvent(callback) {
509
501
  }
510
502
  }
511
503
 
512
- function passArray8ToWasm0(arg, malloc) {
513
- const ptr = malloc(arg.length * 1, 1) >>> 0;
514
- getUint8ArrayMemory0().set(arg, ptr / 1);
515
- WASM_VECTOR_LEN = arg.length;
516
- return ptr;
517
- }
518
504
  /**
519
505
  * @param {any} callback
520
506
  * @returns {number}
@@ -584,27 +570,86 @@ export function unsubscribeTraceEvents(id) {
584
570
  wasm.unsubscribeTraceEvents(id);
585
571
  }
586
572
 
573
+ function passArray8ToWasm0(arg, malloc) {
574
+ const ptr = malloc(arg.length * 1, 1) >>> 0;
575
+ getUint8ArrayMemory0().set(arg, ptr / 1);
576
+ WASM_VECTOR_LEN = arg.length;
577
+ return ptr;
578
+ }
579
+ /**
580
+ * @param {any} options
581
+ * @returns {Promise<RunMatWasm>}
582
+ */
583
+ export function initRunMat(options) {
584
+ const ret = wasm.initRunMat(options);
585
+ return ret;
586
+ }
587
+
587
588
  function __wbg_adapter_56(arg0, arg1, arg2) {
588
- wasm.closure3033_externref_shim(arg0, arg1, arg2);
589
+ wasm.closure3318_externref_shim(arg0, arg1, arg2);
589
590
  }
590
591
 
591
592
  function __wbg_adapter_59(arg0, arg1, arg2) {
592
- wasm.closure8353_externref_shim(arg0, arg1, arg2);
593
+ wasm.closure8273_externref_shim(arg0, arg1, arg2);
593
594
  }
594
595
 
595
596
  function __wbg_adapter_62(arg0, arg1, arg2) {
596
- wasm.closure8360_externref_shim(arg0, arg1, arg2);
597
+ wasm.closure8285_externref_shim(arg0, arg1, arg2);
597
598
  }
598
599
 
599
- function __wbg_adapter_616(arg0, arg1, arg2, arg3) {
600
- wasm.closure8391_externref_shim(arg0, arg1, arg2, arg3);
600
+ function __wbg_adapter_884(arg0, arg1, arg2, arg3) {
601
+ wasm.closure8313_externref_shim(arg0, arg1, arg2, arg3);
601
602
  }
602
603
 
603
- const __wbindgen_enum_GpuErrorFilter = ["validation", "out-of-memory", "internal"];
604
+ const __wbindgen_enum_GpuAddressMode = ["clamp-to-edge", "repeat", "mirror-repeat"];
605
+
606
+ 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"];
607
+
608
+ const __wbindgen_enum_GpuBlendOperation = ["add", "subtract", "reverse-subtract", "min", "max"];
609
+
610
+ const __wbindgen_enum_GpuBufferBindingType = ["uniform", "storage", "read-only-storage"];
611
+
612
+ const __wbindgen_enum_GpuCanvasAlphaMode = ["opaque", "premultiplied"];
613
+
614
+ const __wbindgen_enum_GpuCompareFunction = ["never", "less", "equal", "less-equal", "greater", "not-equal", "greater-equal", "always"];
615
+
616
+ const __wbindgen_enum_GpuCullMode = ["none", "front", "back"];
617
+
618
+ const __wbindgen_enum_GpuFilterMode = ["nearest", "linear"];
619
+
620
+ const __wbindgen_enum_GpuFrontFace = ["ccw", "cw"];
604
621
 
605
622
  const __wbindgen_enum_GpuIndexFormat = ["uint16", "uint32"];
606
623
 
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"];
624
+ const __wbindgen_enum_GpuLoadOp = ["load", "clear"];
625
+
626
+ const __wbindgen_enum_GpuMipmapFilterMode = ["nearest", "linear"];
627
+
628
+ const __wbindgen_enum_GpuPowerPreference = ["low-power", "high-performance"];
629
+
630
+ const __wbindgen_enum_GpuPrimitiveTopology = ["point-list", "line-list", "line-strip", "triangle-list", "triangle-strip"];
631
+
632
+ const __wbindgen_enum_GpuSamplerBindingType = ["filtering", "non-filtering", "comparison"];
633
+
634
+ const __wbindgen_enum_GpuStencilOperation = ["keep", "zero", "replace", "invert", "increment-clamp", "decrement-clamp", "increment-wrap", "decrement-wrap"];
635
+
636
+ const __wbindgen_enum_GpuStorageTextureAccess = ["write-only", "read-only", "read-write"];
637
+
638
+ const __wbindgen_enum_GpuStoreOp = ["store", "discard"];
639
+
640
+ const __wbindgen_enum_GpuTextureAspect = ["all", "stencil-only", "depth-only"];
641
+
642
+ const __wbindgen_enum_GpuTextureDimension = ["1d", "2d", "3d"];
643
+
644
+ 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"];
645
+
646
+ const __wbindgen_enum_GpuTextureSampleType = ["float", "unfilterable-float", "depth", "sint", "uint"];
647
+
648
+ const __wbindgen_enum_GpuTextureViewDimension = ["1d", "2d", "2d-array", "cube", "cube-array", "3d"];
649
+
650
+ 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"];
651
+
652
+ const __wbindgen_enum_GpuVertexStepMode = ["vertex", "instance"];
608
653
 
609
654
  const __wbindgen_enum_IdbTransactionMode = ["readonly", "readwrite", "versionchange", "readwriteflush", "cleanup"];
610
655
 
@@ -897,11 +942,11 @@ function __wbg_get_imports() {
897
942
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
898
943
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
899
944
  };
900
- imports.wbg.__wbg_Window_09685c5b35e4318e = function(arg0) {
945
+ imports.wbg.__wbg_Window_2b9b35492d4b2d63 = function(arg0) {
901
946
  const ret = arg0.Window;
902
947
  return ret;
903
948
  };
904
- imports.wbg.__wbg_WorkerGlobalScope_86dadc234326361b = function(arg0) {
949
+ imports.wbg.__wbg_WorkerGlobalScope_b4fb13f0ba6527ab = function(arg0) {
905
950
  const ret = arg0.WorkerGlobalScope;
906
951
  return ret;
907
952
  };
@@ -909,14 +954,14 @@ function __wbg_get_imports() {
909
954
  const ret = arg0.arrayBuffer();
910
955
  return ret;
911
956
  }, arguments) };
912
- imports.wbg.__wbg_beginComputePass_1887a662b16709f1 = function(arg0, arg1) {
957
+ imports.wbg.__wbg_beginComputePass_2061bb5db1032a35 = function(arg0, arg1) {
913
958
  const ret = arg0.beginComputePass(arg1);
914
959
  return ret;
915
960
  };
916
- imports.wbg.__wbg_beginRenderPass_9179e8717d25fdb0 = function(arg0, arg1) {
961
+ imports.wbg.__wbg_beginRenderPass_f36cfdd5825e0c2e = function() { return handleError(function (arg0, arg1) {
917
962
  const ret = arg0.beginRenderPass(arg1);
918
963
  return ret;
919
- };
964
+ }, arguments) };
920
965
  imports.wbg.__wbg_body_0b8fd1fe671660df = function(arg0) {
921
966
  const ret = arg0.body;
922
967
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
@@ -945,51 +990,36 @@ function __wbg_get_imports() {
945
990
  const ret = arg0.call(arg1, arg2, arg3);
946
991
  return ret;
947
992
  }, 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) {
993
+ imports.wbg.__wbg_configure_ad5aa321838c8e3b = function() { return handleError(function (arg0, arg1) {
955
994
  arg0.configure(arg1);
956
- };
995
+ }, arguments) };
957
996
  imports.wbg.__wbg_contains_b952b06daf857803 = function(arg0, arg1, arg2) {
958
997
  const ret = arg0.contains(getStringFromWasm0(arg1, arg2));
959
998
  return ret;
960
999
  };
961
- imports.wbg.__wbg_copyBufferToBuffer_1339da3175db86a8 = function(arg0, arg1, arg2, arg3, arg4, arg5) {
1000
+ imports.wbg.__wbg_copyBufferToBuffer_e5b6f95a75ade65d = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5) {
962
1001
  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) {
1002
+ }, arguments) };
1003
+ imports.wbg.__wbg_copyTextureToBuffer_beaf38ed0c92f265 = function() { return handleError(function (arg0, arg1, arg2, arg3) {
971
1004
  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) {
1005
+ }, arguments) };
1006
+ imports.wbg.__wbg_createBindGroupLayout_b87a1f26ed22bd5d = function() { return handleError(function (arg0, arg1) {
977
1007
  const ret = arg0.createBindGroupLayout(arg1);
978
1008
  return ret;
979
- };
980
- imports.wbg.__wbg_createBindGroup_a36c90bdc3f5eb88 = function(arg0, arg1) {
1009
+ }, arguments) };
1010
+ imports.wbg.__wbg_createBindGroup_dfdadbbcf4dcae54 = function(arg0, arg1) {
981
1011
  const ret = arg0.createBindGroup(arg1);
982
1012
  return ret;
983
1013
  };
984
- imports.wbg.__wbg_createBuffer_d1ac34725e5cf041 = function(arg0, arg1) {
1014
+ imports.wbg.__wbg_createBuffer_fb1752eab5cb2a7f = function() { return handleError(function (arg0, arg1) {
985
1015
  const ret = arg0.createBuffer(arg1);
986
1016
  return ret;
987
- };
988
- imports.wbg.__wbg_createCommandEncoder_513a786f096a5637 = function(arg0, arg1) {
1017
+ }, arguments) };
1018
+ imports.wbg.__wbg_createCommandEncoder_92b1c283a0372974 = function(arg0, arg1) {
989
1019
  const ret = arg0.createCommandEncoder(arg1);
990
1020
  return ret;
991
1021
  };
992
- imports.wbg.__wbg_createComputePipeline_4bf93ff2c10c2333 = function(arg0, arg1) {
1022
+ imports.wbg.__wbg_createComputePipeline_4cdc84e4d346bd71 = function(arg0, arg1) {
993
1023
  const ret = arg0.createComputePipeline(arg1);
994
1024
  return ret;
995
1025
  };
@@ -997,55 +1027,38 @@ function __wbg_get_imports() {
997
1027
  const ret = arg0.createObjectStore(getStringFromWasm0(arg1, arg2));
998
1028
  return ret;
999
1029
  }, arguments) };
1000
- imports.wbg.__wbg_createPipelineLayout_669f14789cde7273 = function(arg0, arg1) {
1030
+ imports.wbg.__wbg_createPipelineLayout_c97169a1a177450e = function(arg0, arg1) {
1001
1031
  const ret = arg0.createPipelineLayout(arg1);
1002
1032
  return ret;
1003
1033
  };
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) {
1034
+ imports.wbg.__wbg_createRenderPipeline_ab453ccc40539bc0 = function() { return handleError(function (arg0, arg1) {
1013
1035
  const ret = arg0.createRenderPipeline(arg1);
1014
1036
  return ret;
1015
- };
1016
- imports.wbg.__wbg_createSampler_21641deec0b72234 = function(arg0, arg1) {
1037
+ }, arguments) };
1038
+ imports.wbg.__wbg_createSampler_fdf4c92b3a0a4810 = function(arg0, arg1) {
1017
1039
  const ret = arg0.createSampler(arg1);
1018
1040
  return ret;
1019
1041
  };
1020
- imports.wbg.__wbg_createShaderModule_6a4726ff8937a4fc = function(arg0, arg1) {
1042
+ imports.wbg.__wbg_createShaderModule_159013272c1b4c4c = function(arg0, arg1) {
1021
1043
  const ret = arg0.createShaderModule(arg1);
1022
1044
  return ret;
1023
1045
  };
1024
- imports.wbg.__wbg_createTexture_b4736ca67c208a7d = function(arg0, arg1) {
1046
+ imports.wbg.__wbg_createTexture_092a9cf5106b1805 = function() { return handleError(function (arg0, arg1) {
1025
1047
  const ret = arg0.createTexture(arg1);
1026
1048
  return ret;
1027
- };
1028
- imports.wbg.__wbg_createView_28f72f1fbf41c53a = function(arg0, arg1) {
1049
+ }, arguments) };
1050
+ imports.wbg.__wbg_createView_e743725c577bafe5 = function() { return handleError(function (arg0, arg1) {
1029
1051
  const ret = arg0.createView(arg1);
1030
1052
  return ret;
1031
- };
1053
+ }, arguments) };
1032
1054
  imports.wbg.__wbg_crypto_574e78ad8b13b65f = function(arg0) {
1033
1055
  const ret = arg0.crypto;
1034
1056
  return ret;
1035
1057
  };
1036
- imports.wbg.__wbg_destroy_24dc0325ca73bcdd = function(arg0) {
1058
+ imports.wbg.__wbg_destroy_4e9c163680c95621 = function(arg0) {
1037
1059
  arg0.destroy();
1038
1060
  };
1039
- imports.wbg.__wbg_destroy_35ef3fac72adebbd = function(arg0) {
1040
- arg0.destroy();
1041
- };
1042
- imports.wbg.__wbg_destroy_6ca164ec39708c30 = function(arg0) {
1043
- arg0.destroy();
1044
- };
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) {
1061
+ imports.wbg.__wbg_dispatchWorkgroups_89c6778d0518442a = function(arg0, arg1, arg2, arg3) {
1049
1062
  arg0.dispatchWorkgroups(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0);
1050
1063
  };
1051
1064
  imports.wbg.__wbg_document_d249400bd7bd996d = function(arg0) {
@@ -1056,41 +1069,26 @@ function __wbg_get_imports() {
1056
1069
  const ret = arg0.done;
1057
1070
  return ret;
1058
1071
  };
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) {
1066
- arg0.drawIndexed(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4, arg5 >>> 0);
1067
- };
1068
- imports.wbg.__wbg_drawIndexed_c122c36f03fe07a5 = function(arg0, arg1, arg2, arg3, arg4, arg5) {
1072
+ imports.wbg.__wbg_drawIndexed_bf8f6537c7ff1b95 = function(arg0, arg1, arg2, arg3, arg4, arg5) {
1069
1073
  arg0.drawIndexed(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4, arg5 >>> 0);
1070
1074
  };
1071
- imports.wbg.__wbg_drawIndirect_9aab8bee6f6f1c22 = function(arg0, arg1, arg2) {
1072
- arg0.drawIndirect(arg1, arg2);
1073
- };
1074
- imports.wbg.__wbg_drawIndirect_d531975704a856b7 = function(arg0, arg1, arg2) {
1075
+ imports.wbg.__wbg_drawIndirect_8bef8992f379d2b5 = function(arg0, arg1, arg2) {
1075
1076
  arg0.drawIndirect(arg1, arg2);
1076
1077
  };
1077
- imports.wbg.__wbg_draw_19d537d9832d985d = function(arg0, arg1, arg2, arg3, arg4) {
1078
+ imports.wbg.__wbg_draw_e8c430e7254c6215 = function(arg0, arg1, arg2, arg3, arg4) {
1078
1079
  arg0.draw(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
1079
1080
  };
1080
- imports.wbg.__wbg_draw_5beb2c11da5429ce = function(arg0, arg1, arg2, arg3, arg4) {
1081
- arg0.draw(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
1082
- };
1083
- imports.wbg.__wbg_end_2dc6d7fdcbfc2a0c = function(arg0) {
1081
+ imports.wbg.__wbg_end_56b2d6d0610f9131 = function(arg0) {
1084
1082
  arg0.end();
1085
1083
  };
1086
- imports.wbg.__wbg_end_9cc33f189e27f3fd = function(arg0) {
1084
+ imports.wbg.__wbg_end_7ad26f2083234d67 = function(arg0) {
1087
1085
  arg0.end();
1088
1086
  };
1089
1087
  imports.wbg.__wbg_entries_3265d4158b33e5dc = function(arg0) {
1090
1088
  const ret = Object.entries(arg0);
1091
1089
  return ret;
1092
1090
  };
1093
- imports.wbg.__wbg_error_15b28e2be7953dc9 = function(arg0) {
1091
+ imports.wbg.__wbg_error_142536f834546311 = function(arg0) {
1094
1092
  const ret = arg0.error;
1095
1093
  return ret;
1096
1094
  };
@@ -1112,14 +1110,7 @@ function __wbg_get_imports() {
1112
1110
  const ret = arg0.error;
1113
1111
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
1114
1112
  }, 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) {
1113
+ imports.wbg.__wbg_features_79e62ac35510384d = function(arg0) {
1123
1114
  const ret = arg0.features;
1124
1115
  return ret;
1125
1116
  };
@@ -1127,22 +1118,14 @@ function __wbg_get_imports() {
1127
1118
  const ret = arg0.fetch(getStringFromWasm0(arg1, arg2));
1128
1119
  return ret;
1129
1120
  };
1130
- imports.wbg.__wbg_finish_53e6ed746110a5e5 = function(arg0) {
1121
+ imports.wbg.__wbg_finish_ac8e8f8408208d93 = function(arg0) {
1131
1122
  const ret = arg0.finish();
1132
1123
  return ret;
1133
1124
  };
1134
- imports.wbg.__wbg_finish_566e5beaeaeefc34 = function(arg0, arg1) {
1125
+ imports.wbg.__wbg_finish_b79779da004ef346 = function(arg0, arg1) {
1135
1126
  const ret = arg0.finish(arg1);
1136
1127
  return ret;
1137
1128
  };
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
1129
  imports.wbg.__wbg_from_2a5d3e218e67aa85 = function(arg0) {
1147
1130
  const ret = Array.from(arg0);
1148
1131
  return ret;
@@ -1154,14 +1137,6 @@ function __wbg_get_imports() {
1154
1137
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
1155
1138
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
1156
1139
  }, 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
1140
  imports.wbg.__wbg_getBoundingClientRect_9073b0ff7574d76b = function(arg0) {
1166
1141
  const ret = arg0.getBoundingClientRect();
1167
1142
  return ret;
@@ -1174,17 +1149,17 @@ function __wbg_get_imports() {
1174
1149
  const ret = arg0.getContext(getStringFromWasm0(arg1, arg2));
1175
1150
  return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
1176
1151
  }, arguments) };
1177
- imports.wbg.__wbg_getCurrentTexture_f578d59f0860dcc9 = function(arg0) {
1152
+ imports.wbg.__wbg_getCurrentTexture_3c8710ca6e0019fc = function() { return handleError(function (arg0) {
1178
1153
  const ret = arg0.getCurrentTexture();
1179
1154
  return ret;
1180
- };
1181
- imports.wbg.__wbg_getMappedRange_1a67a729fca25c5c = function(arg0, arg1, arg2) {
1155
+ }, arguments) };
1156
+ imports.wbg.__wbg_getMappedRange_86d4a434bceeb7fc = function() { return handleError(function (arg0, arg1, arg2) {
1182
1157
  const ret = arg0.getMappedRange(arg1, arg2);
1183
1158
  return ret;
1184
- };
1185
- imports.wbg.__wbg_getPreferredCanvasFormat_b4306c1470f3a2be = function(arg0) {
1159
+ }, arguments) };
1160
+ imports.wbg.__wbg_getPreferredCanvasFormat_0988752050c788b0 = function(arg0) {
1186
1161
  const ret = arg0.getPreferredCanvasFormat();
1187
- return (__wbindgen_enum_GpuTextureFormat.indexOf(ret) + 1 || 95) - 1;
1162
+ return (__wbindgen_enum_GpuTextureFormat.indexOf(ret) + 1 || 96) - 1;
1188
1163
  };
1189
1164
  imports.wbg.__wbg_getRandomValues_38097e921c2494c3 = function() { return handleError(function (arg0, arg1) {
1190
1165
  globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
@@ -1224,11 +1199,11 @@ function __wbg_get_imports() {
1224
1199
  const ret = arg0[arg1];
1225
1200
  return ret;
1226
1201
  };
1227
- imports.wbg.__wbg_gpu_cd94e3ed1a24e829 = function(arg0) {
1202
+ imports.wbg.__wbg_gpu_051bdce6489ddf6a = function(arg0) {
1228
1203
  const ret = arg0.gpu;
1229
1204
  return ret;
1230
1205
  };
1231
- imports.wbg.__wbg_has_8d7562409899ab08 = function(arg0, arg1, arg2) {
1206
+ imports.wbg.__wbg_has_79b2afbf87cac46a = function(arg0, arg1, arg2) {
1232
1207
  const ret = arg0.has(getStringFromWasm0(arg1, arg2));
1233
1208
  return ret;
1234
1209
  };
@@ -1268,7 +1243,7 @@ function __wbg_get_imports() {
1268
1243
  const ret = result;
1269
1244
  return ret;
1270
1245
  };
1271
- imports.wbg.__wbg_instanceof_GpuAdapter_812393144f747a28 = function(arg0) {
1246
+ imports.wbg.__wbg_instanceof_GpuAdapter_aff4b0f95a6c1c3e = function(arg0) {
1272
1247
  let result;
1273
1248
  try {
1274
1249
  result = arg0 instanceof GPUAdapter;
@@ -1278,7 +1253,7 @@ function __wbg_get_imports() {
1278
1253
  const ret = result;
1279
1254
  return ret;
1280
1255
  };
1281
- imports.wbg.__wbg_instanceof_GpuCanvasContext_7d8c2aee896960ef = function(arg0) {
1256
+ imports.wbg.__wbg_instanceof_GpuCanvasContext_dc8dc7061b962990 = function(arg0) {
1282
1257
  let result;
1283
1258
  try {
1284
1259
  result = arg0 instanceof GPUCanvasContext;
@@ -1288,7 +1263,7 @@ function __wbg_get_imports() {
1288
1263
  const ret = result;
1289
1264
  return ret;
1290
1265
  };
1291
- imports.wbg.__wbg_instanceof_GpuOutOfMemoryError_5661073b28c982a3 = function(arg0) {
1266
+ imports.wbg.__wbg_instanceof_GpuOutOfMemoryError_c9077369f40e8df6 = function(arg0) {
1292
1267
  let result;
1293
1268
  try {
1294
1269
  result = arg0 instanceof GPUOutOfMemoryError;
@@ -1298,7 +1273,7 @@ function __wbg_get_imports() {
1298
1273
  const ret = result;
1299
1274
  return ret;
1300
1275
  };
1301
- imports.wbg.__wbg_instanceof_GpuValidationError_b2b2abc70da536b4 = function(arg0) {
1276
+ imports.wbg.__wbg_instanceof_GpuValidationError_6f92e479d86616a6 = function(arg0) {
1302
1277
  let result;
1303
1278
  try {
1304
1279
  result = arg0 instanceof GPUValidationError;
@@ -1368,16 +1343,6 @@ function __wbg_get_imports() {
1368
1343
  const ret = result;
1369
1344
  return ret;
1370
1345
  };
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
1346
  imports.wbg.__wbg_instanceof_OffscreenCanvas_d55760945f91bf51 = function(arg0) {
1382
1347
  let result;
1383
1348
  try {
@@ -1460,7 +1425,7 @@ function __wbg_get_imports() {
1460
1425
  const ret = Symbol.iterator;
1461
1426
  return ret;
1462
1427
  };
1463
- imports.wbg.__wbg_label_ddec9d5dff390794 = function(arg0, arg1) {
1428
+ imports.wbg.__wbg_label_c3a930571192f18e = function(arg0, arg1) {
1464
1429
  const ret = arg1.label;
1465
1430
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
1466
1431
  const len1 = WASM_VECTOR_LEN;
@@ -1475,122 +1440,126 @@ function __wbg_get_imports() {
1475
1440
  const ret = arg0.length;
1476
1441
  return ret;
1477
1442
  };
1478
- imports.wbg.__wbg_limits_100c065725b263d3 = function(arg0) {
1443
+ imports.wbg.__wbg_limits_12dd06e895d48466 = function(arg0) {
1479
1444
  const ret = arg0.limits;
1480
1445
  return ret;
1481
1446
  };
1482
- imports.wbg.__wbg_limits_adf0926aa155a224 = function(arg0) {
1447
+ imports.wbg.__wbg_limits_4c117fe92a378b1a = function(arg0) {
1483
1448
  const ret = arg0.limits;
1484
1449
  return ret;
1485
1450
  };
1486
1451
  imports.wbg.__wbg_log_c222819a41e063d3 = function(arg0) {
1487
1452
  console.log(arg0);
1488
1453
  };
1489
- imports.wbg.__wbg_mapAsync_9cae92e6e45c9c69 = function(arg0, arg1, arg2, arg3) {
1454
+ imports.wbg.__wbg_mapAsync_0d9cf9d11808b275 = function(arg0, arg1, arg2, arg3) {
1490
1455
  const ret = arg0.mapAsync(arg1 >>> 0, arg2, arg3);
1491
1456
  return ret;
1492
1457
  };
1493
- imports.wbg.__wbg_maxBindGroups_6f2433803f32568b = function(arg0) {
1458
+ imports.wbg.__wbg_maxBindGroups_060f2b40f8a292b1 = function(arg0) {
1494
1459
  const ret = arg0.maxBindGroups;
1495
1460
  return ret;
1496
1461
  };
1497
- imports.wbg.__wbg_maxBindingsPerBindGroup_7663f800ee6c1c4d = function(arg0) {
1462
+ imports.wbg.__wbg_maxBindingsPerBindGroup_3e4b03bbed2da128 = function(arg0) {
1498
1463
  const ret = arg0.maxBindingsPerBindGroup;
1499
1464
  return ret;
1500
1465
  };
1501
- imports.wbg.__wbg_maxBufferSize_7c2e7941b31faeb3 = function(arg0) {
1466
+ imports.wbg.__wbg_maxBufferSize_deda0fa7852420cb = function(arg0) {
1502
1467
  const ret = arg0.maxBufferSize;
1503
1468
  return ret;
1504
1469
  };
1505
- imports.wbg.__wbg_maxComputeInvocationsPerWorkgroup_7706224e284389bb = function(arg0) {
1470
+ imports.wbg.__wbg_maxColorAttachmentBytesPerSample_4a4a0e04d76eaf2a = function(arg0) {
1471
+ const ret = arg0.maxColorAttachmentBytesPerSample;
1472
+ return ret;
1473
+ };
1474
+ imports.wbg.__wbg_maxColorAttachments_db4883eeb9e8aeae = function(arg0) {
1475
+ const ret = arg0.maxColorAttachments;
1476
+ return ret;
1477
+ };
1478
+ imports.wbg.__wbg_maxComputeInvocationsPerWorkgroup_d050c461ebc92998 = function(arg0) {
1506
1479
  const ret = arg0.maxComputeInvocationsPerWorkgroup;
1507
1480
  return ret;
1508
1481
  };
1509
- imports.wbg.__wbg_maxComputeWorkgroupSizeX_7c0caad69a9b0dd3 = function(arg0) {
1482
+ imports.wbg.__wbg_maxComputeWorkgroupSizeX_48153a1b779879ad = function(arg0) {
1510
1483
  const ret = arg0.maxComputeWorkgroupSizeX;
1511
1484
  return ret;
1512
1485
  };
1513
- imports.wbg.__wbg_maxComputeWorkgroupSizeY_add60ae79eceba95 = function(arg0) {
1486
+ imports.wbg.__wbg_maxComputeWorkgroupSizeY_7f73d3d16fdea180 = function(arg0) {
1514
1487
  const ret = arg0.maxComputeWorkgroupSizeY;
1515
1488
  return ret;
1516
1489
  };
1517
- imports.wbg.__wbg_maxComputeWorkgroupSizeZ_b0d9e8bb90139e66 = function(arg0) {
1490
+ imports.wbg.__wbg_maxComputeWorkgroupSizeZ_9fcad0f0dfcffb05 = function(arg0) {
1518
1491
  const ret = arg0.maxComputeWorkgroupSizeZ;
1519
1492
  return ret;
1520
1493
  };
1521
- imports.wbg.__wbg_maxComputeWorkgroupStorageSize_bcc6c568b706b004 = function(arg0) {
1494
+ imports.wbg.__wbg_maxComputeWorkgroupStorageSize_9fe29e00c7d166a6 = function(arg0) {
1522
1495
  const ret = arg0.maxComputeWorkgroupStorageSize;
1523
1496
  return ret;
1524
1497
  };
1525
- imports.wbg.__wbg_maxComputeWorkgroupsPerDimension_05c9e479d4805640 = function(arg0) {
1498
+ imports.wbg.__wbg_maxComputeWorkgroupsPerDimension_f8321761bc8e8feb = function(arg0) {
1526
1499
  const ret = arg0.maxComputeWorkgroupsPerDimension;
1527
1500
  return ret;
1528
1501
  };
1529
- imports.wbg.__wbg_maxDynamicStorageBuffersPerPipelineLayout_4017c7b096806162 = function(arg0) {
1502
+ imports.wbg.__wbg_maxDynamicStorageBuffersPerPipelineLayout_55e1416c376721db = function(arg0) {
1530
1503
  const ret = arg0.maxDynamicStorageBuffersPerPipelineLayout;
1531
1504
  return ret;
1532
1505
  };
1533
- imports.wbg.__wbg_maxDynamicUniformBuffersPerPipelineLayout_1d359f3196df8904 = function(arg0) {
1506
+ imports.wbg.__wbg_maxDynamicUniformBuffersPerPipelineLayout_17ff0903196c41a7 = function(arg0) {
1534
1507
  const ret = arg0.maxDynamicUniformBuffersPerPipelineLayout;
1535
1508
  return ret;
1536
1509
  };
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) {
1510
+ imports.wbg.__wbg_maxSampledTexturesPerShaderStage_59e5fc159e536f0d = function(arg0) {
1542
1511
  const ret = arg0.maxSampledTexturesPerShaderStage;
1543
1512
  return ret;
1544
1513
  };
1545
- imports.wbg.__wbg_maxSamplersPerShaderStage_c2ccff8d0f9ec6fd = function(arg0) {
1514
+ imports.wbg.__wbg_maxSamplersPerShaderStage_84f119909016576b = function(arg0) {
1546
1515
  const ret = arg0.maxSamplersPerShaderStage;
1547
1516
  return ret;
1548
1517
  };
1549
- imports.wbg.__wbg_maxStorageBufferBindingSize_7c16519c2edc067a = function(arg0) {
1518
+ imports.wbg.__wbg_maxStorageBufferBindingSize_f9c3b3d285375ee0 = function(arg0) {
1550
1519
  const ret = arg0.maxStorageBufferBindingSize;
1551
1520
  return ret;
1552
1521
  };
1553
- imports.wbg.__wbg_maxStorageBuffersPerShaderStage_e8eff366756ea9b4 = function(arg0) {
1522
+ imports.wbg.__wbg_maxStorageBuffersPerShaderStage_f84b702138ac86a4 = function(arg0) {
1554
1523
  const ret = arg0.maxStorageBuffersPerShaderStage;
1555
1524
  return ret;
1556
1525
  };
1557
- imports.wbg.__wbg_maxStorageTexturesPerShaderStage_4e1d793c1e5c72a2 = function(arg0) {
1526
+ imports.wbg.__wbg_maxStorageTexturesPerShaderStage_226be46cbf594437 = function(arg0) {
1558
1527
  const ret = arg0.maxStorageTexturesPerShaderStage;
1559
1528
  return ret;
1560
1529
  };
1561
- imports.wbg.__wbg_maxTextureArrayLayers_185872b43f6c8c34 = function(arg0) {
1530
+ imports.wbg.__wbg_maxTextureArrayLayers_a8bf77269db7b94e = function(arg0) {
1562
1531
  const ret = arg0.maxTextureArrayLayers;
1563
1532
  return ret;
1564
1533
  };
1565
- imports.wbg.__wbg_maxTextureDimension1D_bfa55b0304281516 = function(arg0) {
1534
+ imports.wbg.__wbg_maxTextureDimension1D_8e69ba5596959195 = function(arg0) {
1566
1535
  const ret = arg0.maxTextureDimension1D;
1567
1536
  return ret;
1568
1537
  };
1569
- imports.wbg.__wbg_maxTextureDimension2D_ffea95d029cf185b = function(arg0) {
1538
+ imports.wbg.__wbg_maxTextureDimension2D_5a7a17047785cba5 = function(arg0) {
1570
1539
  const ret = arg0.maxTextureDimension2D;
1571
1540
  return ret;
1572
1541
  };
1573
- imports.wbg.__wbg_maxTextureDimension3D_bdfbc27d985f367d = function(arg0) {
1542
+ imports.wbg.__wbg_maxTextureDimension3D_1ea793f1095d392a = function(arg0) {
1574
1543
  const ret = arg0.maxTextureDimension3D;
1575
1544
  return ret;
1576
1545
  };
1577
- imports.wbg.__wbg_maxUniformBufferBindingSize_01703051a2b68aaa = function(arg0) {
1546
+ imports.wbg.__wbg_maxUniformBufferBindingSize_4b41f90d6914a995 = function(arg0) {
1578
1547
  const ret = arg0.maxUniformBufferBindingSize;
1579
1548
  return ret;
1580
1549
  };
1581
- imports.wbg.__wbg_maxUniformBuffersPerShaderStage_9f2d18a988fa37a0 = function(arg0) {
1550
+ imports.wbg.__wbg_maxUniformBuffersPerShaderStage_c5db04bf022a0c83 = function(arg0) {
1582
1551
  const ret = arg0.maxUniformBuffersPerShaderStage;
1583
1552
  return ret;
1584
1553
  };
1585
- imports.wbg.__wbg_maxVertexAttributes_268db19855a9a8bf = function(arg0) {
1554
+ imports.wbg.__wbg_maxVertexAttributes_e94e6c887b993b6c = function(arg0) {
1586
1555
  const ret = arg0.maxVertexAttributes;
1587
1556
  return ret;
1588
1557
  };
1589
- imports.wbg.__wbg_maxVertexBufferArrayStride_cace98777fdc5a4c = function(arg0) {
1558
+ imports.wbg.__wbg_maxVertexBufferArrayStride_92c15a2c2f0faf82 = function(arg0) {
1590
1559
  const ret = arg0.maxVertexBufferArrayStride;
1591
1560
  return ret;
1592
1561
  };
1593
- imports.wbg.__wbg_maxVertexBuffers_a8169305364fd125 = function(arg0) {
1562
+ imports.wbg.__wbg_maxVertexBuffers_db05674c76ef98c9 = function(arg0) {
1594
1563
  const ret = arg0.maxVertexBuffers;
1595
1564
  return ret;
1596
1565
  };
@@ -1601,18 +1570,18 @@ function __wbg_get_imports() {
1601
1570
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
1602
1571
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
1603
1572
  };
1604
- imports.wbg.__wbg_message_d8f5eb4a85362e32 = function(arg0, arg1) {
1573
+ imports.wbg.__wbg_message_bb4702d5b877f6db = function(arg0, arg1) {
1605
1574
  const ret = arg1.message;
1606
1575
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
1607
1576
  const len1 = WASM_VECTOR_LEN;
1608
1577
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
1609
1578
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
1610
1579
  };
1611
- imports.wbg.__wbg_minStorageBufferOffsetAlignment_b9763b1a342987b2 = function(arg0) {
1580
+ imports.wbg.__wbg_minStorageBufferOffsetAlignment_2c9fb697a4aedb8b = function(arg0) {
1612
1581
  const ret = arg0.minStorageBufferOffsetAlignment;
1613
1582
  return ret;
1614
1583
  };
1615
- imports.wbg.__wbg_minUniformBufferOffsetAlignment_dc9a10adad690d13 = function(arg0) {
1584
+ imports.wbg.__wbg_minUniformBufferOffsetAlignment_6357875312bfd2f0 = function(arg0) {
1616
1585
  const ret = arg0.minUniformBufferOffsetAlignment;
1617
1586
  return ret;
1618
1587
  };
@@ -1646,7 +1615,7 @@ function __wbg_get_imports() {
1646
1615
  const a = state0.a;
1647
1616
  state0.a = 0;
1648
1617
  try {
1649
- return __wbg_adapter_616(a, state0.b, arg0, arg1);
1618
+ return __wbg_adapter_884(a, state0.b, arg0, arg1);
1650
1619
  } finally {
1651
1620
  state0.a = a;
1652
1621
  }
@@ -1756,17 +1725,10 @@ function __wbg_get_imports() {
1756
1725
  const ret = arg0.performance;
1757
1726
  return ret;
1758
1727
  };
1759
- imports.wbg.__wbg_popErrorScope_8a0d0d31c4ddc243 = function(arg0) {
1760
- const ret = arg0.popErrorScope();
1761
- return ret;
1762
- };
1763
1728
  imports.wbg.__wbg_process_dc0fbacc7c1c06f7 = function(arg0) {
1764
1729
  const ret = arg0.process;
1765
1730
  return ret;
1766
1731
  };
1767
- imports.wbg.__wbg_pushErrorScope_dc8386c8142593b6 = function(arg0, arg1) {
1768
- arg0.pushErrorScope(__wbindgen_enum_GpuErrorFilter[arg1]);
1769
- };
1770
1732
  imports.wbg.__wbg_push_737cfc8c1432c2c6 = function(arg0, arg1) {
1771
1733
  const ret = arg0.push(arg1);
1772
1734
  return ret;
@@ -1786,7 +1748,7 @@ function __wbg_get_imports() {
1786
1748
  const ret = arg0.queueMicrotask;
1787
1749
  return ret;
1788
1750
  };
1789
- imports.wbg.__wbg_queue_d083905208ed0dcd = function(arg0) {
1751
+ imports.wbg.__wbg_queue_1f589e8194b004a6 = function(arg0) {
1790
1752
  const ret = arg0.queue;
1791
1753
  return ret;
1792
1754
  };
@@ -1801,11 +1763,11 @@ function __wbg_get_imports() {
1801
1763
  const ret = arg0.read();
1802
1764
  return ret;
1803
1765
  };
1804
- imports.wbg.__wbg_requestAdapter_629f003011778ce0 = function(arg0, arg1) {
1766
+ imports.wbg.__wbg_requestAdapter_51be7e8ee7d08b87 = function(arg0, arg1) {
1805
1767
  const ret = arg0.requestAdapter(arg1);
1806
1768
  return ret;
1807
1769
  };
1808
- imports.wbg.__wbg_requestDevice_a420ce594b90ac7c = function(arg0, arg1) {
1770
+ imports.wbg.__wbg_requestDevice_338f0085866d40a2 = function(arg0, arg1) {
1809
1771
  const ret = arg0.requestDevice(arg1);
1810
1772
  return ret;
1811
1773
  };
@@ -1813,9 +1775,6 @@ function __wbg_get_imports() {
1813
1775
  const ret = module.require;
1814
1776
  return ret;
1815
1777
  }, 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
1778
  imports.wbg.__wbg_resolve_4851785c9c5f573d = function(arg0) {
1820
1779
  const ret = Promise.resolve(arg0);
1821
1780
  return ret;
@@ -1838,70 +1797,43 @@ function __wbg_get_imports() {
1838
1797
  imports.wbg.__wbg_send_40a47636ff90f64d = function() { return handleError(function (arg0) {
1839
1798
  arg0.send();
1840
1799
  }, 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) {
1800
+ imports.wbg.__wbg_setBindGroup_306b5f43159153da = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
1854
1801
  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) {
1802
+ }, arguments) };
1803
+ imports.wbg.__wbg_setBindGroup_43392eaf8ea524fa = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
1857
1804
  arg0.setBindGroup(arg1 >>> 0, arg2, getArrayU32FromWasm0(arg3, arg4), arg5, arg6 >>> 0);
1805
+ }, arguments) };
1806
+ imports.wbg.__wbg_setBindGroup_b90f6f79c7be4f96 = function(arg0, arg1, arg2) {
1807
+ arg0.setBindGroup(arg1 >>> 0, arg2);
1858
1808
  };
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);
1809
+ imports.wbg.__wbg_setBindGroup_d3cd0c65d5718e66 = function(arg0, arg1, arg2) {
1810
+ arg0.setBindGroup(arg1 >>> 0, arg2);
1864
1811
  };
1865
- imports.wbg.__wbg_setIndexBuffer_4179c9df498ed24f = function(arg0, arg1, arg2, arg3, arg4) {
1812
+ imports.wbg.__wbg_setIndexBuffer_30e80db5e2d70b3f = function(arg0, arg1, arg2, arg3, arg4) {
1866
1813
  arg0.setIndexBuffer(arg1, __wbindgen_enum_GpuIndexFormat[arg2], arg3, arg4);
1867
1814
  };
1868
- imports.wbg.__wbg_setIndexBuffer_6241c40136dfd59c = function(arg0, arg1, arg2, arg3) {
1815
+ imports.wbg.__wbg_setIndexBuffer_cf65b9a3b9ae2921 = function(arg0, arg1, arg2, arg3) {
1869
1816
  arg0.setIndexBuffer(arg1, __wbindgen_enum_GpuIndexFormat[arg2], arg3);
1870
1817
  };
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) {
1818
+ imports.wbg.__wbg_setPipeline_e7c896fa93c7f292 = function(arg0, arg1) {
1875
1819
  arg0.setPipeline(arg1);
1876
1820
  };
1877
- imports.wbg.__wbg_setPipeline_73d2200820a1b6d7 = function(arg0, arg1) {
1878
- arg0.setPipeline(arg1);
1879
- };
1880
- imports.wbg.__wbg_setPipeline_c41eba60986fbffb = function(arg0, arg1) {
1821
+ imports.wbg.__wbg_setPipeline_f44bbc63b7455235 = function(arg0, arg1) {
1881
1822
  arg0.setPipeline(arg1);
1882
1823
  };
1883
1824
  imports.wbg.__wbg_setRequestHeader_51d371ad5196f6ef = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
1884
1825
  arg0.setRequestHeader(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
1885
1826
  }, arguments) };
1886
- imports.wbg.__wbg_setScissorRect_7ad09034bda2ad64 = function(arg0, arg1, arg2, arg3, arg4) {
1827
+ imports.wbg.__wbg_setScissorRect_b3ae2865d79457e5 = function(arg0, arg1, arg2, arg3, arg4) {
1887
1828
  arg0.setScissorRect(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
1888
1829
  };
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) {
1830
+ imports.wbg.__wbg_setVertexBuffer_5e5ec203042c0564 = function(arg0, arg1, arg2, arg3, arg4) {
1899
1831
  arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3, arg4);
1900
1832
  };
1901
- imports.wbg.__wbg_setVertexBuffer_56163ae020ef8343 = function(arg0, arg1, arg2, arg3) {
1833
+ imports.wbg.__wbg_setVertexBuffer_950908f301fc83b4 = function(arg0, arg1, arg2, arg3) {
1902
1834
  arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3);
1903
1835
  };
1904
- imports.wbg.__wbg_setViewport_0c26f0a54b53d7e3 = function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
1836
+ imports.wbg.__wbg_setViewport_7969bb1aebd9c210 = function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
1905
1837
  arg0.setViewport(arg1, arg2, arg3, arg4, arg5, arg6);
1906
1838
  };
1907
1839
  imports.wbg.__wbg_set_37837023f3d740e8 = function(arg0, arg1, arg2) {
@@ -1921,37 +1853,550 @@ function __wbg_get_imports() {
1921
1853
  const ret = Reflect.set(arg0, arg1, arg2);
1922
1854
  return ret;
1923
1855
  }, arguments) };
1856
+ imports.wbg.__wbg_seta_6ca4b80abcaa9bb0 = function(arg0, arg1) {
1857
+ arg0.a = arg1;
1858
+ };
1859
+ imports.wbg.__wbg_setaccess_c17e0a436ed1d78e = function(arg0, arg1) {
1860
+ arg0.access = __wbindgen_enum_GpuStorageTextureAccess[arg1];
1861
+ };
1862
+ imports.wbg.__wbg_setaddressmodeu_9a2648489304b6c3 = function(arg0, arg1) {
1863
+ arg0.addressModeU = __wbindgen_enum_GpuAddressMode[arg1];
1864
+ };
1865
+ imports.wbg.__wbg_setaddressmodev_911f607ff1319cf6 = function(arg0, arg1) {
1866
+ arg0.addressModeV = __wbindgen_enum_GpuAddressMode[arg1];
1867
+ };
1868
+ imports.wbg.__wbg_setaddressmodew_b7c68665b89d5500 = function(arg0, arg1) {
1869
+ arg0.addressModeW = __wbindgen_enum_GpuAddressMode[arg1];
1870
+ };
1871
+ imports.wbg.__wbg_setalpha_eb6e37beb08f6a6a = function(arg0, arg1) {
1872
+ arg0.alpha = arg1;
1873
+ };
1874
+ imports.wbg.__wbg_setalphamode_2a9be051489d8bbd = function(arg0, arg1) {
1875
+ arg0.alphaMode = __wbindgen_enum_GpuCanvasAlphaMode[arg1];
1876
+ };
1877
+ imports.wbg.__wbg_setalphatocoverageenabled_1f594c6ef9ae4caa = function(arg0, arg1) {
1878
+ arg0.alphaToCoverageEnabled = arg1 !== 0;
1879
+ };
1880
+ imports.wbg.__wbg_setarraylayercount_93d58eca9387b84c = function(arg0, arg1) {
1881
+ arg0.arrayLayerCount = arg1 >>> 0;
1882
+ };
1883
+ imports.wbg.__wbg_setarraystride_5ace211a6c31af55 = function(arg0, arg1) {
1884
+ arg0.arrayStride = arg1;
1885
+ };
1886
+ imports.wbg.__wbg_setaspect_e3aa9cad44e6338f = function(arg0, arg1) {
1887
+ arg0.aspect = __wbindgen_enum_GpuTextureAspect[arg1];
1888
+ };
1889
+ imports.wbg.__wbg_setattributes_8cfe8a349778ff6d = function(arg0, arg1) {
1890
+ arg0.attributes = arg1;
1891
+ };
1892
+ imports.wbg.__wbg_setb_52915cc78721cadb = function(arg0, arg1) {
1893
+ arg0.b = arg1;
1894
+ };
1895
+ imports.wbg.__wbg_setbasearraylayer_798dcd012d28aafd = function(arg0, arg1) {
1896
+ arg0.baseArrayLayer = arg1 >>> 0;
1897
+ };
1898
+ imports.wbg.__wbg_setbasemiplevel_ff05f0742029fbd7 = function(arg0, arg1) {
1899
+ arg0.baseMipLevel = arg1 >>> 0;
1900
+ };
1901
+ imports.wbg.__wbg_setbeginningofpasswriteindex_90fab5f12cddf335 = function(arg0, arg1) {
1902
+ arg0.beginningOfPassWriteIndex = arg1 >>> 0;
1903
+ };
1904
+ imports.wbg.__wbg_setbeginningofpasswriteindex_ad07a73147217513 = function(arg0, arg1) {
1905
+ arg0.beginningOfPassWriteIndex = arg1 >>> 0;
1906
+ };
1907
+ imports.wbg.__wbg_setbindgrouplayouts_9eff5e187a1db39e = function(arg0, arg1) {
1908
+ arg0.bindGroupLayouts = arg1;
1909
+ };
1910
+ imports.wbg.__wbg_setbinding_3ada8a83c514d419 = function(arg0, arg1) {
1911
+ arg0.binding = arg1 >>> 0;
1912
+ };
1913
+ imports.wbg.__wbg_setbinding_9a389db987313ca9 = function(arg0, arg1) {
1914
+ arg0.binding = arg1 >>> 0;
1915
+ };
1916
+ imports.wbg.__wbg_setblend_15fcdb6fca391aa3 = function(arg0, arg1) {
1917
+ arg0.blend = arg1;
1918
+ };
1919
+ imports.wbg.__wbg_setbuffer_1fbf10c9c273bb39 = function(arg0, arg1) {
1920
+ arg0.buffer = arg1;
1921
+ };
1922
+ imports.wbg.__wbg_setbuffer_581ee8422928bd0d = function(arg0, arg1) {
1923
+ arg0.buffer = arg1;
1924
+ };
1925
+ imports.wbg.__wbg_setbuffer_ac25c198252221bd = function(arg0, arg1) {
1926
+ arg0.buffer = arg1;
1927
+ };
1928
+ imports.wbg.__wbg_setbuffers_4515e14c72e1bc45 = function(arg0, arg1) {
1929
+ arg0.buffers = arg1;
1930
+ };
1931
+ imports.wbg.__wbg_setbytesperrow_4c52e94a64f7b18a = function(arg0, arg1) {
1932
+ arg0.bytesPerRow = arg1 >>> 0;
1933
+ };
1934
+ imports.wbg.__wbg_setbytesperrow_dada68f168446660 = function(arg0, arg1) {
1935
+ arg0.bytesPerRow = arg1 >>> 0;
1936
+ };
1937
+ imports.wbg.__wbg_setclearvalue_9fd25161e3ff7358 = function(arg0, arg1) {
1938
+ arg0.clearValue = arg1;
1939
+ };
1940
+ imports.wbg.__wbg_setcode_1d146372551ab97f = function(arg0, arg1, arg2) {
1941
+ arg0.code = getStringFromWasm0(arg1, arg2);
1942
+ };
1943
+ imports.wbg.__wbg_setcolor_63a788c8828014d8 = function(arg0, arg1) {
1944
+ arg0.color = arg1;
1945
+ };
1946
+ imports.wbg.__wbg_setcolorattachments_b56ec268556eb0af = function(arg0, arg1) {
1947
+ arg0.colorAttachments = arg1;
1948
+ };
1949
+ imports.wbg.__wbg_setcompare_986db63daac4c337 = function(arg0, arg1) {
1950
+ arg0.compare = __wbindgen_enum_GpuCompareFunction[arg1];
1951
+ };
1952
+ imports.wbg.__wbg_setcompare_b6bd133fd1c7206a = function(arg0, arg1) {
1953
+ arg0.compare = __wbindgen_enum_GpuCompareFunction[arg1];
1954
+ };
1955
+ imports.wbg.__wbg_setcompute_edb2d4dd43759577 = function(arg0, arg1) {
1956
+ arg0.compute = arg1;
1957
+ };
1958
+ imports.wbg.__wbg_setcount_6b3574238f446a02 = function(arg0, arg1) {
1959
+ arg0.count = arg1 >>> 0;
1960
+ };
1961
+ imports.wbg.__wbg_setcullmode_f1cc439f208cf7d2 = function(arg0, arg1) {
1962
+ arg0.cullMode = __wbindgen_enum_GpuCullMode[arg1];
1963
+ };
1964
+ imports.wbg.__wbg_setdepthbias_0c225de07a2372b1 = function(arg0, arg1) {
1965
+ arg0.depthBias = arg1;
1966
+ };
1967
+ imports.wbg.__wbg_setdepthbiasclamp_bd34181bc74b8a65 = function(arg0, arg1) {
1968
+ arg0.depthBiasClamp = arg1;
1969
+ };
1970
+ imports.wbg.__wbg_setdepthbiasslopescale_d43ddce65f19c9be = function(arg0, arg1) {
1971
+ arg0.depthBiasSlopeScale = arg1;
1972
+ };
1973
+ imports.wbg.__wbg_setdepthclearvalue_eb76fedd34b20053 = function(arg0, arg1) {
1974
+ arg0.depthClearValue = arg1;
1975
+ };
1976
+ imports.wbg.__wbg_setdepthcompare_491947ed2f6065b9 = function(arg0, arg1) {
1977
+ arg0.depthCompare = __wbindgen_enum_GpuCompareFunction[arg1];
1978
+ };
1979
+ imports.wbg.__wbg_setdepthfailop_4983b01413b9f743 = function(arg0, arg1) {
1980
+ arg0.depthFailOp = __wbindgen_enum_GpuStencilOperation[arg1];
1981
+ };
1982
+ imports.wbg.__wbg_setdepthloadop_c7deb718c4129a2c = function(arg0, arg1) {
1983
+ arg0.depthLoadOp = __wbindgen_enum_GpuLoadOp[arg1];
1984
+ };
1985
+ imports.wbg.__wbg_setdepthorarraylayers_5686e74657700bc2 = function(arg0, arg1) {
1986
+ arg0.depthOrArrayLayers = arg1 >>> 0;
1987
+ };
1988
+ imports.wbg.__wbg_setdepthreadonly_18602250b14fa638 = function(arg0, arg1) {
1989
+ arg0.depthReadOnly = arg1 !== 0;
1990
+ };
1991
+ imports.wbg.__wbg_setdepthstencil_e6069a8b511d1004 = function(arg0, arg1) {
1992
+ arg0.depthStencil = arg1;
1993
+ };
1994
+ imports.wbg.__wbg_setdepthstencilattachment_90d13c414095197d = function(arg0, arg1) {
1995
+ arg0.depthStencilAttachment = arg1;
1996
+ };
1997
+ imports.wbg.__wbg_setdepthstoreop_55f84f2f9039c453 = function(arg0, arg1) {
1998
+ arg0.depthStoreOp = __wbindgen_enum_GpuStoreOp[arg1];
1999
+ };
2000
+ imports.wbg.__wbg_setdepthwriteenabled_e419ffe553654371 = function(arg0, arg1) {
2001
+ arg0.depthWriteEnabled = arg1 !== 0;
2002
+ };
2003
+ imports.wbg.__wbg_setdevice_91facdf766d51abf = function(arg0, arg1) {
2004
+ arg0.device = arg1;
2005
+ };
2006
+ imports.wbg.__wbg_setdimension_47ad758bb7805028 = function(arg0, arg1) {
2007
+ arg0.dimension = __wbindgen_enum_GpuTextureViewDimension[arg1];
2008
+ };
2009
+ imports.wbg.__wbg_setdimension_500c3bec57e8ac12 = function(arg0, arg1) {
2010
+ arg0.dimension = __wbindgen_enum_GpuTextureDimension[arg1];
2011
+ };
2012
+ imports.wbg.__wbg_setdstfactor_abdf4d85b8f742b5 = function(arg0, arg1) {
2013
+ arg0.dstFactor = __wbindgen_enum_GpuBlendFactor[arg1];
2014
+ };
2015
+ imports.wbg.__wbg_setendofpasswriteindex_82a42f6ec7d55754 = function(arg0, arg1) {
2016
+ arg0.endOfPassWriteIndex = arg1 >>> 0;
2017
+ };
2018
+ imports.wbg.__wbg_setendofpasswriteindex_bd98b6c885176c21 = function(arg0, arg1) {
2019
+ arg0.endOfPassWriteIndex = arg1 >>> 0;
2020
+ };
2021
+ imports.wbg.__wbg_setentries_136baaaafb25087f = function(arg0, arg1) {
2022
+ arg0.entries = arg1;
2023
+ };
2024
+ imports.wbg.__wbg_setentries_7c41d594195ebe78 = function(arg0, arg1) {
2025
+ arg0.entries = arg1;
2026
+ };
2027
+ imports.wbg.__wbg_setentrypoint_6f3d3792022065f4 = function(arg0, arg1, arg2) {
2028
+ arg0.entryPoint = getStringFromWasm0(arg1, arg2);
2029
+ };
2030
+ imports.wbg.__wbg_setentrypoint_913e091cc9a07667 = function(arg0, arg1, arg2) {
2031
+ arg0.entryPoint = getStringFromWasm0(arg1, arg2);
2032
+ };
2033
+ imports.wbg.__wbg_setentrypoint_96944272d50efb55 = function(arg0, arg1, arg2) {
2034
+ arg0.entryPoint = getStringFromWasm0(arg1, arg2);
2035
+ };
2036
+ imports.wbg.__wbg_setfailop_fd94b46d0cd7c4f2 = function(arg0, arg1) {
2037
+ arg0.failOp = __wbindgen_enum_GpuStencilOperation[arg1];
2038
+ };
2039
+ imports.wbg.__wbg_setformat_29126ee763612515 = function(arg0, arg1) {
2040
+ arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
2041
+ };
2042
+ imports.wbg.__wbg_setformat_450c4be578985cb4 = function(arg0, arg1) {
2043
+ arg0.format = __wbindgen_enum_GpuVertexFormat[arg1];
2044
+ };
2045
+ imports.wbg.__wbg_setformat_582f639b8a79115c = function(arg0, arg1) {
2046
+ arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
2047
+ };
2048
+ imports.wbg.__wbg_setformat_6ac892268eeef402 = function(arg0, arg1) {
2049
+ arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
2050
+ };
2051
+ imports.wbg.__wbg_setformat_a622a57e42ae23e4 = function(arg0, arg1) {
2052
+ arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
2053
+ };
2054
+ imports.wbg.__wbg_setformat_bdfc7be2aa989382 = function(arg0, arg1) {
2055
+ arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
2056
+ };
2057
+ imports.wbg.__wbg_setformat_c3ba1e26468014ae = function(arg0, arg1) {
2058
+ arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
2059
+ };
2060
+ imports.wbg.__wbg_setfragment_84f03cfa83c432b2 = function(arg0, arg1) {
2061
+ arg0.fragment = arg1;
2062
+ };
2063
+ imports.wbg.__wbg_setfrontface_1c87b2e21f85a97f = function(arg0, arg1) {
2064
+ arg0.frontFace = __wbindgen_enum_GpuFrontFace[arg1];
2065
+ };
2066
+ imports.wbg.__wbg_setg_b94c63958617b86c = function(arg0, arg1) {
2067
+ arg0.g = arg1;
2068
+ };
2069
+ imports.wbg.__wbg_sethasdynamicoffset_9dc29179158975e4 = function(arg0, arg1) {
2070
+ arg0.hasDynamicOffset = arg1 !== 0;
2071
+ };
2072
+ imports.wbg.__wbg_setheight_080fa3e226a83750 = function(arg0, arg1) {
2073
+ arg0.height = arg1 >>> 0;
2074
+ };
1924
2075
  imports.wbg.__wbg_setheight_433680330c9420c3 = function(arg0, arg1) {
1925
2076
  arg0.height = arg1 >>> 0;
1926
2077
  };
1927
2078
  imports.wbg.__wbg_setheight_da683a33fa99843c = function(arg0, arg1) {
1928
2079
  arg0.height = arg1 >>> 0;
1929
2080
  };
2081
+ imports.wbg.__wbg_setlabel_034d85243342ac5c = function(arg0, arg1, arg2) {
2082
+ arg0.label = getStringFromWasm0(arg1, arg2);
2083
+ };
2084
+ imports.wbg.__wbg_setlabel_1e2e0069cbf2bd78 = function(arg0, arg1, arg2) {
2085
+ arg0.label = getStringFromWasm0(arg1, arg2);
2086
+ };
2087
+ imports.wbg.__wbg_setlabel_21544401e31cd317 = function(arg0, arg1, arg2) {
2088
+ arg0.label = getStringFromWasm0(arg1, arg2);
2089
+ };
2090
+ imports.wbg.__wbg_setlabel_2312a64e22934a2b = function(arg0, arg1, arg2) {
2091
+ arg0.label = getStringFromWasm0(arg1, arg2);
2092
+ };
2093
+ imports.wbg.__wbg_setlabel_2ed86217d97ea3d5 = function(arg0, arg1, arg2) {
2094
+ arg0.label = getStringFromWasm0(arg1, arg2);
2095
+ };
2096
+ imports.wbg.__wbg_setlabel_3f988ca8291e319f = function(arg0, arg1, arg2) {
2097
+ arg0.label = getStringFromWasm0(arg1, arg2);
2098
+ };
2099
+ imports.wbg.__wbg_setlabel_4e4cb7e7f8cc2b59 = function(arg0, arg1, arg2) {
2100
+ arg0.label = getStringFromWasm0(arg1, arg2);
2101
+ };
2102
+ imports.wbg.__wbg_setlabel_73d706a16d13a23c = function(arg0, arg1, arg2) {
2103
+ arg0.label = getStringFromWasm0(arg1, arg2);
2104
+ };
2105
+ imports.wbg.__wbg_setlabel_81dd67dee9cd4287 = function(arg0, arg1, arg2) {
2106
+ arg0.label = getStringFromWasm0(arg1, arg2);
2107
+ };
2108
+ imports.wbg.__wbg_setlabel_8f9ebe053f8da7a0 = function(arg0, arg1, arg2) {
2109
+ arg0.label = getStringFromWasm0(arg1, arg2);
2110
+ };
2111
+ imports.wbg.__wbg_setlabel_a96e4bdaec7882ee = function(arg0, arg1, arg2) {
2112
+ arg0.label = getStringFromWasm0(arg1, arg2);
2113
+ };
2114
+ imports.wbg.__wbg_setlabel_bfbd23fc748f8f94 = function(arg0, arg1, arg2) {
2115
+ arg0.label = getStringFromWasm0(arg1, arg2);
2116
+ };
2117
+ imports.wbg.__wbg_setlabel_d400966bd7759b26 = function(arg0, arg1, arg2) {
2118
+ arg0.label = getStringFromWasm0(arg1, arg2);
2119
+ };
2120
+ imports.wbg.__wbg_setlabel_e1499888d936ca3f = function(arg0, arg1, arg2) {
2121
+ arg0.label = getStringFromWasm0(arg1, arg2);
2122
+ };
2123
+ imports.wbg.__wbg_setlabel_ecb2c1eab1d46433 = function(arg0, arg1, arg2) {
2124
+ arg0.label = getStringFromWasm0(arg1, arg2);
2125
+ };
2126
+ imports.wbg.__wbg_setlayout_0770a97fe3411616 = function(arg0, arg1) {
2127
+ arg0.layout = arg1;
2128
+ };
2129
+ imports.wbg.__wbg_setlayout_0e88cce0b3d76c31 = function(arg0, arg1) {
2130
+ arg0.layout = arg1;
2131
+ };
2132
+ imports.wbg.__wbg_setlayout_640caab7a290275b = function(arg0, arg1) {
2133
+ arg0.layout = arg1;
2134
+ };
2135
+ imports.wbg.__wbg_setloadop_6725bf0c5b509ae7 = function(arg0, arg1) {
2136
+ arg0.loadOp = __wbindgen_enum_GpuLoadOp[arg1];
2137
+ };
2138
+ imports.wbg.__wbg_setlodmaxclamp_3a51dd81fde72c8d = function(arg0, arg1) {
2139
+ arg0.lodMaxClamp = arg1;
2140
+ };
2141
+ imports.wbg.__wbg_setlodminclamp_f48943c1f01e12f9 = function(arg0, arg1) {
2142
+ arg0.lodMinClamp = arg1;
2143
+ };
2144
+ imports.wbg.__wbg_setmagfilter_5794fd33d3902192 = function(arg0, arg1) {
2145
+ arg0.magFilter = __wbindgen_enum_GpuFilterMode[arg1];
2146
+ };
2147
+ imports.wbg.__wbg_setmappedatcreation_e0c884a30f64323b = function(arg0, arg1) {
2148
+ arg0.mappedAtCreation = arg1 !== 0;
2149
+ };
2150
+ imports.wbg.__wbg_setmask_9094d3e3f6f3a7dc = function(arg0, arg1) {
2151
+ arg0.mask = arg1 >>> 0;
2152
+ };
2153
+ imports.wbg.__wbg_setmaxanisotropy_1377b74addad8758 = function(arg0, arg1) {
2154
+ arg0.maxAnisotropy = arg1;
2155
+ };
2156
+ imports.wbg.__wbg_setminbindingsize_4a9f4d0d9ee579af = function(arg0, arg1) {
2157
+ arg0.minBindingSize = arg1;
2158
+ };
2159
+ imports.wbg.__wbg_setminfilter_32dc39202a18cd7b = function(arg0, arg1) {
2160
+ arg0.minFilter = __wbindgen_enum_GpuFilterMode[arg1];
2161
+ };
2162
+ imports.wbg.__wbg_setmiplevel_992f82e991b163b8 = function(arg0, arg1) {
2163
+ arg0.mipLevel = arg1 >>> 0;
2164
+ };
2165
+ imports.wbg.__wbg_setmiplevelcount_1d13855f7726190c = function(arg0, arg1) {
2166
+ arg0.mipLevelCount = arg1 >>> 0;
2167
+ };
2168
+ imports.wbg.__wbg_setmiplevelcount_a5a0102e4248e5bb = function(arg0, arg1) {
2169
+ arg0.mipLevelCount = arg1 >>> 0;
2170
+ };
2171
+ imports.wbg.__wbg_setmipmapfilter_00493c30d94b571e = function(arg0, arg1) {
2172
+ arg0.mipmapFilter = __wbindgen_enum_GpuMipmapFilterMode[arg1];
2173
+ };
2174
+ imports.wbg.__wbg_setmodule_3b5d2caf4d494fba = function(arg0, arg1) {
2175
+ arg0.module = arg1;
2176
+ };
2177
+ imports.wbg.__wbg_setmodule_882651860e912779 = function(arg0, arg1) {
2178
+ arg0.module = arg1;
2179
+ };
2180
+ imports.wbg.__wbg_setmodule_b46c4a937ee89c3b = function(arg0, arg1) {
2181
+ arg0.module = arg1;
2182
+ };
2183
+ imports.wbg.__wbg_setmultisample_0a38af2e310bacc6 = function(arg0, arg1) {
2184
+ arg0.multisample = arg1;
2185
+ };
2186
+ imports.wbg.__wbg_setmultisampled_f2de771b3ad62ff3 = function(arg0, arg1) {
2187
+ arg0.multisampled = arg1 !== 0;
2188
+ };
2189
+ imports.wbg.__wbg_setoffset_2f662a67531a826b = function(arg0, arg1) {
2190
+ arg0.offset = arg1;
2191
+ };
2192
+ imports.wbg.__wbg_setoffset_31c0a660f535c545 = function(arg0, arg1) {
2193
+ arg0.offset = arg1;
2194
+ };
2195
+ imports.wbg.__wbg_setoffset_3eb0797dcc9c9464 = function(arg0, arg1) {
2196
+ arg0.offset = arg1;
2197
+ };
2198
+ imports.wbg.__wbg_setoffset_a675629849c5f3b4 = function(arg0, arg1) {
2199
+ arg0.offset = arg1;
2200
+ };
1930
2201
  imports.wbg.__wbg_setonerror_d7e3056cc6e56085 = function(arg0, arg1) {
1931
2202
  arg0.onerror = arg1;
1932
2203
  };
1933
2204
  imports.wbg.__wbg_setonsuccess_afa464ee777a396d = function(arg0, arg1) {
1934
2205
  arg0.onsuccess = arg1;
1935
2206
  };
1936
- imports.wbg.__wbg_setonuncapturederror_daf12032b2ca712a = function(arg0, arg1) {
2207
+ imports.wbg.__wbg_setonuncapturederror_d9ff108b09bfe410 = function(arg0, arg1) {
1937
2208
  arg0.onuncapturederror = arg1;
1938
2209
  };
1939
2210
  imports.wbg.__wbg_setonupgradeneeded_fcf7ce4f2eb0cb5f = function(arg0, arg1) {
1940
2211
  arg0.onupgradeneeded = arg1;
1941
2212
  };
2213
+ imports.wbg.__wbg_setoperation_879618283d591339 = function(arg0, arg1) {
2214
+ arg0.operation = __wbindgen_enum_GpuBlendOperation[arg1];
2215
+ };
2216
+ imports.wbg.__wbg_setorigin_11de57058b4d23fb = function(arg0, arg1) {
2217
+ arg0.origin = arg1;
2218
+ };
2219
+ imports.wbg.__wbg_setpassop_238c7cbc20505ae9 = function(arg0, arg1) {
2220
+ arg0.passOp = __wbindgen_enum_GpuStencilOperation[arg1];
2221
+ };
2222
+ imports.wbg.__wbg_setpowerpreference_f4cead100f48bab0 = function(arg0, arg1) {
2223
+ arg0.powerPreference = __wbindgen_enum_GpuPowerPreference[arg1];
2224
+ };
2225
+ imports.wbg.__wbg_setprimitive_01150af3e98fb372 = function(arg0, arg1) {
2226
+ arg0.primitive = arg1;
2227
+ };
2228
+ imports.wbg.__wbg_setqueryset_8441106911a3af36 = function(arg0, arg1) {
2229
+ arg0.querySet = arg1;
2230
+ };
2231
+ imports.wbg.__wbg_setqueryset_9921033bb33d882c = function(arg0, arg1) {
2232
+ arg0.querySet = arg1;
2233
+ };
2234
+ imports.wbg.__wbg_setr_08c1678b22216ee0 = function(arg0, arg1) {
2235
+ arg0.r = arg1;
2236
+ };
2237
+ imports.wbg.__wbg_setrequiredfeatures_e9ee2e22feba0db3 = function(arg0, arg1) {
2238
+ arg0.requiredFeatures = arg1;
2239
+ };
2240
+ imports.wbg.__wbg_setresolvetarget_d00e2ef5a7388503 = function(arg0, arg1) {
2241
+ arg0.resolveTarget = arg1;
2242
+ };
2243
+ imports.wbg.__wbg_setresource_5a4cc69a127b394e = function(arg0, arg1) {
2244
+ arg0.resource = arg1;
2245
+ };
1942
2246
  imports.wbg.__wbg_setresponseType_4267195f737262d5 = function(arg0, arg1) {
1943
2247
  arg0.responseType = __wbindgen_enum_XmlHttpRequestResponseType[arg1];
1944
2248
  };
2249
+ imports.wbg.__wbg_setrowsperimage_678794ed5e8f43cd = function(arg0, arg1) {
2250
+ arg0.rowsPerImage = arg1 >>> 0;
2251
+ };
2252
+ imports.wbg.__wbg_setrowsperimage_f456122723767189 = function(arg0, arg1) {
2253
+ arg0.rowsPerImage = arg1 >>> 0;
2254
+ };
2255
+ imports.wbg.__wbg_setsamplecount_c44a2a6eebe72dcc = function(arg0, arg1) {
2256
+ arg0.sampleCount = arg1 >>> 0;
2257
+ };
2258
+ imports.wbg.__wbg_setsampler_ab33334fb83c5a17 = function(arg0, arg1) {
2259
+ arg0.sampler = arg1;
2260
+ };
2261
+ imports.wbg.__wbg_setsampletype_89fd8e71274ee6c2 = function(arg0, arg1) {
2262
+ arg0.sampleType = __wbindgen_enum_GpuTextureSampleType[arg1];
2263
+ };
2264
+ imports.wbg.__wbg_setshaderlocation_b905e964144cc9ad = function(arg0, arg1) {
2265
+ arg0.shaderLocation = arg1 >>> 0;
2266
+ };
2267
+ imports.wbg.__wbg_setsize_a877ed6f434871bd = function(arg0, arg1) {
2268
+ arg0.size = arg1;
2269
+ };
2270
+ imports.wbg.__wbg_setsize_b2cab7e432ec25dc = function(arg0, arg1) {
2271
+ arg0.size = arg1;
2272
+ };
2273
+ imports.wbg.__wbg_setsize_c167af29ed0f618c = function(arg0, arg1) {
2274
+ arg0.size = arg1;
2275
+ };
2276
+ imports.wbg.__wbg_setsrcfactor_3bf35cc93f12e8c2 = function(arg0, arg1) {
2277
+ arg0.srcFactor = __wbindgen_enum_GpuBlendFactor[arg1];
2278
+ };
2279
+ imports.wbg.__wbg_setstencilback_6d0e3812c09eb489 = function(arg0, arg1) {
2280
+ arg0.stencilBack = arg1;
2281
+ };
2282
+ imports.wbg.__wbg_setstencilclearvalue_53b51b80af22b8a4 = function(arg0, arg1) {
2283
+ arg0.stencilClearValue = arg1 >>> 0;
2284
+ };
2285
+ imports.wbg.__wbg_setstencilfront_223b59e436e04d2d = function(arg0, arg1) {
2286
+ arg0.stencilFront = arg1;
2287
+ };
2288
+ imports.wbg.__wbg_setstencilloadop_d88ff17c1f14f3b3 = function(arg0, arg1) {
2289
+ arg0.stencilLoadOp = __wbindgen_enum_GpuLoadOp[arg1];
2290
+ };
2291
+ imports.wbg.__wbg_setstencilreadmask_f7b2d22f2682c8f6 = function(arg0, arg1) {
2292
+ arg0.stencilReadMask = arg1 >>> 0;
2293
+ };
2294
+ imports.wbg.__wbg_setstencilreadonly_6fba8956bae14007 = function(arg0, arg1) {
2295
+ arg0.stencilReadOnly = arg1 !== 0;
2296
+ };
2297
+ imports.wbg.__wbg_setstencilstoreop_9637a0cb039fc7bb = function(arg0, arg1) {
2298
+ arg0.stencilStoreOp = __wbindgen_enum_GpuStoreOp[arg1];
2299
+ };
2300
+ imports.wbg.__wbg_setstencilwritemask_fc2b202439c71444 = function(arg0, arg1) {
2301
+ arg0.stencilWriteMask = arg1 >>> 0;
2302
+ };
2303
+ imports.wbg.__wbg_setstepmode_953dbc499c2ea5db = function(arg0, arg1) {
2304
+ arg0.stepMode = __wbindgen_enum_GpuVertexStepMode[arg1];
2305
+ };
2306
+ imports.wbg.__wbg_setstoragetexture_0634dd6c87ac1132 = function(arg0, arg1) {
2307
+ arg0.storageTexture = arg1;
2308
+ };
2309
+ imports.wbg.__wbg_setstoreop_d6e36afb7a3bc15a = function(arg0, arg1) {
2310
+ arg0.storeOp = __wbindgen_enum_GpuStoreOp[arg1];
2311
+ };
2312
+ imports.wbg.__wbg_setstripindexformat_6813dd6e867de4f2 = function(arg0, arg1) {
2313
+ arg0.stripIndexFormat = __wbindgen_enum_GpuIndexFormat[arg1];
2314
+ };
2315
+ imports.wbg.__wbg_settargets_0ab03a33d2c15ccd = function(arg0, arg1) {
2316
+ arg0.targets = arg1;
2317
+ };
2318
+ imports.wbg.__wbg_settexture_72c4d60403590233 = function(arg0, arg1) {
2319
+ arg0.texture = arg1;
2320
+ };
2321
+ imports.wbg.__wbg_settexture_9dc3759e93cfbb84 = function(arg0, arg1) {
2322
+ arg0.texture = arg1;
2323
+ };
1945
2324
  imports.wbg.__wbg_settimeout_0354c6307cd5eae8 = function(arg0, arg1) {
1946
2325
  arg0.timeout = arg1 >>> 0;
1947
2326
  };
2327
+ imports.wbg.__wbg_settimestampwrites_736aa6c2c69ccaea = function(arg0, arg1) {
2328
+ arg0.timestampWrites = arg1;
2329
+ };
2330
+ imports.wbg.__wbg_settimestampwrites_be461aab39b4e744 = function(arg0, arg1) {
2331
+ arg0.timestampWrites = arg1;
2332
+ };
2333
+ imports.wbg.__wbg_settopology_84962f44b37e8986 = function(arg0, arg1) {
2334
+ arg0.topology = __wbindgen_enum_GpuPrimitiveTopology[arg1];
2335
+ };
2336
+ imports.wbg.__wbg_settype_4ff365ea9ad896aa = function(arg0, arg1) {
2337
+ arg0.type = __wbindgen_enum_GpuBufferBindingType[arg1];
2338
+ };
2339
+ imports.wbg.__wbg_settype_b4b2fc6fbad39aeb = function(arg0, arg1) {
2340
+ arg0.type = __wbindgen_enum_GpuSamplerBindingType[arg1];
2341
+ };
2342
+ imports.wbg.__wbg_setusage_3bf7bce356282919 = function(arg0, arg1) {
2343
+ arg0.usage = arg1 >>> 0;
2344
+ };
2345
+ imports.wbg.__wbg_setusage_48c9e7b82b575c9a = function(arg0, arg1) {
2346
+ arg0.usage = arg1 >>> 0;
2347
+ };
2348
+ imports.wbg.__wbg_setusage_a102e6844c6a65de = function(arg0, arg1) {
2349
+ arg0.usage = arg1 >>> 0;
2350
+ };
2351
+ imports.wbg.__wbg_setusage_ea5e5efc19daea09 = function(arg0, arg1) {
2352
+ arg0.usage = arg1 >>> 0;
2353
+ };
2354
+ imports.wbg.__wbg_setvertex_96327c405a801524 = function(arg0, arg1) {
2355
+ arg0.vertex = arg1;
2356
+ };
2357
+ imports.wbg.__wbg_setview_2d2806aa6c5822ca = function(arg0, arg1) {
2358
+ arg0.view = arg1;
2359
+ };
2360
+ imports.wbg.__wbg_setview_b7216eb00b7f584a = function(arg0, arg1) {
2361
+ arg0.view = arg1;
2362
+ };
2363
+ imports.wbg.__wbg_setviewdimension_c6aedf84f79e2593 = function(arg0, arg1) {
2364
+ arg0.viewDimension = __wbindgen_enum_GpuTextureViewDimension[arg1];
2365
+ };
2366
+ imports.wbg.__wbg_setviewdimension_ccb64a21a1495106 = function(arg0, arg1) {
2367
+ arg0.viewDimension = __wbindgen_enum_GpuTextureViewDimension[arg1];
2368
+ };
2369
+ imports.wbg.__wbg_setviewformats_65a3ce6335913be2 = function(arg0, arg1) {
2370
+ arg0.viewFormats = arg1;
2371
+ };
2372
+ imports.wbg.__wbg_setviewformats_d7be9eae49a0933b = function(arg0, arg1) {
2373
+ arg0.viewFormats = arg1;
2374
+ };
2375
+ imports.wbg.__wbg_setvisibility_3445d21752d17ded = function(arg0, arg1) {
2376
+ arg0.visibility = arg1 >>> 0;
2377
+ };
1948
2378
  imports.wbg.__wbg_setwidth_660ca581e3fbe279 = function(arg0, arg1) {
1949
2379
  arg0.width = arg1 >>> 0;
1950
2380
  };
1951
2381
  imports.wbg.__wbg_setwidth_c5fed9f5e7f0b406 = function(arg0, arg1) {
1952
2382
  arg0.width = arg1 >>> 0;
1953
2383
  };
1954
- imports.wbg.__wbg_size_45c769c019ee354e = function(arg0) {
2384
+ imports.wbg.__wbg_setwidth_ff3dae6ae4838a9e = function(arg0, arg1) {
2385
+ arg0.width = arg1 >>> 0;
2386
+ };
2387
+ imports.wbg.__wbg_setwritemask_b94f0c67654d5b00 = function(arg0, arg1) {
2388
+ arg0.writeMask = arg1 >>> 0;
2389
+ };
2390
+ imports.wbg.__wbg_setx_cb03e4f7e9c6b588 = function(arg0, arg1) {
2391
+ arg0.x = arg1 >>> 0;
2392
+ };
2393
+ imports.wbg.__wbg_sety_ca78b7606a8f2c0c = function(arg0, arg1) {
2394
+ arg0.y = arg1 >>> 0;
2395
+ };
2396
+ imports.wbg.__wbg_setz_5389d800d9ef03b4 = function(arg0, arg1) {
2397
+ arg0.z = arg1 >>> 0;
2398
+ };
2399
+ imports.wbg.__wbg_size_8941b2db62b81e4f = function(arg0) {
1955
2400
  const ret = arg0.size;
1956
2401
  return ret;
1957
2402
  };
@@ -1997,7 +2442,7 @@ function __wbg_get_imports() {
1997
2442
  const ret = arg0.subarray(arg1 >>> 0, arg2 >>> 0);
1998
2443
  return ret;
1999
2444
  };
2000
- imports.wbg.__wbg_submit_75592557e0c2141c = function(arg0, arg1) {
2445
+ imports.wbg.__wbg_submit_522f9e0b9d7e22fd = function(arg0, arg1) {
2001
2446
  arg0.submit(arg1);
2002
2447
  };
2003
2448
  imports.wbg.__wbg_target_0a62d9d79a2a1ede = function(arg0) {
@@ -2020,10 +2465,10 @@ function __wbg_get_imports() {
2020
2465
  const ret = arg0.transaction(getStringFromWasm0(arg1, arg2), __wbindgen_enum_IdbTransactionMode[arg3]);
2021
2466
  return ret;
2022
2467
  }, arguments) };
2023
- imports.wbg.__wbg_unmap_662f1210575affe8 = function(arg0) {
2468
+ imports.wbg.__wbg_unmap_a7fc4fb3238304a4 = function(arg0) {
2024
2469
  arg0.unmap();
2025
2470
  };
2026
- imports.wbg.__wbg_usage_000523533bad5f06 = function(arg0) {
2471
+ imports.wbg.__wbg_usage_6897a048c0133c6d = function(arg0) {
2027
2472
  const ret = arg0.usage;
2028
2473
  return ret;
2029
2474
  };
@@ -2051,15 +2496,12 @@ function __wbg_get_imports() {
2051
2496
  const ret = arg0.width;
2052
2497
  return ret;
2053
2498
  };
2054
- imports.wbg.__wbg_writeBuffer_c78696d1629b48de = function(arg0, arg1, arg2, arg3, arg4, arg5) {
2499
+ imports.wbg.__wbg_writeBuffer_b3540dd159ff60f1 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5) {
2055
2500
  arg0.writeBuffer(arg1, arg2, arg3, arg4, arg5);
2056
- };
2057
- imports.wbg.__wbg_writeTexture_91ff88a4044f669a = function(arg0, arg1, arg2, arg3, arg4) {
2501
+ }, arguments) };
2502
+ imports.wbg.__wbg_writeTexture_2f9937d7cf0d5da0 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
2058
2503
  arg0.writeTexture(arg1, arg2, arg3, arg4);
2059
- };
2060
- imports.wbg.__wbg_writeTimestamp_a8766c734d6aa8d6 = function(arg0, arg1, arg2) {
2061
- arg0.writeTimestamp(arg1, arg2 >>> 0);
2062
- };
2504
+ }, arguments) };
2063
2505
  imports.wbg.__wbindgen_as_number = function(arg0) {
2064
2506
  const ret = +arg0;
2065
2507
  return ret;
@@ -2092,16 +2534,16 @@ function __wbg_get_imports() {
2092
2534
  const ret = false;
2093
2535
  return ret;
2094
2536
  };
2095
- imports.wbg.__wbindgen_closure_wrapper27156 = function(arg0, arg1, arg2) {
2096
- const ret = makeMutClosure(arg0, arg1, 8354, __wbg_adapter_59);
2537
+ imports.wbg.__wbindgen_closure_wrapper27794 = function(arg0, arg1, arg2) {
2538
+ const ret = makeMutClosure(arg0, arg1, 8274, __wbg_adapter_59);
2097
2539
  return ret;
2098
2540
  };
2099
- imports.wbg.__wbindgen_closure_wrapper27574 = function(arg0, arg1, arg2) {
2100
- const ret = makeMutClosure(arg0, arg1, 8361, __wbg_adapter_62);
2541
+ imports.wbg.__wbindgen_closure_wrapper28170 = function(arg0, arg1, arg2) {
2542
+ const ret = makeMutClosure(arg0, arg1, 8286, __wbg_adapter_62);
2101
2543
  return ret;
2102
2544
  };
2103
- imports.wbg.__wbindgen_closure_wrapper8322 = function(arg0, arg1, arg2) {
2104
- const ret = makeMutClosure(arg0, arg1, 3034, __wbg_adapter_56);
2545
+ imports.wbg.__wbindgen_closure_wrapper8720 = function(arg0, arg1, arg2) {
2546
+ const ret = makeMutClosure(arg0, arg1, 3319, __wbg_adapter_56);
2105
2547
  return ret;
2106
2548
  };
2107
2549
  imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {