oriverse-engine 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +76 -76
- package/dist/CODEX_PROMPT.md +7 -7
- package/dist/GAME_AUTHORING.md +6 -6
- package/dist/examples/target_range.weave +1 -1
- package/dist/ktx_lib.js +1 -5236
- package/dist/ktx_lib.wasm +0 -0
- package/dist/oriverse_wgpu.d.ts +41 -40
- package/dist/oriverse_wgpu.js +1003 -342
- package/dist/oriverse_wgpu_bg.wasm +0 -0
- package/dist/oriverse_wgpu_bg.wasm.d.ts +41 -40
- package/dist/snippets/oriverse_market_client-0cd3013288f3c49c/inline0.js +6 -0
- package/dist/snippets/oriverse_networking_shared-e43478064e11e46c/inline0.js +4 -1
- package/dist/snippets/oriverse_wgpu-255445ce6d9a0851/inline0.js +19 -58
- package/dist/snippets/oriverse_wgpu-255445ce6d9a0851/inline1.js +58 -19
- package/dist/starter/AGENTS.md +2 -2
- package/dist/starter/CLAUDE.md +2 -2
- package/dist/starter/game.html +5 -5
- package/dist/templates/game_cdn.html +5 -5
- package/dist/weave_documentation.txt +727 -4892
- package/package.json +18 -18
package/dist/oriverse_wgpu.js
CHANGED
|
@@ -252,15 +252,15 @@ export function worker_init(state_ptr, keypair_ptr) {
|
|
|
252
252
|
export function worker_init_write(xq_fast_ptr, xq_strict_ptr, state_ptr, kp_ptr) {
|
|
253
253
|
wasm.worker_init_write(xq_fast_ptr, xq_strict_ptr, state_ptr, kp_ptr);
|
|
254
254
|
}
|
|
255
|
-
import * as import1 from "./snippets/oriverse_wgpu-255445ce6d9a0851/
|
|
256
|
-
import * as import2 from "./snippets/oriverse_wgpu-255445ce6d9a0851/
|
|
255
|
+
import * as import1 from "./snippets/oriverse_wgpu-255445ce6d9a0851/inline0.js"
|
|
256
|
+
import * as import2 from "./snippets/oriverse_wgpu-255445ce6d9a0851/inline1.js"
|
|
257
257
|
import * as import3 from "./snippets/oriverse_market_client-0cd3013288f3c49c/inline0.js"
|
|
258
258
|
import * as import4 from "./snippets/oriverse_networking_shared-e43478064e11e46c/inline0.js"
|
|
259
259
|
|
|
260
260
|
function __wbg_get_imports() {
|
|
261
261
|
const import0 = {
|
|
262
262
|
__proto__: null,
|
|
263
|
-
|
|
263
|
+
__wbg_Window_a07901001eb4269f: function(arg0) {
|
|
264
264
|
const ret = arg0.Window;
|
|
265
265
|
return ret;
|
|
266
266
|
},
|
|
@@ -268,7 +268,7 @@ function __wbg_get_imports() {
|
|
|
268
268
|
const ret = arg0.Window;
|
|
269
269
|
return ret;
|
|
270
270
|
},
|
|
271
|
-
|
|
271
|
+
__wbg_WorkerGlobalScope_d1b9459d53a39f3d: function(arg0) {
|
|
272
272
|
const ret = arg0.WorkerGlobalScope;
|
|
273
273
|
return ret;
|
|
274
274
|
},
|
|
@@ -284,6 +284,14 @@ function __wbg_get_imports() {
|
|
|
284
284
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
285
285
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
286
286
|
},
|
|
287
|
+
__wbg___wbindgen_function_table_c1eaa184ab89c8b4: function() {
|
|
288
|
+
const ret = wasm.__wbindgen_export;
|
|
289
|
+
return ret;
|
|
290
|
+
},
|
|
291
|
+
__wbg___wbindgen_is_falsy_30906e697739fcc2: function(arg0) {
|
|
292
|
+
const ret = !arg0;
|
|
293
|
+
return ret;
|
|
294
|
+
},
|
|
287
295
|
__wbg___wbindgen_is_function_3c846841762788c1: function(arg0) {
|
|
288
296
|
const ret = typeof(arg0) === 'function';
|
|
289
297
|
return ret;
|
|
@@ -386,14 +394,14 @@ function __wbg_get_imports() {
|
|
|
386
394
|
const ret = arg0.arrayBuffer();
|
|
387
395
|
return ret;
|
|
388
396
|
}, arguments); },
|
|
389
|
-
|
|
397
|
+
__wbg_beginComputePass_705eb14eefc2b94e: function(arg0, arg1) {
|
|
390
398
|
const ret = arg0.beginComputePass(arg1);
|
|
391
399
|
return ret;
|
|
392
400
|
},
|
|
393
|
-
|
|
401
|
+
__wbg_beginRenderPass_10e1d8bb36f2f74e: function() { return handleError(function (arg0, arg1) {
|
|
394
402
|
const ret = arg0.beginRenderPass(arg1);
|
|
395
403
|
return ret;
|
|
396
|
-
},
|
|
404
|
+
}, arguments); },
|
|
397
405
|
__wbg_blockSize_5871fe73cc8dcba0: function(arg0) {
|
|
398
406
|
const ret = arg0.blockSize;
|
|
399
407
|
return ret;
|
|
@@ -496,12 +504,12 @@ function __wbg_get_imports() {
|
|
|
496
504
|
const ret = arg0.channel;
|
|
497
505
|
return ret;
|
|
498
506
|
},
|
|
499
|
-
|
|
500
|
-
arg0.clearBuffer(arg1, arg2, arg3);
|
|
501
|
-
},
|
|
502
|
-
__wbg_clearBuffer_f330030ddc7767fc: function(arg0, arg1, arg2) {
|
|
507
|
+
__wbg_clearBuffer_700f6bba0d974e6c: function(arg0, arg1, arg2) {
|
|
503
508
|
arg0.clearBuffer(arg1, arg2);
|
|
504
509
|
},
|
|
510
|
+
__wbg_clearBuffer_b67061873f997b6a: function(arg0, arg1, arg2, arg3) {
|
|
511
|
+
arg0.clearBuffer(arg1, arg2, arg3);
|
|
512
|
+
},
|
|
505
513
|
__wbg_clearTimeout_113b1cde814ec762: function(arg0) {
|
|
506
514
|
const ret = clearTimeout(arg0);
|
|
507
515
|
return ret;
|
|
@@ -562,9 +570,9 @@ function __wbg_get_imports() {
|
|
|
562
570
|
const ret = arg0.colno;
|
|
563
571
|
return ret;
|
|
564
572
|
},
|
|
565
|
-
|
|
573
|
+
__wbg_configure_3d64c677c7d68a15: function() { return handleError(function (arg0, arg1) {
|
|
566
574
|
arg0.configure(arg1);
|
|
567
|
-
},
|
|
575
|
+
}, arguments); },
|
|
568
576
|
__wbg_connect_3ca85e8e3b8d9828: function() { return handleError(function (arg0, arg1) {
|
|
569
577
|
const ret = arg0.connect(arg1);
|
|
570
578
|
return ret;
|
|
@@ -585,26 +593,27 @@ function __wbg_get_imports() {
|
|
|
585
593
|
const ret = arg0.contentRect;
|
|
586
594
|
return ret;
|
|
587
595
|
},
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
__wbg_copyBufferToTexture_8c287708aff282a4: function(arg0, arg1, arg2, arg3) {
|
|
592
|
-
arg0.copyBufferToTexture(arg1, arg2, arg3);
|
|
593
|
-
},
|
|
594
|
-
__wbg_copyExternalImageToTexture_540fcadea7d8323f: function(arg0, arg1, arg2, arg3) {
|
|
595
|
-
arg0.copyExternalImageToTexture(arg1, arg2, arg3);
|
|
596
|
+
__wbg_contentWindow_c9124169acf33bae: function(arg0) {
|
|
597
|
+
const ret = arg0.contentWindow;
|
|
598
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
596
599
|
},
|
|
597
|
-
|
|
600
|
+
__wbg_copyBufferToBuffer_8bb974c7f9c5f4dc: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
601
|
+
arg0.copyBufferToBuffer(arg1, arg2, arg3, arg4);
|
|
602
|
+
}, arguments); },
|
|
603
|
+
__wbg_copyBufferToBuffer_8fe240a0000c9e22: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
604
|
+
arg0.copyBufferToBuffer(arg1, arg2, arg3, arg4, arg5);
|
|
605
|
+
}, arguments); },
|
|
606
|
+
__wbg_copyTextureToBuffer_4186c16aef1922a5: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
598
607
|
arg0.copyTextureToBuffer(arg1, arg2, arg3);
|
|
599
|
-
},
|
|
600
|
-
|
|
608
|
+
}, arguments); },
|
|
609
|
+
__wbg_copyTextureToTexture_1be188df1e535c0a: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
601
610
|
arg0.copyTextureToTexture(arg1, arg2, arg3);
|
|
602
|
-
},
|
|
603
|
-
|
|
611
|
+
}, arguments); },
|
|
612
|
+
__wbg_createBindGroupLayout_9ea1a44942aaf13e: function() { return handleError(function (arg0, arg1) {
|
|
604
613
|
const ret = arg0.createBindGroupLayout(arg1);
|
|
605
614
|
return ret;
|
|
606
|
-
},
|
|
607
|
-
|
|
615
|
+
}, arguments); },
|
|
616
|
+
__wbg_createBindGroup_2320df4db188406c: function(arg0, arg1) {
|
|
608
617
|
const ret = arg0.createBindGroup(arg1);
|
|
609
618
|
return ret;
|
|
610
619
|
},
|
|
@@ -612,15 +621,15 @@ function __wbg_get_imports() {
|
|
|
612
621
|
const ret = arg0.createBufferSource();
|
|
613
622
|
return ret;
|
|
614
623
|
}, arguments); },
|
|
615
|
-
|
|
624
|
+
__wbg_createBuffer_2f08c0205e04efca: function() { return handleError(function (arg0, arg1) {
|
|
616
625
|
const ret = arg0.createBuffer(arg1);
|
|
617
626
|
return ret;
|
|
618
|
-
},
|
|
619
|
-
|
|
627
|
+
}, arguments); },
|
|
628
|
+
__wbg_createCommandEncoder_cd88faca35d9ed68: function(arg0, arg1) {
|
|
620
629
|
const ret = arg0.createCommandEncoder(arg1);
|
|
621
630
|
return ret;
|
|
622
631
|
},
|
|
623
|
-
|
|
632
|
+
__wbg_createComputePipeline_3e135ff73c8fc483: function(arg0, arg1) {
|
|
624
633
|
const ret = arg0.createComputePipeline(arg1);
|
|
625
634
|
return ret;
|
|
626
635
|
},
|
|
@@ -651,38 +660,38 @@ function __wbg_get_imports() {
|
|
|
651
660
|
const ret = arg0.createOffer();
|
|
652
661
|
return ret;
|
|
653
662
|
},
|
|
654
|
-
|
|
663
|
+
__wbg_createPipelineLayout_7a186f2e9bf0d605: function(arg0, arg1) {
|
|
655
664
|
const ret = arg0.createPipelineLayout(arg1);
|
|
656
665
|
return ret;
|
|
657
666
|
},
|
|
658
|
-
|
|
667
|
+
__wbg_createQuerySet_05da8b0de35672ca: function() { return handleError(function (arg0, arg1) {
|
|
659
668
|
const ret = arg0.createQuerySet(arg1);
|
|
660
669
|
return ret;
|
|
661
|
-
},
|
|
662
|
-
|
|
663
|
-
const ret = arg0.createRenderBundleEncoder(arg1);
|
|
664
|
-
return ret;
|
|
665
|
-
},
|
|
666
|
-
__wbg_createRenderPipeline_430c946fe289280f: function(arg0, arg1) {
|
|
670
|
+
}, arguments); },
|
|
671
|
+
__wbg_createRenderPipeline_f48187ba9f7701e8: function() { return handleError(function (arg0, arg1) {
|
|
667
672
|
const ret = arg0.createRenderPipeline(arg1);
|
|
668
673
|
return ret;
|
|
669
|
-
},
|
|
670
|
-
|
|
674
|
+
}, arguments); },
|
|
675
|
+
__wbg_createSampler_248bd67c920af37d: function(arg0, arg1) {
|
|
671
676
|
const ret = arg0.createSampler(arg1);
|
|
672
677
|
return ret;
|
|
673
678
|
},
|
|
674
|
-
|
|
679
|
+
__wbg_createShaderModule_53701de4fb271c90: function(arg0, arg1) {
|
|
675
680
|
const ret = arg0.createShaderModule(arg1);
|
|
676
681
|
return ret;
|
|
677
682
|
},
|
|
678
|
-
|
|
683
|
+
__wbg_createStereoPanner_e8bc9c6bea047898: function() { return handleError(function (arg0) {
|
|
684
|
+
const ret = arg0.createStereoPanner();
|
|
685
|
+
return ret;
|
|
686
|
+
}, arguments); },
|
|
687
|
+
__wbg_createTexture_9e76b80a2dc0d12e: function() { return handleError(function (arg0, arg1) {
|
|
679
688
|
const ret = arg0.createTexture(arg1);
|
|
680
689
|
return ret;
|
|
681
|
-
},
|
|
682
|
-
|
|
690
|
+
}, arguments); },
|
|
691
|
+
__wbg_createView_cc96b5bdd3d5bf5e: function() { return handleError(function (arg0, arg1) {
|
|
683
692
|
const ret = arg0.createView(arg1);
|
|
684
693
|
return ret;
|
|
685
|
-
},
|
|
694
|
+
}, arguments); },
|
|
686
695
|
__wbg_crypto_38df2bab126b63dc: function(arg0) {
|
|
687
696
|
const ret = arg0.crypto;
|
|
688
697
|
return ret;
|
|
@@ -727,19 +736,17 @@ function __wbg_get_imports() {
|
|
|
727
736
|
const ret = arg0.deltaY;
|
|
728
737
|
return ret;
|
|
729
738
|
},
|
|
739
|
+
__wbg_description_18d0a6d4077fec8e: function(arg0, arg1) {
|
|
740
|
+
const ret = arg1.description;
|
|
741
|
+
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
742
|
+
const len1 = WASM_VECTOR_LEN;
|
|
743
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
744
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
745
|
+
},
|
|
730
746
|
__wbg_destination_d1f70fe081ff0932: function(arg0) {
|
|
731
747
|
const ret = arg0.destination;
|
|
732
748
|
return ret;
|
|
733
749
|
},
|
|
734
|
-
__wbg_destroy_d1537bee2b5a7849: function(arg0) {
|
|
735
|
-
arg0.destroy();
|
|
736
|
-
},
|
|
737
|
-
__wbg_destroy_d28e196e9dbc3b27: function(arg0) {
|
|
738
|
-
arg0.destroy();
|
|
739
|
-
},
|
|
740
|
-
__wbg_destroy_ddd5bee0b4b02f49: function(arg0) {
|
|
741
|
-
arg0.destroy();
|
|
742
|
-
},
|
|
743
750
|
__wbg_devicePixelContentBoxSize_82a5f309b4b96a31: function(arg0) {
|
|
744
751
|
const ret = arg0.devicePixelContentBoxSize;
|
|
745
752
|
return ret;
|
|
@@ -758,10 +765,7 @@ function __wbg_get_imports() {
|
|
|
758
765
|
const ret = arg0.dispatchEvent(arg1);
|
|
759
766
|
return ret;
|
|
760
767
|
}, arguments); },
|
|
761
|
-
|
|
762
|
-
arg0.dispatchWorkgroupsIndirect(arg1, arg2);
|
|
763
|
-
},
|
|
764
|
-
__wbg_dispatchWorkgroups_0d71a3ed9fcaee9f: function(arg0, arg1, arg2, arg3) {
|
|
768
|
+
__wbg_dispatchWorkgroups_0cf298d736b85a78: function(arg0, arg1, arg2, arg3) {
|
|
765
769
|
arg0.dispatchWorkgroups(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0);
|
|
766
770
|
},
|
|
767
771
|
__wbg_documentElement_bef4a2d2289074bb: function(arg0) {
|
|
@@ -776,43 +780,32 @@ function __wbg_get_imports() {
|
|
|
776
780
|
const ret = arg0.done;
|
|
777
781
|
return ret;
|
|
778
782
|
},
|
|
779
|
-
|
|
783
|
+
__wbg_drawIndexedIndirect_300125bd70bcd09b: function(arg0, arg1, arg2) {
|
|
780
784
|
arg0.drawIndexedIndirect(arg1, arg2);
|
|
781
785
|
},
|
|
782
|
-
|
|
783
|
-
arg0.drawIndexedIndirect(arg1, arg2);
|
|
784
|
-
},
|
|
785
|
-
__wbg_drawIndexed_280977bb1d3baf3d: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
786
|
+
__wbg_drawIndexed_68637ebab6dd8d6e: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
786
787
|
arg0.drawIndexed(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4, arg5 >>> 0);
|
|
787
788
|
},
|
|
788
|
-
|
|
789
|
-
arg0.drawIndexed(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4, arg5 >>> 0);
|
|
790
|
-
},
|
|
791
|
-
__wbg_drawIndirect_b393626eb70ae7fb: function(arg0, arg1, arg2) {
|
|
792
|
-
arg0.drawIndirect(arg1, arg2);
|
|
793
|
-
},
|
|
794
|
-
__wbg_drawIndirect_c6c299eb2ddf8fd7: function(arg0, arg1, arg2) {
|
|
795
|
-
arg0.drawIndirect(arg1, arg2);
|
|
796
|
-
},
|
|
797
|
-
__wbg_draw_26370233bc7d2e7e: function(arg0, arg1, arg2, arg3, arg4) {
|
|
798
|
-
arg0.draw(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
|
|
799
|
-
},
|
|
800
|
-
__wbg_draw_83285c3877561ec1: function(arg0, arg1, arg2, arg3, arg4) {
|
|
789
|
+
__wbg_draw_ad0811de56a2d768: function(arg0, arg1, arg2, arg3, arg4) {
|
|
801
790
|
arg0.draw(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
|
|
802
791
|
},
|
|
803
792
|
__wbg_duration_d8deec647addb21e: function(arg0) {
|
|
804
793
|
const ret = arg0.duration;
|
|
805
794
|
return ret;
|
|
806
795
|
},
|
|
807
|
-
|
|
796
|
+
__wbg_end_414453a89205612c: function(arg0) {
|
|
808
797
|
arg0.end();
|
|
809
798
|
},
|
|
810
|
-
|
|
799
|
+
__wbg_end_fb560a3ae8e3624e: function(arg0) {
|
|
811
800
|
arg0.end();
|
|
812
801
|
},
|
|
813
802
|
__wbg_enqueue_ec3552838b4b7fbf: function() { return handleError(function (arg0, arg1) {
|
|
814
803
|
arg0.enqueue(arg1);
|
|
815
804
|
}, arguments); },
|
|
805
|
+
__wbg_error_287b079609b734b7: function(arg0) {
|
|
806
|
+
const ret = arg0.error;
|
|
807
|
+
return ret;
|
|
808
|
+
},
|
|
816
809
|
__wbg_error_8d9a8e04cd1d3588: function(arg0) {
|
|
817
810
|
console.error(arg0);
|
|
818
811
|
},
|
|
@@ -834,21 +827,22 @@ function __wbg_get_imports() {
|
|
|
834
827
|
__wbg_error_cfce0f619500de52: function(arg0, arg1) {
|
|
835
828
|
console.error(arg0, arg1);
|
|
836
829
|
},
|
|
837
|
-
|
|
838
|
-
const ret = arg0
|
|
830
|
+
__wbg_eval_c311194bb27c7836: function() { return handleError(function (arg0, arg1) {
|
|
831
|
+
const ret = eval(getStringFromWasm0(arg0, arg1));
|
|
839
832
|
return ret;
|
|
840
|
-
},
|
|
841
|
-
__wbg_executeBundles_452872ac4afbbf92: function(arg0, arg1) {
|
|
842
|
-
arg0.executeBundles(arg1);
|
|
843
|
-
},
|
|
833
|
+
}, arguments); },
|
|
844
834
|
__wbg_exitPointerLock_3c4e763915172704: function(arg0) {
|
|
845
835
|
arg0.exitPointerLock();
|
|
846
836
|
},
|
|
847
|
-
|
|
837
|
+
__wbg_exports_166644897be74f9d: function(arg0) {
|
|
838
|
+
const ret = arg0.exports;
|
|
839
|
+
return ret;
|
|
840
|
+
},
|
|
841
|
+
__wbg_features_4ce861c12227aa47: function(arg0) {
|
|
848
842
|
const ret = arg0.features;
|
|
849
843
|
return ret;
|
|
850
844
|
},
|
|
851
|
-
|
|
845
|
+
__wbg_features_614e8836a2aaf39a: function(arg0) {
|
|
852
846
|
const ret = arg0.features;
|
|
853
847
|
return ret;
|
|
854
848
|
},
|
|
@@ -871,22 +865,14 @@ function __wbg_get_imports() {
|
|
|
871
865
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
872
866
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
873
867
|
},
|
|
874
|
-
|
|
875
|
-
const ret = arg0.finish(arg1);
|
|
876
|
-
return ret;
|
|
877
|
-
},
|
|
878
|
-
__wbg_finish_52172eac54898d16: function(arg0) {
|
|
868
|
+
__wbg_finish_087cb89c65c06eb1: function(arg0) {
|
|
879
869
|
const ret = arg0.finish();
|
|
880
870
|
return ret;
|
|
881
871
|
},
|
|
882
|
-
|
|
872
|
+
__wbg_finish_cfaeede3baf55be1: function(arg0, arg1) {
|
|
883
873
|
const ret = arg0.finish(arg1);
|
|
884
874
|
return ret;
|
|
885
875
|
},
|
|
886
|
-
__wbg_finish_dad34d81d4500e85: function(arg0) {
|
|
887
|
-
const ret = arg0.finish();
|
|
888
|
-
return ret;
|
|
889
|
-
},
|
|
890
876
|
__wbg_focus_885197ce680db9e0: function() { return handleError(function (arg0) {
|
|
891
877
|
arg0.focus();
|
|
892
878
|
}, arguments); },
|
|
@@ -909,11 +895,11 @@ function __wbg_get_imports() {
|
|
|
909
895
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
910
896
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
911
897
|
},
|
|
912
|
-
|
|
898
|
+
__wbg_getBindGroupLayout_cad8805dbabaab72: function(arg0, arg1) {
|
|
913
899
|
const ret = arg0.getBindGroupLayout(arg1 >>> 0);
|
|
914
900
|
return ret;
|
|
915
901
|
},
|
|
916
|
-
|
|
902
|
+
__wbg_getBindGroupLayout_fb57edd4e8a62514: function(arg0, arg1) {
|
|
917
903
|
const ret = arg0.getBindGroupLayout(arg1 >>> 0);
|
|
918
904
|
return ret;
|
|
919
905
|
},
|
|
@@ -925,7 +911,7 @@ function __wbg_get_imports() {
|
|
|
925
911
|
const ret = arg0.getCoalescedEvents;
|
|
926
912
|
return ret;
|
|
927
913
|
},
|
|
928
|
-
|
|
914
|
+
__wbg_getCompilationInfo_c3d79e277c51736e: function(arg0) {
|
|
929
915
|
const ret = arg0.getCompilationInfo();
|
|
930
916
|
return ret;
|
|
931
917
|
},
|
|
@@ -941,10 +927,10 @@ function __wbg_get_imports() {
|
|
|
941
927
|
const ret = arg0.getContext(getStringFromWasm0(arg1, arg2));
|
|
942
928
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
943
929
|
}, arguments); },
|
|
944
|
-
|
|
930
|
+
__wbg_getCurrentTexture_51975ae7185fd15f: function() { return handleError(function (arg0) {
|
|
945
931
|
const ret = arg0.getCurrentTexture();
|
|
946
932
|
return ret;
|
|
947
|
-
},
|
|
933
|
+
}, arguments); },
|
|
948
934
|
__wbg_getElementById_d1f25d287b19a833: function(arg0, arg1, arg2) {
|
|
949
935
|
const ret = arg0.getElementById(getStringFromWasm0(arg1, arg2));
|
|
950
936
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
@@ -956,10 +942,10 @@ function __wbg_get_imports() {
|
|
|
956
942
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
957
943
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
958
944
|
}, arguments); },
|
|
959
|
-
|
|
945
|
+
__wbg_getMappedRange_5ed22727c9679168: function() { return handleError(function (arg0, arg1, arg2) {
|
|
960
946
|
const ret = arg0.getMappedRange(arg1, arg2);
|
|
961
947
|
return ret;
|
|
962
|
-
},
|
|
948
|
+
}, arguments); },
|
|
963
949
|
__wbg_getModifierState_b0dd1ee94358290b: function(arg0, arg1, arg2) {
|
|
964
950
|
const ret = arg0.getModifierState(getStringFromWasm0(arg1, arg2));
|
|
965
951
|
return ret;
|
|
@@ -968,7 +954,7 @@ function __wbg_get_imports() {
|
|
|
968
954
|
const ret = Object.getOwnPropertyDescriptor(arg0, arg1);
|
|
969
955
|
return ret;
|
|
970
956
|
},
|
|
971
|
-
|
|
957
|
+
__wbg_getPreferredCanvasFormat_1b8495aeb1d11ab1: function(arg0) {
|
|
972
958
|
const ret = arg0.getPreferredCanvasFormat();
|
|
973
959
|
return (__wbindgen_enum_GpuTextureFormat.indexOf(ret) + 1 || 96) - 1;
|
|
974
960
|
},
|
|
@@ -1013,6 +999,10 @@ function __wbg_get_imports() {
|
|
|
1013
999
|
const ret = arg0[arg1 >>> 0];
|
|
1014
1000
|
return ret;
|
|
1015
1001
|
},
|
|
1002
|
+
__wbg_get_bc0da515bc47196d: function() { return handleError(function (arg0, arg1) {
|
|
1003
|
+
const ret = arg0.get(arg1 >>> 0);
|
|
1004
|
+
return ret;
|
|
1005
|
+
}, arguments); },
|
|
1016
1006
|
__wbg_get_c7546417fb0bec10: function(arg0, arg1) {
|
|
1017
1007
|
const ret = arg0[arg1 >>> 0];
|
|
1018
1008
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
@@ -1029,15 +1019,19 @@ function __wbg_get_imports() {
|
|
|
1029
1019
|
const ret = arg0.value;
|
|
1030
1020
|
return ret;
|
|
1031
1021
|
},
|
|
1032
|
-
|
|
1022
|
+
__wbg_gpu_a7c12045c25d009a: function(arg0) {
|
|
1033
1023
|
const ret = arg0.gpu;
|
|
1034
1024
|
return ret;
|
|
1035
1025
|
},
|
|
1026
|
+
__wbg_grow_090b6ac74494a315: function() { return handleError(function (arg0, arg1) {
|
|
1027
|
+
const ret = arg0.grow(arg1 >>> 0);
|
|
1028
|
+
return ret;
|
|
1029
|
+
}, arguments); },
|
|
1036
1030
|
__wbg_has_926ef2ff40b308cf: function() { return handleError(function (arg0, arg1) {
|
|
1037
1031
|
const ret = Reflect.has(arg0, arg1);
|
|
1038
1032
|
return ret;
|
|
1039
1033
|
}, arguments); },
|
|
1040
|
-
|
|
1034
|
+
__wbg_has_b5a46804dc5e62bd: function(arg0, arg1, arg2) {
|
|
1041
1035
|
const ret = arg0.has(getStringFromWasm0(arg1, arg2));
|
|
1042
1036
|
return ret;
|
|
1043
1037
|
},
|
|
@@ -1090,6 +1084,10 @@ function __wbg_get_imports() {
|
|
|
1090
1084
|
const ret = arg0.importKey(getStringFromWasm0(arg1, arg2), arg3, arg4, arg5 !== 0, arg6);
|
|
1091
1085
|
return ret;
|
|
1092
1086
|
}, arguments); },
|
|
1087
|
+
__wbg_info_22dcf1fd1b12bc7d: function(arg0) {
|
|
1088
|
+
const ret = arg0.info;
|
|
1089
|
+
return ret;
|
|
1090
|
+
},
|
|
1093
1091
|
__wbg_inlineSize_bc956acca480b3d7: function(arg0) {
|
|
1094
1092
|
const ret = arg0.inlineSize;
|
|
1095
1093
|
return ret;
|
|
@@ -1172,7 +1170,7 @@ function __wbg_get_imports() {
|
|
|
1172
1170
|
const ret = result;
|
|
1173
1171
|
return ret;
|
|
1174
1172
|
},
|
|
1175
|
-
|
|
1173
|
+
__wbg_instanceof_GpuAdapter_fc7b89fc546de0bc: function(arg0) {
|
|
1176
1174
|
let result;
|
|
1177
1175
|
try {
|
|
1178
1176
|
result = arg0 instanceof GPUAdapter;
|
|
@@ -1182,7 +1180,7 @@ function __wbg_get_imports() {
|
|
|
1182
1180
|
const ret = result;
|
|
1183
1181
|
return ret;
|
|
1184
1182
|
},
|
|
1185
|
-
|
|
1183
|
+
__wbg_instanceof_GpuCanvasContext_1a39fd0621603553: function(arg0) {
|
|
1186
1184
|
let result;
|
|
1187
1185
|
try {
|
|
1188
1186
|
result = arg0 instanceof GPUCanvasContext;
|
|
@@ -1192,7 +1190,7 @@ function __wbg_get_imports() {
|
|
|
1192
1190
|
const ret = result;
|
|
1193
1191
|
return ret;
|
|
1194
1192
|
},
|
|
1195
|
-
|
|
1193
|
+
__wbg_instanceof_GpuDeviceLostInfo_c0ebce29b32e81e8: function(arg0) {
|
|
1196
1194
|
let result;
|
|
1197
1195
|
try {
|
|
1198
1196
|
result = arg0 instanceof GPUDeviceLostInfo;
|
|
@@ -1202,7 +1200,7 @@ function __wbg_get_imports() {
|
|
|
1202
1200
|
const ret = result;
|
|
1203
1201
|
return ret;
|
|
1204
1202
|
},
|
|
1205
|
-
|
|
1203
|
+
__wbg_instanceof_GpuOutOfMemoryError_5ac5c50ce9ee21d2: function(arg0) {
|
|
1206
1204
|
let result;
|
|
1207
1205
|
try {
|
|
1208
1206
|
result = arg0 instanceof GPUOutOfMemoryError;
|
|
@@ -1212,7 +1210,7 @@ function __wbg_get_imports() {
|
|
|
1212
1210
|
const ret = result;
|
|
1213
1211
|
return ret;
|
|
1214
1212
|
},
|
|
1215
|
-
|
|
1213
|
+
__wbg_instanceof_GpuValidationError_77b97d666afabac1: function(arg0) {
|
|
1216
1214
|
let result;
|
|
1217
1215
|
try {
|
|
1218
1216
|
result = arg0 instanceof GPUValidationError;
|
|
@@ -1232,6 +1230,16 @@ function __wbg_get_imports() {
|
|
|
1232
1230
|
const ret = result;
|
|
1233
1231
|
return ret;
|
|
1234
1232
|
},
|
|
1233
|
+
__wbg_instanceof_HtmlIFrameElement_add14e48c3e8fd1c: function(arg0) {
|
|
1234
|
+
let result;
|
|
1235
|
+
try {
|
|
1236
|
+
result = arg0 instanceof HTMLIFrameElement;
|
|
1237
|
+
} catch (_) {
|
|
1238
|
+
result = false;
|
|
1239
|
+
}
|
|
1240
|
+
const ret = result;
|
|
1241
|
+
return ret;
|
|
1242
|
+
},
|
|
1235
1243
|
__wbg_instanceof_HtmlTextAreaElement_fe322f974610be3a: function(arg0) {
|
|
1236
1244
|
let result;
|
|
1237
1245
|
try {
|
|
@@ -1302,6 +1310,16 @@ function __wbg_get_imports() {
|
|
|
1302
1310
|
const ret = result;
|
|
1303
1311
|
return ret;
|
|
1304
1312
|
},
|
|
1313
|
+
__wbg_instanceof_Table_96e142b793ca3910: function(arg0) {
|
|
1314
|
+
let result;
|
|
1315
|
+
try {
|
|
1316
|
+
result = arg0 instanceof WebAssembly.Table;
|
|
1317
|
+
} catch (_) {
|
|
1318
|
+
result = false;
|
|
1319
|
+
}
|
|
1320
|
+
const ret = result;
|
|
1321
|
+
return ret;
|
|
1322
|
+
},
|
|
1305
1323
|
__wbg_instanceof_Uint8Array_740438561a5b956d: function(arg0) {
|
|
1306
1324
|
let result;
|
|
1307
1325
|
try {
|
|
@@ -1345,7 +1363,7 @@ function __wbg_get_imports() {
|
|
|
1345
1363
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1346
1364
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1347
1365
|
},
|
|
1348
|
-
|
|
1366
|
+
__wbg_label_47480289cc2bce71: function(arg0, arg1) {
|
|
1349
1367
|
const ret = arg1.label;
|
|
1350
1368
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1351
1369
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -1363,11 +1381,11 @@ function __wbg_get_imports() {
|
|
|
1363
1381
|
const ret = arg0.length;
|
|
1364
1382
|
return ret;
|
|
1365
1383
|
},
|
|
1366
|
-
|
|
1384
|
+
__wbg_length_913f63493d251eea: function(arg0) {
|
|
1367
1385
|
const ret = arg0.length;
|
|
1368
1386
|
return ret;
|
|
1369
1387
|
},
|
|
1370
|
-
|
|
1388
|
+
__wbg_length_b3416cf66a5452c8: function(arg0) {
|
|
1371
1389
|
const ret = arg0.length;
|
|
1372
1390
|
return ret;
|
|
1373
1391
|
},
|
|
@@ -1375,15 +1393,15 @@ function __wbg_get_imports() {
|
|
|
1375
1393
|
const ret = arg0.length;
|
|
1376
1394
|
return ret;
|
|
1377
1395
|
},
|
|
1378
|
-
|
|
1396
|
+
__wbg_limits_1c25cb4f379a4418: function(arg0) {
|
|
1379
1397
|
const ret = arg0.limits;
|
|
1380
1398
|
return ret;
|
|
1381
1399
|
},
|
|
1382
|
-
|
|
1400
|
+
__wbg_limits_50a8c5e629dbfe40: function(arg0) {
|
|
1383
1401
|
const ret = arg0.limits;
|
|
1384
1402
|
return ret;
|
|
1385
1403
|
},
|
|
1386
|
-
|
|
1404
|
+
__wbg_lineNum_dcb1290a741f4c3f: function(arg0) {
|
|
1387
1405
|
const ret = arg0.lineNum;
|
|
1388
1406
|
return ret;
|
|
1389
1407
|
},
|
|
@@ -1421,11 +1439,11 @@ function __wbg_get_imports() {
|
|
|
1421
1439
|
__wbg_log_f9fd74320aa3c372: function(arg0, arg1) {
|
|
1422
1440
|
console.log(arg0, arg1);
|
|
1423
1441
|
},
|
|
1424
|
-
|
|
1442
|
+
__wbg_lost_7b1065bddc80e8ac: function(arg0) {
|
|
1425
1443
|
const ret = arg0.lost;
|
|
1426
1444
|
return ret;
|
|
1427
1445
|
},
|
|
1428
|
-
|
|
1446
|
+
__wbg_mapAsync_bb0029907dd91181: function(arg0, arg1, arg2, arg3) {
|
|
1429
1447
|
const ret = arg0.mapAsync(arg1 >>> 0, arg2, arg3);
|
|
1430
1448
|
return ret;
|
|
1431
1449
|
},
|
|
@@ -1443,91 +1461,95 @@ function __wbg_get_imports() {
|
|
|
1443
1461
|
const ret = arg0.matches;
|
|
1444
1462
|
return ret;
|
|
1445
1463
|
},
|
|
1446
|
-
|
|
1464
|
+
__wbg_maxBindGroups_14611ac9ed1c6b56: function(arg0) {
|
|
1447
1465
|
const ret = arg0.maxBindGroups;
|
|
1448
1466
|
return ret;
|
|
1449
1467
|
},
|
|
1450
|
-
|
|
1468
|
+
__wbg_maxBindingsPerBindGroup_dd3f66044d2a9bfb: function(arg0) {
|
|
1451
1469
|
const ret = arg0.maxBindingsPerBindGroup;
|
|
1452
1470
|
return ret;
|
|
1453
1471
|
},
|
|
1454
|
-
|
|
1472
|
+
__wbg_maxBufferSize_f7ce3e1856349d2f: function(arg0) {
|
|
1455
1473
|
const ret = arg0.maxBufferSize;
|
|
1456
1474
|
return ret;
|
|
1457
1475
|
},
|
|
1458
|
-
|
|
1476
|
+
__wbg_maxColorAttachmentBytesPerSample_55e64194645ea041: function(arg0) {
|
|
1459
1477
|
const ret = arg0.maxColorAttachmentBytesPerSample;
|
|
1460
1478
|
return ret;
|
|
1461
1479
|
},
|
|
1462
|
-
|
|
1480
|
+
__wbg_maxColorAttachments_fd9187f9f786da18: function(arg0) {
|
|
1463
1481
|
const ret = arg0.maxColorAttachments;
|
|
1464
1482
|
return ret;
|
|
1465
1483
|
},
|
|
1466
|
-
|
|
1484
|
+
__wbg_maxComputeInvocationsPerWorkgroup_9b3b1fc261129782: function(arg0) {
|
|
1467
1485
|
const ret = arg0.maxComputeInvocationsPerWorkgroup;
|
|
1468
1486
|
return ret;
|
|
1469
1487
|
},
|
|
1470
|
-
|
|
1488
|
+
__wbg_maxComputeWorkgroupSizeX_c55bbbcc02b75241: function(arg0) {
|
|
1471
1489
|
const ret = arg0.maxComputeWorkgroupSizeX;
|
|
1472
1490
|
return ret;
|
|
1473
1491
|
},
|
|
1474
|
-
|
|
1492
|
+
__wbg_maxComputeWorkgroupSizeY_96f40b1ec3102a3a: function(arg0) {
|
|
1475
1493
|
const ret = arg0.maxComputeWorkgroupSizeY;
|
|
1476
1494
|
return ret;
|
|
1477
1495
|
},
|
|
1478
|
-
|
|
1496
|
+
__wbg_maxComputeWorkgroupSizeZ_c2b1061d521561bb: function(arg0) {
|
|
1479
1497
|
const ret = arg0.maxComputeWorkgroupSizeZ;
|
|
1480
1498
|
return ret;
|
|
1481
1499
|
},
|
|
1482
|
-
|
|
1500
|
+
__wbg_maxComputeWorkgroupStorageSize_fac26e89d99e08f9: function(arg0) {
|
|
1483
1501
|
const ret = arg0.maxComputeWorkgroupStorageSize;
|
|
1484
1502
|
return ret;
|
|
1485
1503
|
},
|
|
1486
|
-
|
|
1504
|
+
__wbg_maxComputeWorkgroupsPerDimension_cd001f910e9b4d70: function(arg0) {
|
|
1487
1505
|
const ret = arg0.maxComputeWorkgroupsPerDimension;
|
|
1488
1506
|
return ret;
|
|
1489
1507
|
},
|
|
1490
|
-
|
|
1508
|
+
__wbg_maxDynamicStorageBuffersPerPipelineLayout_29399b82af020d86: function(arg0) {
|
|
1491
1509
|
const ret = arg0.maxDynamicStorageBuffersPerPipelineLayout;
|
|
1492
1510
|
return ret;
|
|
1493
1511
|
},
|
|
1494
|
-
|
|
1512
|
+
__wbg_maxDynamicUniformBuffersPerPipelineLayout_6d6cf80f3bd08e52: function(arg0) {
|
|
1495
1513
|
const ret = arg0.maxDynamicUniformBuffersPerPipelineLayout;
|
|
1496
1514
|
return ret;
|
|
1497
1515
|
},
|
|
1498
|
-
|
|
1516
|
+
__wbg_maxInterStageShaderVariables_8b000f47a166b1d5: function(arg0) {
|
|
1517
|
+
const ret = arg0.maxInterStageShaderVariables;
|
|
1518
|
+
return ret;
|
|
1519
|
+
},
|
|
1520
|
+
__wbg_maxSampledTexturesPerShaderStage_618a49f33217dde2: function(arg0) {
|
|
1499
1521
|
const ret = arg0.maxSampledTexturesPerShaderStage;
|
|
1500
1522
|
return ret;
|
|
1501
1523
|
},
|
|
1502
|
-
|
|
1524
|
+
__wbg_maxSamplersPerShaderStage_aa09fa0311712a1a: function(arg0) {
|
|
1503
1525
|
const ret = arg0.maxSamplersPerShaderStage;
|
|
1504
1526
|
return ret;
|
|
1505
1527
|
},
|
|
1506
|
-
|
|
1528
|
+
__wbg_maxStorageBufferBindingSize_0ec83ae10ad73180: function(arg0) {
|
|
1507
1529
|
const ret = arg0.maxStorageBufferBindingSize;
|
|
1508
1530
|
return ret;
|
|
1509
1531
|
},
|
|
1510
|
-
|
|
1532
|
+
__wbg_maxStorageBuffersPerShaderStage_0cca5b468fcf10b6: function(arg0) {
|
|
1511
1533
|
const ret = arg0.maxStorageBuffersPerShaderStage;
|
|
1512
1534
|
return ret;
|
|
1513
1535
|
},
|
|
1514
|
-
|
|
1536
|
+
__wbg_maxStorageTexturesPerShaderStage_9d6c35770f37866c: function(arg0) {
|
|
1515
1537
|
const ret = arg0.maxStorageTexturesPerShaderStage;
|
|
1516
1538
|
return ret;
|
|
1517
1539
|
},
|
|
1518
|
-
|
|
1540
|
+
__wbg_maxTextureArrayLayers_c2bf9c85285832d4: function(arg0) {
|
|
1519
1541
|
const ret = arg0.maxTextureArrayLayers;
|
|
1520
1542
|
return ret;
|
|
1521
1543
|
},
|
|
1522
|
-
|
|
1544
|
+
__wbg_maxTextureDimension1D_e09f86e22ea6bac9: function(arg0) {
|
|
1523
1545
|
const ret = arg0.maxTextureDimension1D;
|
|
1524
1546
|
return ret;
|
|
1525
1547
|
},
|
|
1526
|
-
|
|
1548
|
+
__wbg_maxTextureDimension2D_2631916ef9a3efa8: function(arg0) {
|
|
1527
1549
|
const ret = arg0.maxTextureDimension2D;
|
|
1528
1550
|
return ret;
|
|
1529
1551
|
},
|
|
1530
|
-
|
|
1552
|
+
__wbg_maxTextureDimension3D_06ee54121b37d431: function(arg0) {
|
|
1531
1553
|
const ret = arg0.maxTextureDimension3D;
|
|
1532
1554
|
return ret;
|
|
1533
1555
|
},
|
|
@@ -1535,23 +1557,23 @@ function __wbg_get_imports() {
|
|
|
1535
1557
|
const ret = arg0.maxTouchPoints;
|
|
1536
1558
|
return ret;
|
|
1537
1559
|
},
|
|
1538
|
-
|
|
1560
|
+
__wbg_maxUniformBufferBindingSize_af9e8a077907ed64: function(arg0) {
|
|
1539
1561
|
const ret = arg0.maxUniformBufferBindingSize;
|
|
1540
1562
|
return ret;
|
|
1541
1563
|
},
|
|
1542
|
-
|
|
1564
|
+
__wbg_maxUniformBuffersPerShaderStage_f871b70865df8c11: function(arg0) {
|
|
1543
1565
|
const ret = arg0.maxUniformBuffersPerShaderStage;
|
|
1544
1566
|
return ret;
|
|
1545
1567
|
},
|
|
1546
|
-
|
|
1568
|
+
__wbg_maxVertexAttributes_e72dabb2714f5cf5: function(arg0) {
|
|
1547
1569
|
const ret = arg0.maxVertexAttributes;
|
|
1548
1570
|
return ret;
|
|
1549
1571
|
},
|
|
1550
|
-
|
|
1572
|
+
__wbg_maxVertexBufferArrayStride_6a1cd814386082ce: function(arg0) {
|
|
1551
1573
|
const ret = arg0.maxVertexBufferArrayStride;
|
|
1552
1574
|
return ret;
|
|
1553
1575
|
},
|
|
1554
|
-
|
|
1576
|
+
__wbg_maxVertexBuffers_9c61c5fd286ebcc6: function(arg0) {
|
|
1555
1577
|
const ret = arg0.maxVertexBuffers;
|
|
1556
1578
|
return ret;
|
|
1557
1579
|
},
|
|
@@ -1566,28 +1588,28 @@ function __wbg_get_imports() {
|
|
|
1566
1588
|
const ret = arg0.message;
|
|
1567
1589
|
return ret;
|
|
1568
1590
|
},
|
|
1569
|
-
|
|
1591
|
+
__wbg_message_09714b1dbee17e65: function(arg0, arg1) {
|
|
1570
1592
|
const ret = arg1.message;
|
|
1571
1593
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1572
1594
|
const len1 = WASM_VECTOR_LEN;
|
|
1573
1595
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1574
1596
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1575
1597
|
},
|
|
1576
|
-
|
|
1598
|
+
__wbg_message_0e4f85c2a4e0c383: function(arg0, arg1) {
|
|
1577
1599
|
const ret = arg1.message;
|
|
1578
1600
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1579
1601
|
const len1 = WASM_VECTOR_LEN;
|
|
1580
1602
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1581
1603
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1582
1604
|
},
|
|
1583
|
-
|
|
1605
|
+
__wbg_message_6769962f0009c864: function(arg0, arg1) {
|
|
1584
1606
|
const ret = arg1.message;
|
|
1585
1607
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1586
1608
|
const len1 = WASM_VECTOR_LEN;
|
|
1587
1609
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1588
1610
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1589
1611
|
},
|
|
1590
|
-
|
|
1612
|
+
__wbg_message_67f6368dc2a526af: function(arg0, arg1) {
|
|
1591
1613
|
const ret = arg1.message;
|
|
1592
1614
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1593
1615
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -1601,7 +1623,7 @@ function __wbg_get_imports() {
|
|
|
1601
1623
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1602
1624
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1603
1625
|
},
|
|
1604
|
-
|
|
1626
|
+
__wbg_messages_dc527368f2209735: function(arg0) {
|
|
1605
1627
|
const ret = arg0.messages;
|
|
1606
1628
|
return ret;
|
|
1607
1629
|
},
|
|
@@ -1613,11 +1635,11 @@ function __wbg_get_imports() {
|
|
|
1613
1635
|
const ret = arg0.metaKey;
|
|
1614
1636
|
return ret;
|
|
1615
1637
|
},
|
|
1616
|
-
|
|
1638
|
+
__wbg_minStorageBufferOffsetAlignment_e214f59628fb3558: function(arg0) {
|
|
1617
1639
|
const ret = arg0.minStorageBufferOffsetAlignment;
|
|
1618
1640
|
return ret;
|
|
1619
1641
|
},
|
|
1620
|
-
|
|
1642
|
+
__wbg_minUniformBufferOffsetAlignment_58b69e1c3924f6a4: function(arg0) {
|
|
1621
1643
|
const ret = arg0.minUniformBufferOffsetAlignment;
|
|
1622
1644
|
return ret;
|
|
1623
1645
|
},
|
|
@@ -1677,6 +1699,10 @@ function __wbg_get_imports() {
|
|
|
1677
1699
|
const ret = new IntersectionObserver(arg0);
|
|
1678
1700
|
return ret;
|
|
1679
1701
|
}, arguments); },
|
|
1702
|
+
__wbg_new_592b75079b91788e: function() { return handleError(function (arg0, arg1) {
|
|
1703
|
+
const ret = new WebAssembly.Instance(arg0, arg1);
|
|
1704
|
+
return ret;
|
|
1705
|
+
}, arguments); },
|
|
1680
1706
|
__wbg_new_5e532409c6c7bba4: function() { return handleError(function () {
|
|
1681
1707
|
const ret = new lAudioContext();
|
|
1682
1708
|
return ret;
|
|
@@ -1693,6 +1719,10 @@ function __wbg_get_imports() {
|
|
|
1693
1719
|
const ret = new Array();
|
|
1694
1720
|
return ret;
|
|
1695
1721
|
},
|
|
1722
|
+
__wbg_new_a9fd9e2ed6d139ae: function() { return handleError(function (arg0) {
|
|
1723
|
+
const ret = new WebAssembly.Module(arg0);
|
|
1724
|
+
return ret;
|
|
1725
|
+
}, arguments); },
|
|
1696
1726
|
__wbg_new_ab79df5bd7c26067: function() {
|
|
1697
1727
|
const ret = new Object();
|
|
1698
1728
|
return ret;
|
|
@@ -1740,7 +1770,7 @@ function __wbg_get_imports() {
|
|
|
1740
1770
|
const a = state0.a;
|
|
1741
1771
|
state0.a = 0;
|
|
1742
1772
|
try {
|
|
1743
|
-
return
|
|
1773
|
+
return wasm_bindgen__convert__closures_____invoke__h65f53cb9c5fcb430(a, state0.b, arg0, arg1);
|
|
1744
1774
|
} finally {
|
|
1745
1775
|
state0.a = a;
|
|
1746
1776
|
}
|
|
@@ -1771,6 +1801,10 @@ function __wbg_get_imports() {
|
|
|
1771
1801
|
const ret = new RTCPeerConnection(arg0);
|
|
1772
1802
|
return ret;
|
|
1773
1803
|
}, arguments); },
|
|
1804
|
+
__wbg_new_with_event_init_dict_a3810be5ec2ca41c: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1805
|
+
const ret = new PointerEvent(getStringFromWasm0(arg0, arg1), arg2);
|
|
1806
|
+
return ret;
|
|
1807
|
+
}, arguments); },
|
|
1774
1808
|
__wbg_new_with_length_825018a1616e9e55: function(arg0) {
|
|
1775
1809
|
const ret = new Uint8Array(arg0 >>> 0);
|
|
1776
1810
|
return ret;
|
|
@@ -1840,14 +1874,29 @@ function __wbg_get_imports() {
|
|
|
1840
1874
|
const ret = arg0.offsetY;
|
|
1841
1875
|
return ret;
|
|
1842
1876
|
},
|
|
1843
|
-
|
|
1877
|
+
__wbg_offset_930ad04ce11a8be1: function(arg0) {
|
|
1844
1878
|
const ret = arg0.offset;
|
|
1845
1879
|
return ret;
|
|
1846
1880
|
},
|
|
1881
|
+
__wbg_onSubmittedWorkDone_1460145eecea40ef: function(arg0) {
|
|
1882
|
+
const ret = arg0.onSubmittedWorkDone();
|
|
1883
|
+
return ret;
|
|
1884
|
+
},
|
|
1847
1885
|
__wbg_open_6278297441644f07: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
1848
1886
|
const ret = arg0.open(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
1849
1887
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1850
1888
|
}, arguments); },
|
|
1889
|
+
__wbg_open_891ac0b929710544: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
1890
|
+
const ret = arg0.open(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4), getStringFromWasm0(arg5, arg6));
|
|
1891
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1892
|
+
}, arguments); },
|
|
1893
|
+
__wbg_origin_3a929219cb000f49: function(arg0, arg1) {
|
|
1894
|
+
const ret = arg1.origin;
|
|
1895
|
+
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1896
|
+
const len1 = WASM_VECTOR_LEN;
|
|
1897
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1898
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1899
|
+
},
|
|
1851
1900
|
__wbg_origin_bac5c3119fe40a90: function() { return handleError(function (arg0, arg1) {
|
|
1852
1901
|
const ret = arg1.origin;
|
|
1853
1902
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -1855,6 +1904,14 @@ function __wbg_get_imports() {
|
|
|
1855
1904
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1856
1905
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1857
1906
|
}, arguments); },
|
|
1907
|
+
__wbg_pan_4182a9bbd48792d9: function(arg0) {
|
|
1908
|
+
const ret = arg0.pan;
|
|
1909
|
+
return ret;
|
|
1910
|
+
},
|
|
1911
|
+
__wbg_parent_8078622065f6a717: function() { return handleError(function (arg0) {
|
|
1912
|
+
const ret = arg0.parent;
|
|
1913
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1914
|
+
}, arguments); },
|
|
1858
1915
|
__wbg_pathname_91da77877cfd2b76: function() { return handleError(function (arg0, arg1) {
|
|
1859
1916
|
const ret = arg1.pathname;
|
|
1860
1917
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -1892,7 +1949,7 @@ function __wbg_get_imports() {
|
|
|
1892
1949
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1893
1950
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1894
1951
|
},
|
|
1895
|
-
|
|
1952
|
+
__wbg_popErrorScope_4cbc9ce0c8cc5a9f: function(arg0) {
|
|
1896
1953
|
const ret = arg0.popErrorScope();
|
|
1897
1954
|
return ret;
|
|
1898
1955
|
},
|
|
@@ -1904,6 +1961,9 @@ function __wbg_get_imports() {
|
|
|
1904
1961
|
const ret = arg0.port2;
|
|
1905
1962
|
return ret;
|
|
1906
1963
|
},
|
|
1964
|
+
__wbg_postMessage_149575509e02c89c: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1965
|
+
arg0.postMessage(arg1, getStringFromWasm0(arg2, arg3));
|
|
1966
|
+
}, arguments); },
|
|
1907
1967
|
__wbg_postMessage_5ed5275983f7dad2: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1908
1968
|
arg0.postMessage(arg1, arg2);
|
|
1909
1969
|
}, arguments); },
|
|
@@ -1938,7 +1998,7 @@ function __wbg_get_imports() {
|
|
|
1938
1998
|
__wbg_prototypesetcall_f04613188bde902d: function(arg0, arg1, arg2) {
|
|
1939
1999
|
Uint32Array.prototype.set.call(getArrayU32FromWasm0(arg0, arg1), arg2);
|
|
1940
2000
|
},
|
|
1941
|
-
|
|
2001
|
+
__wbg_pushErrorScope_aad0eef2ff5b28d3: function(arg0, arg1) {
|
|
1942
2002
|
arg0.pushErrorScope(__wbindgen_enum_GpuErrorFilter[arg1]);
|
|
1943
2003
|
},
|
|
1944
2004
|
__wbg_push_e87b0e732085a946: function(arg0, arg1) {
|
|
@@ -1959,7 +2019,7 @@ function __wbg_get_imports() {
|
|
|
1959
2019
|
__wbg_queueMicrotask_a082d78ce798393e: function(arg0) {
|
|
1960
2020
|
queueMicrotask(arg0);
|
|
1961
2021
|
},
|
|
1962
|
-
|
|
2022
|
+
__wbg_queue_65d985f3e6d786a6: function(arg0) {
|
|
1963
2023
|
const ret = arg0.queue;
|
|
1964
2024
|
return ret;
|
|
1965
2025
|
},
|
|
@@ -1986,7 +2046,7 @@ function __wbg_get_imports() {
|
|
|
1986
2046
|
const ret = arg0.readyState;
|
|
1987
2047
|
return (__wbindgen_enum_RtcDataChannelState.indexOf(ret) + 1 || 5) - 1;
|
|
1988
2048
|
},
|
|
1989
|
-
|
|
2049
|
+
__wbg_reason_21c585c1cbc2cc8f: function(arg0) {
|
|
1990
2050
|
const ret = arg0.reason;
|
|
1991
2051
|
return (__wbindgen_enum_GpuDeviceLostReason.indexOf(ret) + 1 || 3) - 1;
|
|
1992
2052
|
},
|
|
@@ -2019,7 +2079,7 @@ function __wbg_get_imports() {
|
|
|
2019
2079
|
__wbg_replace_ac021aa56ba20cbb: function() { return handleError(function (arg0, arg1, arg2) {
|
|
2020
2080
|
arg0.replace(getStringFromWasm0(arg1, arg2));
|
|
2021
2081
|
}, arguments); },
|
|
2022
|
-
|
|
2082
|
+
__wbg_requestAdapter_9ff5c9d1ff271165: function(arg0, arg1) {
|
|
2023
2083
|
const ret = arg0.requestAdapter(arg1);
|
|
2024
2084
|
return ret;
|
|
2025
2085
|
},
|
|
@@ -2027,7 +2087,7 @@ function __wbg_get_imports() {
|
|
|
2027
2087
|
const ret = arg0.requestAnimationFrame(arg1);
|
|
2028
2088
|
return ret;
|
|
2029
2089
|
}, arguments); },
|
|
2030
|
-
|
|
2090
|
+
__wbg_requestDevice_c1c34f88a477e509: function(arg0, arg1) {
|
|
2031
2091
|
const ret = arg0.requestDevice(arg1);
|
|
2032
2092
|
return ret;
|
|
2033
2093
|
},
|
|
@@ -2054,7 +2114,7 @@ function __wbg_get_imports() {
|
|
|
2054
2114
|
const ret = module.require;
|
|
2055
2115
|
return ret;
|
|
2056
2116
|
}, arguments); },
|
|
2057
|
-
|
|
2117
|
+
__wbg_resolveQuerySet_1eef18cd73ebb548: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
2058
2118
|
arg0.resolveQuerySet(arg1, arg2 >>> 0, arg3 >>> 0, arg4, arg5 >>> 0);
|
|
2059
2119
|
},
|
|
2060
2120
|
__wbg_resolve_ae8d83246e5bcc12: function(arg0) {
|
|
@@ -2131,37 +2191,19 @@ function __wbg_get_imports() {
|
|
|
2131
2191
|
__wbg_setAttribute_f20d3b966749ab64: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
2132
2192
|
arg0.setAttribute(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
2133
2193
|
}, arguments); },
|
|
2134
|
-
|
|
2194
|
+
__wbg_setBindGroup_4ba56e1e0d26f244: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
2135
2195
|
arg0.setBindGroup(arg1 >>> 0, arg2, getArrayU32FromWasm0(arg3, arg4), arg5, arg6 >>> 0);
|
|
2136
|
-
},
|
|
2137
|
-
|
|
2196
|
+
}, arguments); },
|
|
2197
|
+
__wbg_setBindGroup_6124849cc8547086: function(arg0, arg1, arg2) {
|
|
2138
2198
|
arg0.setBindGroup(arg1 >>> 0, arg2);
|
|
2139
2199
|
},
|
|
2140
|
-
|
|
2200
|
+
__wbg_setBindGroup_79afcff8b9db8be3: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
2141
2201
|
arg0.setBindGroup(arg1 >>> 0, arg2, getArrayU32FromWasm0(arg3, arg4), arg5, arg6 >>> 0);
|
|
2142
|
-
},
|
|
2143
|
-
|
|
2144
|
-
arg0.setBindGroup(arg1 >>> 0, arg2);
|
|
2145
|
-
},
|
|
2146
|
-
__wbg_setBindGroup_4ac51c0e16178380: function(arg0, arg1, arg2) {
|
|
2202
|
+
}, arguments); },
|
|
2203
|
+
__wbg_setBindGroup_84eb639ac393a9f4: function(arg0, arg1, arg2) {
|
|
2147
2204
|
arg0.setBindGroup(arg1 >>> 0, arg2);
|
|
2148
2205
|
},
|
|
2149
|
-
|
|
2150
|
-
arg0.setBindGroup(arg1 >>> 0, arg2, getArrayU32FromWasm0(arg3, arg4), arg5, arg6 >>> 0);
|
|
2151
|
-
},
|
|
2152
|
-
__wbg_setBlendConstant_00bed453ac51c91b: function(arg0, arg1) {
|
|
2153
|
-
arg0.setBlendConstant(arg1);
|
|
2154
|
-
},
|
|
2155
|
-
__wbg_setIndexBuffer_42017bb879ab062b: function(arg0, arg1, arg2, arg3) {
|
|
2156
|
-
arg0.setIndexBuffer(arg1, __wbindgen_enum_GpuIndexFormat[arg2], arg3);
|
|
2157
|
-
},
|
|
2158
|
-
__wbg_setIndexBuffer_4876c05f77106bb6: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2159
|
-
arg0.setIndexBuffer(arg1, __wbindgen_enum_GpuIndexFormat[arg2], arg3, arg4);
|
|
2160
|
-
},
|
|
2161
|
-
__wbg_setIndexBuffer_8c79ee0b0b6460fa: function(arg0, arg1, arg2, arg3) {
|
|
2162
|
-
arg0.setIndexBuffer(arg1, __wbindgen_enum_GpuIndexFormat[arg2], arg3);
|
|
2163
|
-
},
|
|
2164
|
-
__wbg_setIndexBuffer_e10a7cf5d063fdab: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2206
|
+
__wbg_setIndexBuffer_17431786d06c1b7c: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2165
2207
|
arg0.setIndexBuffer(arg1, __wbindgen_enum_GpuIndexFormat[arg2], arg3, arg4);
|
|
2166
2208
|
},
|
|
2167
2209
|
__wbg_setItem_5f84aeef0d7f3c17: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
@@ -2171,13 +2213,10 @@ function __wbg_get_imports() {
|
|
|
2171
2213
|
const ret = arg0.setLocalDescription(arg1);
|
|
2172
2214
|
return ret;
|
|
2173
2215
|
},
|
|
2174
|
-
|
|
2175
|
-
arg0.setPipeline(arg1);
|
|
2176
|
-
},
|
|
2177
|
-
__wbg_setPipeline_c4793bebd98b8e56: function(arg0, arg1) {
|
|
2216
|
+
__wbg_setPipeline_95c76ab8da697fcf: function(arg0, arg1) {
|
|
2178
2217
|
arg0.setPipeline(arg1);
|
|
2179
2218
|
},
|
|
2180
|
-
|
|
2219
|
+
__wbg_setPipeline_bab24dbce96903b9: function(arg0, arg1) {
|
|
2181
2220
|
arg0.setPipeline(arg1);
|
|
2182
2221
|
},
|
|
2183
2222
|
__wbg_setPointerCapture_b6e6a21fc0db7621: function() { return handleError(function (arg0, arg1) {
|
|
@@ -2190,15 +2229,12 @@ function __wbg_get_imports() {
|
|
|
2190
2229
|
const ret = arg0.setRemoteDescription(arg1);
|
|
2191
2230
|
return ret;
|
|
2192
2231
|
},
|
|
2193
|
-
|
|
2232
|
+
__wbg_setScissorRect_40786fdec122b032: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2194
2233
|
arg0.setScissorRect(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
|
|
2195
2234
|
},
|
|
2196
2235
|
__wbg_setSelectionRange_d7858ccc0a353c99: function() { return handleError(function (arg0, arg1, arg2) {
|
|
2197
2236
|
arg0.setSelectionRange(arg1 >>> 0, arg2 >>> 0);
|
|
2198
2237
|
}, arguments); },
|
|
2199
|
-
__wbg_setStencilReference_7a98f054e2f31f54: function(arg0, arg1) {
|
|
2200
|
-
arg0.setStencilReference(arg1 >>> 0);
|
|
2201
|
-
},
|
|
2202
2238
|
__wbg_setTimeout_647865935a499f8b: function() { return handleError(function (arg0, arg1) {
|
|
2203
2239
|
const ret = arg0.setTimeout(arg1);
|
|
2204
2240
|
return ret;
|
|
@@ -2215,24 +2251,18 @@ function __wbg_get_imports() {
|
|
|
2215
2251
|
const ret = setTimeout(arg0, arg1);
|
|
2216
2252
|
return ret;
|
|
2217
2253
|
},
|
|
2218
|
-
|
|
2219
|
-
arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3);
|
|
2220
|
-
},
|
|
2221
|
-
__wbg_setVertexBuffer_c973cd35605098e4: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2222
|
-
arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3, arg4);
|
|
2223
|
-
},
|
|
2224
|
-
__wbg_setVertexBuffer_e80315ecd1774568: function(arg0, arg1, arg2, arg3) {
|
|
2225
|
-
arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3);
|
|
2226
|
-
},
|
|
2227
|
-
__wbg_setVertexBuffer_ef41a6013dba1352: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2254
|
+
__wbg_setVertexBuffer_b508baf8d0ffe331: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2228
2255
|
arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3, arg4);
|
|
2229
2256
|
},
|
|
2230
|
-
|
|
2257
|
+
__wbg_setViewport_f9d423db4f4b4b58: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
2231
2258
|
arg0.setViewport(arg1, arg2, arg3, arg4, arg5, arg6);
|
|
2232
2259
|
},
|
|
2233
2260
|
__wbg_set_47ebe5038df191ef: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2234
2261
|
arg0.set(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
2235
2262
|
},
|
|
2263
|
+
__wbg_set_726a6b65926212b5: function() { return handleError(function (arg0, arg1, arg2) {
|
|
2264
|
+
arg0.set(arg1 >>> 0, arg2);
|
|
2265
|
+
}, arguments); },
|
|
2236
2266
|
__wbg_set_7eaa4f96924fd6b3: function() { return handleError(function (arg0, arg1, arg2) {
|
|
2237
2267
|
const ret = Reflect.set(arg0, arg1, arg2);
|
|
2238
2268
|
return ret;
|
|
@@ -2240,42 +2270,285 @@ function __wbg_get_imports() {
|
|
|
2240
2270
|
__wbg_set_8c0b3ffcf05d61c2: function(arg0, arg1, arg2) {
|
|
2241
2271
|
arg0.set(getArrayU8FromWasm0(arg1, arg2));
|
|
2242
2272
|
},
|
|
2273
|
+
__wbg_set_a_5f6e488475272136: function(arg0, arg1) {
|
|
2274
|
+
arg0.a = arg1;
|
|
2275
|
+
},
|
|
2276
|
+
__wbg_set_access_091f317905cd76a5: function(arg0, arg1) {
|
|
2277
|
+
arg0.access = __wbindgen_enum_GpuStorageTextureAccess[arg1];
|
|
2278
|
+
},
|
|
2279
|
+
__wbg_set_address_mode_u_a37cf1035585c638: function(arg0, arg1) {
|
|
2280
|
+
arg0.addressModeU = __wbindgen_enum_GpuAddressMode[arg1];
|
|
2281
|
+
},
|
|
2282
|
+
__wbg_set_address_mode_v_8ac049e029caef76: function(arg0, arg1) {
|
|
2283
|
+
arg0.addressModeV = __wbindgen_enum_GpuAddressMode[arg1];
|
|
2284
|
+
},
|
|
2285
|
+
__wbg_set_address_mode_w_eb9260ee11729e92: function(arg0, arg1) {
|
|
2286
|
+
arg0.addressModeW = __wbindgen_enum_GpuAddressMode[arg1];
|
|
2287
|
+
},
|
|
2288
|
+
__wbg_set_alpha_aa2e606e9e647b21: function(arg0, arg1) {
|
|
2289
|
+
arg0.alpha = arg1;
|
|
2290
|
+
},
|
|
2291
|
+
__wbg_set_alpha_mode_92402195b3ae1ee7: function(arg0, arg1) {
|
|
2292
|
+
arg0.alphaMode = __wbindgen_enum_GpuCanvasAlphaMode[arg1];
|
|
2293
|
+
},
|
|
2294
|
+
__wbg_set_alpha_to_coverage_enabled_b4ce9c3f7f8b7ad7: function(arg0, arg1) {
|
|
2295
|
+
arg0.alphaToCoverageEnabled = arg1 !== 0;
|
|
2296
|
+
},
|
|
2297
|
+
__wbg_set_array_layer_count_daec613068108a9d: function(arg0, arg1) {
|
|
2298
|
+
arg0.arrayLayerCount = arg1 >>> 0;
|
|
2299
|
+
},
|
|
2300
|
+
__wbg_set_array_stride_c2c009eabc18b5f6: function(arg0, arg1) {
|
|
2301
|
+
arg0.arrayStride = arg1;
|
|
2302
|
+
},
|
|
2303
|
+
__wbg_set_aspect_77332ac136ee94eb: function(arg0, arg1) {
|
|
2304
|
+
arg0.aspect = __wbindgen_enum_GpuTextureAspect[arg1];
|
|
2305
|
+
},
|
|
2306
|
+
__wbg_set_aspect_a823a14d00d42d37: function(arg0, arg1) {
|
|
2307
|
+
arg0.aspect = __wbindgen_enum_GpuTextureAspect[arg1];
|
|
2308
|
+
},
|
|
2309
|
+
__wbg_set_attributes_05f9117fd32ca606: function(arg0, arg1) {
|
|
2310
|
+
arg0.attributes = arg1;
|
|
2311
|
+
},
|
|
2312
|
+
__wbg_set_b_688365d692bba214: function(arg0, arg1) {
|
|
2313
|
+
arg0.b = arg1;
|
|
2314
|
+
},
|
|
2315
|
+
__wbg_set_base_array_layer_cc6c68d233489c4b: function(arg0, arg1) {
|
|
2316
|
+
arg0.baseArrayLayer = arg1 >>> 0;
|
|
2317
|
+
},
|
|
2318
|
+
__wbg_set_base_mip_level_e07a3efe9006d5ea: function(arg0, arg1) {
|
|
2319
|
+
arg0.baseMipLevel = arg1 >>> 0;
|
|
2320
|
+
},
|
|
2321
|
+
__wbg_set_beginning_of_pass_write_index_27be5b0b35ec3de0: function(arg0, arg1) {
|
|
2322
|
+
arg0.beginningOfPassWriteIndex = arg1 >>> 0;
|
|
2323
|
+
},
|
|
2324
|
+
__wbg_set_beginning_of_pass_write_index_c12e7856ee670800: function(arg0, arg1) {
|
|
2325
|
+
arg0.beginningOfPassWriteIndex = arg1 >>> 0;
|
|
2326
|
+
},
|
|
2243
2327
|
__wbg_set_binaryType_3dcf8281ec100a8f: function(arg0, arg1) {
|
|
2244
2328
|
arg0.binaryType = __wbindgen_enum_BinaryType[arg1];
|
|
2245
2329
|
},
|
|
2330
|
+
__wbg_set_bind_group_layouts_5325d038771af328: function(arg0, arg1) {
|
|
2331
|
+
arg0.bindGroupLayouts = arg1;
|
|
2332
|
+
},
|
|
2333
|
+
__wbg_set_binding_b6b0fe5c281b8c69: function(arg0, arg1) {
|
|
2334
|
+
arg0.binding = arg1 >>> 0;
|
|
2335
|
+
},
|
|
2336
|
+
__wbg_set_binding_f3c188a8cd21455b: function(arg0, arg1) {
|
|
2337
|
+
arg0.binding = arg1 >>> 0;
|
|
2338
|
+
},
|
|
2339
|
+
__wbg_set_blend_8d6e9c08b5702a09: function(arg0, arg1) {
|
|
2340
|
+
arg0.blend = arg1;
|
|
2341
|
+
},
|
|
2246
2342
|
__wbg_set_body_a3d856b097dfda04: function(arg0, arg1) {
|
|
2247
2343
|
arg0.body = arg1;
|
|
2248
2344
|
},
|
|
2249
2345
|
__wbg_set_box_6a730e6c216d512c: function(arg0, arg1) {
|
|
2250
2346
|
arg0.box = __wbindgen_enum_ResizeObserverBoxOptions[arg1];
|
|
2251
2347
|
},
|
|
2348
|
+
__wbg_set_bubbles_317881ec17363c3b: function(arg0, arg1) {
|
|
2349
|
+
arg0.bubbles = arg1 !== 0;
|
|
2350
|
+
},
|
|
2351
|
+
__wbg_set_buffer_55f096330c8912b4: function(arg0, arg1) {
|
|
2352
|
+
arg0.buffer = arg1;
|
|
2353
|
+
},
|
|
2354
|
+
__wbg_set_buffer_aa7bf4ad8f17b2bd: function(arg0, arg1) {
|
|
2355
|
+
arg0.buffer = arg1;
|
|
2356
|
+
},
|
|
2357
|
+
__wbg_set_buffer_e89095a9f0cafad3: function(arg0, arg1) {
|
|
2358
|
+
arg0.buffer = arg1;
|
|
2359
|
+
},
|
|
2252
2360
|
__wbg_set_buffer_ea42becad62e7650: function(arg0, arg1) {
|
|
2253
2361
|
arg0.buffer = arg1;
|
|
2254
2362
|
},
|
|
2363
|
+
__wbg_set_buffers_85a7238f4ef28ab4: function(arg0, arg1) {
|
|
2364
|
+
arg0.buffers = arg1;
|
|
2365
|
+
},
|
|
2366
|
+
__wbg_set_button_8d5c24bc582155d5: function(arg0, arg1) {
|
|
2367
|
+
arg0.button = arg1;
|
|
2368
|
+
},
|
|
2369
|
+
__wbg_set_buttons_3c3e6a20598da40a: function(arg0, arg1) {
|
|
2370
|
+
arg0.buttons = arg1;
|
|
2371
|
+
},
|
|
2372
|
+
__wbg_set_bytes_per_row_68a1ea90d4710bc9: function(arg0, arg1) {
|
|
2373
|
+
arg0.bytesPerRow = arg1 >>> 0;
|
|
2374
|
+
},
|
|
2375
|
+
__wbg_set_bytes_per_row_91681ca78d744888: function(arg0, arg1) {
|
|
2376
|
+
arg0.bytesPerRow = arg1 >>> 0;
|
|
2377
|
+
},
|
|
2255
2378
|
__wbg_set_cache_ec7e430c6056ebda: function(arg0, arg1) {
|
|
2256
2379
|
arg0.cache = __wbindgen_enum_RequestCache[arg1];
|
|
2257
2380
|
},
|
|
2381
|
+
__wbg_set_cancelable_ceab577905ab3015: function(arg0, arg1) {
|
|
2382
|
+
arg0.cancelable = arg1 !== 0;
|
|
2383
|
+
},
|
|
2258
2384
|
__wbg_set_candidate_42cb20c28dc6d5a4: function(arg0, arg1, arg2) {
|
|
2259
2385
|
arg0.candidate = getStringFromWasm0(arg1, arg2);
|
|
2260
2386
|
},
|
|
2261
2387
|
__wbg_set_capture_271d6acb719615b3: function(arg0, arg1) {
|
|
2262
2388
|
arg0.capture = arg1 !== 0;
|
|
2263
2389
|
},
|
|
2390
|
+
__wbg_set_clear_value_642701f928a5ccb3: function(arg0, arg1) {
|
|
2391
|
+
arg0.clearValue = arg1;
|
|
2392
|
+
},
|
|
2393
|
+
__wbg_set_client_x_f978fed542ed1633: function(arg0, arg1) {
|
|
2394
|
+
arg0.clientX = arg1;
|
|
2395
|
+
},
|
|
2396
|
+
__wbg_set_client_y_d142abc247b9574b: function(arg0, arg1) {
|
|
2397
|
+
arg0.clientY = arg1;
|
|
2398
|
+
},
|
|
2399
|
+
__wbg_set_code_56e2d45ec1ff6c2d: function(arg0, arg1, arg2) {
|
|
2400
|
+
arg0.code = getStringFromWasm0(arg1, arg2);
|
|
2401
|
+
},
|
|
2402
|
+
__wbg_set_color_attachments_abe67f6631926e28: function(arg0, arg1) {
|
|
2403
|
+
arg0.colorAttachments = arg1;
|
|
2404
|
+
},
|
|
2405
|
+
__wbg_set_color_bc393d7efc3c8594: function(arg0, arg1) {
|
|
2406
|
+
arg0.color = arg1;
|
|
2407
|
+
},
|
|
2408
|
+
__wbg_set_compare_1509dc1a5420943f: function(arg0, arg1) {
|
|
2409
|
+
arg0.compare = __wbindgen_enum_GpuCompareFunction[arg1];
|
|
2410
|
+
},
|
|
2411
|
+
__wbg_set_compare_42211fbf15e3b850: function(arg0, arg1) {
|
|
2412
|
+
arg0.compare = __wbindgen_enum_GpuCompareFunction[arg1];
|
|
2413
|
+
},
|
|
2414
|
+
__wbg_set_compute_5a859e405c9eb6c6: function(arg0, arg1) {
|
|
2415
|
+
arg0.compute = arg1;
|
|
2416
|
+
},
|
|
2417
|
+
__wbg_set_count_26a934d1cd07d080: function(arg0, arg1) {
|
|
2418
|
+
arg0.count = arg1 >>> 0;
|
|
2419
|
+
},
|
|
2420
|
+
__wbg_set_count_f261876d1bb59b88: function(arg0, arg1) {
|
|
2421
|
+
arg0.count = arg1 >>> 0;
|
|
2422
|
+
},
|
|
2264
2423
|
__wbg_set_credential_52c3ab3f0bcd00e8: function(arg0, arg1, arg2) {
|
|
2265
2424
|
arg0.credential = getStringFromWasm0(arg1, arg2);
|
|
2266
2425
|
},
|
|
2267
2426
|
__wbg_set_credentials_ed63183445882c65: function(arg0, arg1) {
|
|
2268
2427
|
arg0.credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
2269
2428
|
},
|
|
2429
|
+
__wbg_set_cull_mode_9d466c1ab414cac8: function(arg0, arg1) {
|
|
2430
|
+
arg0.cullMode = __wbindgen_enum_GpuCullMode[arg1];
|
|
2431
|
+
},
|
|
2270
2432
|
__wbg_set_cursor_8d686ff9dd99a325: function(arg0, arg1, arg2) {
|
|
2271
2433
|
arg0.cursor = getStringFromWasm0(arg1, arg2);
|
|
2272
2434
|
},
|
|
2435
|
+
__wbg_set_depth_bias_428c9340b0fd937b: function(arg0, arg1) {
|
|
2436
|
+
arg0.depthBias = arg1;
|
|
2437
|
+
},
|
|
2438
|
+
__wbg_set_depth_bias_clamp_f009599ca67fa30c: function(arg0, arg1) {
|
|
2439
|
+
arg0.depthBiasClamp = arg1;
|
|
2440
|
+
},
|
|
2441
|
+
__wbg_set_depth_bias_slope_scale_7125880b4cb7a951: function(arg0, arg1) {
|
|
2442
|
+
arg0.depthBiasSlopeScale = arg1;
|
|
2443
|
+
},
|
|
2444
|
+
__wbg_set_depth_clear_value_442bf492734f63b6: function(arg0, arg1) {
|
|
2445
|
+
arg0.depthClearValue = arg1;
|
|
2446
|
+
},
|
|
2447
|
+
__wbg_set_depth_compare_30e9ea552da12fe2: function(arg0, arg1) {
|
|
2448
|
+
arg0.depthCompare = __wbindgen_enum_GpuCompareFunction[arg1];
|
|
2449
|
+
},
|
|
2450
|
+
__wbg_set_depth_fail_op_5e42dc3e4c382951: function(arg0, arg1) {
|
|
2451
|
+
arg0.depthFailOp = __wbindgen_enum_GpuStencilOperation[arg1];
|
|
2452
|
+
},
|
|
2453
|
+
__wbg_set_depth_load_op_34d430b74bb36d91: function(arg0, arg1) {
|
|
2454
|
+
arg0.depthLoadOp = __wbindgen_enum_GpuLoadOp[arg1];
|
|
2455
|
+
},
|
|
2456
|
+
__wbg_set_depth_or_array_layers_4bbbeadacb393f02: function(arg0, arg1) {
|
|
2457
|
+
arg0.depthOrArrayLayers = arg1 >>> 0;
|
|
2458
|
+
},
|
|
2459
|
+
__wbg_set_depth_read_only_138a11b10c731094: function(arg0, arg1) {
|
|
2460
|
+
arg0.depthReadOnly = arg1 !== 0;
|
|
2461
|
+
},
|
|
2462
|
+
__wbg_set_depth_stencil_1bd50dbc450c8650: function(arg0, arg1) {
|
|
2463
|
+
arg0.depthStencil = arg1;
|
|
2464
|
+
},
|
|
2465
|
+
__wbg_set_depth_stencil_attachment_1ee0d93bc3273369: function(arg0, arg1) {
|
|
2466
|
+
arg0.depthStencilAttachment = arg1;
|
|
2467
|
+
},
|
|
2468
|
+
__wbg_set_depth_store_op_0ea0a215313dbda7: function(arg0, arg1) {
|
|
2469
|
+
arg0.depthStoreOp = __wbindgen_enum_GpuStoreOp[arg1];
|
|
2470
|
+
},
|
|
2471
|
+
__wbg_set_depth_write_enabled_64c2e7f6fa4b6b7b: function(arg0, arg1) {
|
|
2472
|
+
arg0.depthWriteEnabled = arg1 !== 0;
|
|
2473
|
+
},
|
|
2474
|
+
__wbg_set_device_0d774b66e7288f72: function(arg0, arg1) {
|
|
2475
|
+
arg0.device = arg1;
|
|
2476
|
+
},
|
|
2477
|
+
__wbg_set_dimension_174ad7e2fb67fb4e: function(arg0, arg1) {
|
|
2478
|
+
arg0.dimension = __wbindgen_enum_GpuTextureViewDimension[arg1];
|
|
2479
|
+
},
|
|
2480
|
+
__wbg_set_dimension_36e13ccecae5af4b: function(arg0, arg1) {
|
|
2481
|
+
arg0.dimension = __wbindgen_enum_GpuTextureDimension[arg1];
|
|
2482
|
+
},
|
|
2483
|
+
__wbg_set_dst_factor_1ed75271a89a711e: function(arg0, arg1) {
|
|
2484
|
+
arg0.dstFactor = __wbindgen_enum_GpuBlendFactor[arg1];
|
|
2485
|
+
},
|
|
2273
2486
|
__wbg_set_duration_bfef0b021dc8fd5b: function(arg0, arg1) {
|
|
2274
2487
|
arg0.duration = arg1;
|
|
2275
2488
|
},
|
|
2276
2489
|
__wbg_set_e80615d7a9a43981: function(arg0, arg1, arg2) {
|
|
2277
2490
|
arg0.set(arg1, arg2 >>> 0);
|
|
2278
2491
|
},
|
|
2492
|
+
__wbg_set_end_of_pass_write_index_e8f52fc08bc0603e: function(arg0, arg1) {
|
|
2493
|
+
arg0.endOfPassWriteIndex = arg1 >>> 0;
|
|
2494
|
+
},
|
|
2495
|
+
__wbg_set_end_of_pass_write_index_f4ab90c5743df805: function(arg0, arg1) {
|
|
2496
|
+
arg0.endOfPassWriteIndex = arg1 >>> 0;
|
|
2497
|
+
},
|
|
2498
|
+
__wbg_set_entries_3017e6132f938c6e: function(arg0, arg1) {
|
|
2499
|
+
arg0.entries = arg1;
|
|
2500
|
+
},
|
|
2501
|
+
__wbg_set_entries_fc76ca4d7da6a709: function(arg0, arg1) {
|
|
2502
|
+
arg0.entries = arg1;
|
|
2503
|
+
},
|
|
2504
|
+
__wbg_set_entry_point_4443daff87d82ef1: function(arg0, arg1, arg2) {
|
|
2505
|
+
arg0.entryPoint = getStringFromWasm0(arg1, arg2);
|
|
2506
|
+
},
|
|
2507
|
+
__wbg_set_entry_point_6fec5723cc790927: function(arg0, arg1, arg2) {
|
|
2508
|
+
arg0.entryPoint = getStringFromWasm0(arg1, arg2);
|
|
2509
|
+
},
|
|
2510
|
+
__wbg_set_entry_point_8db3b6d103e3b865: function(arg0, arg1, arg2) {
|
|
2511
|
+
arg0.entryPoint = getStringFromWasm0(arg1, arg2);
|
|
2512
|
+
},
|
|
2513
|
+
__wbg_set_external_texture_825fe2bc7a0c0603: function(arg0, arg1) {
|
|
2514
|
+
arg0.externalTexture = arg1;
|
|
2515
|
+
},
|
|
2516
|
+
__wbg_set_fail_op_77ab26c98f847b65: function(arg0, arg1) {
|
|
2517
|
+
arg0.failOp = __wbindgen_enum_GpuStencilOperation[arg1];
|
|
2518
|
+
},
|
|
2519
|
+
__wbg_set_format_1786adb7bc74c7c9: function(arg0, arg1) {
|
|
2520
|
+
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
2521
|
+
},
|
|
2522
|
+
__wbg_set_format_6606f5c1fba6f459: function(arg0, arg1) {
|
|
2523
|
+
arg0.format = __wbindgen_enum_GpuVertexFormat[arg1];
|
|
2524
|
+
},
|
|
2525
|
+
__wbg_set_format_90860b0321868db4: function(arg0, arg1) {
|
|
2526
|
+
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
2527
|
+
},
|
|
2528
|
+
__wbg_set_format_abf7a1bc5425c56a: function(arg0, arg1) {
|
|
2529
|
+
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
2530
|
+
},
|
|
2531
|
+
__wbg_set_format_d347899cd860709c: function(arg0, arg1) {
|
|
2532
|
+
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
2533
|
+
},
|
|
2534
|
+
__wbg_set_format_e9d4b1475bb3bd3b: function(arg0, arg1) {
|
|
2535
|
+
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
2536
|
+
},
|
|
2537
|
+
__wbg_set_format_f9341112e43ea182: function(arg0, arg1) {
|
|
2538
|
+
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
2539
|
+
},
|
|
2540
|
+
__wbg_set_fragment_1a595620425637e1: function(arg0, arg1) {
|
|
2541
|
+
arg0.fragment = arg1;
|
|
2542
|
+
},
|
|
2543
|
+
__wbg_set_front_face_50cdf4eb61504a46: function(arg0, arg1) {
|
|
2544
|
+
arg0.frontFace = __wbindgen_enum_GpuFrontFace[arg1];
|
|
2545
|
+
},
|
|
2546
|
+
__wbg_set_g_d4d1d77cf8fdd362: function(arg0, arg1) {
|
|
2547
|
+
arg0.g = arg1;
|
|
2548
|
+
},
|
|
2549
|
+
__wbg_set_has_dynamic_offset_7d30014fdbfe90c5: function(arg0, arg1) {
|
|
2550
|
+
arg0.hasDynamicOffset = arg1 !== 0;
|
|
2551
|
+
},
|
|
2279
2552
|
__wbg_set_headers_3c8fecc693b75327: function(arg0, arg1) {
|
|
2280
2553
|
arg0.headers = arg1;
|
|
2281
2554
|
},
|
|
@@ -2285,15 +2558,102 @@ function __wbg_get_imports() {
|
|
|
2285
2558
|
__wbg_set_height_b6548a01bdcb689a: function(arg0, arg1) {
|
|
2286
2559
|
arg0.height = arg1 >>> 0;
|
|
2287
2560
|
},
|
|
2561
|
+
__wbg_set_height_e8b5483b8c117d5e: function(arg0, arg1) {
|
|
2562
|
+
arg0.height = arg1 >>> 0;
|
|
2563
|
+
},
|
|
2288
2564
|
__wbg_set_href_6cc49f8c2c9dbdaf: function() { return handleError(function (arg0, arg1, arg2) {
|
|
2289
2565
|
arg0.href = getStringFromWasm0(arg1, arg2);
|
|
2290
2566
|
}, arguments); },
|
|
2291
2567
|
__wbg_set_ice_servers_79d9cedfbe60f514: function(arg0, arg1) {
|
|
2292
2568
|
arg0.iceServers = arg1;
|
|
2293
2569
|
},
|
|
2570
|
+
__wbg_set_is_primary_cfc8efbe75d11ae8: function(arg0, arg1) {
|
|
2571
|
+
arg0.isPrimary = arg1 !== 0;
|
|
2572
|
+
},
|
|
2294
2573
|
__wbg_set_iterations_b84d4d3302a291a0: function(arg0, arg1) {
|
|
2295
2574
|
arg0.iterations = arg1;
|
|
2296
2575
|
},
|
|
2576
|
+
__wbg_set_label_03d2396d4655a3e1: function(arg0, arg1, arg2) {
|
|
2577
|
+
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2578
|
+
},
|
|
2579
|
+
__wbg_set_label_0c1bd0e976cf0a9a: function(arg0, arg1, arg2) {
|
|
2580
|
+
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2581
|
+
},
|
|
2582
|
+
__wbg_set_label_1175a3329a06e52b: function(arg0, arg1, arg2) {
|
|
2583
|
+
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2584
|
+
},
|
|
2585
|
+
__wbg_set_label_2d2227f4d5991e50: function(arg0, arg1, arg2) {
|
|
2586
|
+
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2587
|
+
},
|
|
2588
|
+
__wbg_set_label_2f592bd1be3db6b3: function(arg0, arg1, arg2) {
|
|
2589
|
+
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2590
|
+
},
|
|
2591
|
+
__wbg_set_label_44c8df98c1f1e811: function(arg0, arg1, arg2) {
|
|
2592
|
+
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2593
|
+
},
|
|
2594
|
+
__wbg_set_label_4a1dd4244f80abc9: function(arg0, arg1, arg2) {
|
|
2595
|
+
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2596
|
+
},
|
|
2597
|
+
__wbg_set_label_8b0da33fd11b2572: function(arg0, arg1, arg2) {
|
|
2598
|
+
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2599
|
+
},
|
|
2600
|
+
__wbg_set_label_8fd860a36d2c7b74: function(arg0, arg1, arg2) {
|
|
2601
|
+
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2602
|
+
},
|
|
2603
|
+
__wbg_set_label_bae57fb9f24fde5c: function(arg0, arg1, arg2) {
|
|
2604
|
+
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2605
|
+
},
|
|
2606
|
+
__wbg_set_label_be45aed56e4b9fee: function(arg0, arg1, arg2) {
|
|
2607
|
+
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2608
|
+
},
|
|
2609
|
+
__wbg_set_label_c47c451211e2f6d2: function(arg0, arg1, arg2) {
|
|
2610
|
+
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2611
|
+
},
|
|
2612
|
+
__wbg_set_label_cd567b7b35838e4c: function(arg0, arg1, arg2) {
|
|
2613
|
+
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2614
|
+
},
|
|
2615
|
+
__wbg_set_label_d1c24b5a7a3ac31d: function(arg0, arg1, arg2) {
|
|
2616
|
+
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2617
|
+
},
|
|
2618
|
+
__wbg_set_label_dcd98efbb9370da8: function(arg0, arg1, arg2) {
|
|
2619
|
+
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2620
|
+
},
|
|
2621
|
+
__wbg_set_label_f92ae11c77d74198: function(arg0, arg1, arg2) {
|
|
2622
|
+
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2623
|
+
},
|
|
2624
|
+
__wbg_set_layout_19e558a0fa724e95: function(arg0, arg1) {
|
|
2625
|
+
arg0.layout = arg1;
|
|
2626
|
+
},
|
|
2627
|
+
__wbg_set_layout_7c5ba5bdcde8a0f0: function(arg0, arg1) {
|
|
2628
|
+
arg0.layout = arg1;
|
|
2629
|
+
},
|
|
2630
|
+
__wbg_set_layout_eeef59714f5bf48b: function(arg0, arg1) {
|
|
2631
|
+
arg0.layout = arg1;
|
|
2632
|
+
},
|
|
2633
|
+
__wbg_set_load_op_56844f51434037bf: function(arg0, arg1) {
|
|
2634
|
+
arg0.loadOp = __wbindgen_enum_GpuLoadOp[arg1];
|
|
2635
|
+
},
|
|
2636
|
+
__wbg_set_lod_max_clamp_3f157633f32c9f94: function(arg0, arg1) {
|
|
2637
|
+
arg0.lodMaxClamp = arg1;
|
|
2638
|
+
},
|
|
2639
|
+
__wbg_set_lod_min_clamp_7e246c739fb1a854: function(arg0, arg1) {
|
|
2640
|
+
arg0.lodMinClamp = arg1;
|
|
2641
|
+
},
|
|
2642
|
+
__wbg_set_loop_0a6d2e1dcd0df03d: function(arg0, arg1) {
|
|
2643
|
+
arg0.loop = arg1 !== 0;
|
|
2644
|
+
},
|
|
2645
|
+
__wbg_set_mag_filter_69d846b974d4bcc0: function(arg0, arg1) {
|
|
2646
|
+
arg0.magFilter = __wbindgen_enum_GpuFilterMode[arg1];
|
|
2647
|
+
},
|
|
2648
|
+
__wbg_set_mapped_at_creation_48de4735fab51e78: function(arg0, arg1) {
|
|
2649
|
+
arg0.mappedAtCreation = arg1 !== 0;
|
|
2650
|
+
},
|
|
2651
|
+
__wbg_set_mask_0c49a66362fc0079: function(arg0, arg1) {
|
|
2652
|
+
arg0.mask = arg1 >>> 0;
|
|
2653
|
+
},
|
|
2654
|
+
__wbg_set_max_anisotropy_3ef0d5bca2336cc7: function(arg0, arg1) {
|
|
2655
|
+
arg0.maxAnisotropy = arg1;
|
|
2656
|
+
},
|
|
2297
2657
|
__wbg_set_max_packet_life_time_a4a5ff0fcfdf9380: function(arg0, arg1) {
|
|
2298
2658
|
arg0.maxPacketLifeTime = arg1;
|
|
2299
2659
|
},
|
|
@@ -2303,9 +2663,54 @@ function __wbg_get_imports() {
|
|
|
2303
2663
|
__wbg_set_method_8c015e8bcafd7be1: function(arg0, arg1, arg2) {
|
|
2304
2664
|
arg0.method = getStringFromWasm0(arg1, arg2);
|
|
2305
2665
|
},
|
|
2666
|
+
__wbg_set_min_binding_size_689661b9ed25e083: function(arg0, arg1) {
|
|
2667
|
+
arg0.minBindingSize = arg1;
|
|
2668
|
+
},
|
|
2669
|
+
__wbg_set_min_filter_fbf2d8d9f503dcd7: function(arg0, arg1) {
|
|
2670
|
+
arg0.minFilter = __wbindgen_enum_GpuFilterMode[arg1];
|
|
2671
|
+
},
|
|
2672
|
+
__wbg_set_mip_level_246db61be15bdd69: function(arg0, arg1) {
|
|
2673
|
+
arg0.mipLevel = arg1 >>> 0;
|
|
2674
|
+
},
|
|
2675
|
+
__wbg_set_mip_level_count_72f8bc1f80f7539b: function(arg0, arg1) {
|
|
2676
|
+
arg0.mipLevelCount = arg1 >>> 0;
|
|
2677
|
+
},
|
|
2678
|
+
__wbg_set_mip_level_count_b19a0d9192e62d5d: function(arg0, arg1) {
|
|
2679
|
+
arg0.mipLevelCount = arg1 >>> 0;
|
|
2680
|
+
},
|
|
2681
|
+
__wbg_set_mipmap_filter_17fd50a3898fd5ff: function(arg0, arg1) {
|
|
2682
|
+
arg0.mipmapFilter = __wbindgen_enum_GpuMipmapFilterMode[arg1];
|
|
2683
|
+
},
|
|
2306
2684
|
__wbg_set_mode_5a87f2c809cf37c2: function(arg0, arg1) {
|
|
2307
2685
|
arg0.mode = __wbindgen_enum_RequestMode[arg1];
|
|
2308
2686
|
},
|
|
2687
|
+
__wbg_set_module_08ad08e736d8edbf: function(arg0, arg1) {
|
|
2688
|
+
arg0.module = arg1;
|
|
2689
|
+
},
|
|
2690
|
+
__wbg_set_module_14e471fdd94c582d: function(arg0, arg1) {
|
|
2691
|
+
arg0.module = arg1;
|
|
2692
|
+
},
|
|
2693
|
+
__wbg_set_module_9b938909233aed50: function(arg0, arg1) {
|
|
2694
|
+
arg0.module = arg1;
|
|
2695
|
+
},
|
|
2696
|
+
__wbg_set_multisample_85f073947b782d07: function(arg0, arg1) {
|
|
2697
|
+
arg0.multisample = arg1;
|
|
2698
|
+
},
|
|
2699
|
+
__wbg_set_multisampled_40505c1381e1c32c: function(arg0, arg1) {
|
|
2700
|
+
arg0.multisampled = arg1 !== 0;
|
|
2701
|
+
},
|
|
2702
|
+
__wbg_set_offset_2c374e604504e0b2: function(arg0, arg1) {
|
|
2703
|
+
arg0.offset = arg1;
|
|
2704
|
+
},
|
|
2705
|
+
__wbg_set_offset_73156b0e0b41d79a: function(arg0, arg1) {
|
|
2706
|
+
arg0.offset = arg1;
|
|
2707
|
+
},
|
|
2708
|
+
__wbg_set_offset_8d9d9afffa18b591: function(arg0, arg1) {
|
|
2709
|
+
arg0.offset = arg1;
|
|
2710
|
+
},
|
|
2711
|
+
__wbg_set_offset_a097a8050a3a9a33: function(arg0, arg1) {
|
|
2712
|
+
arg0.offset = arg1;
|
|
2713
|
+
},
|
|
2309
2714
|
__wbg_set_onclose_4cf3c22c1efd06d4: function(arg0, arg1) {
|
|
2310
2715
|
arg0.onclose = arg1;
|
|
2311
2716
|
},
|
|
@@ -2357,18 +2762,75 @@ function __wbg_get_imports() {
|
|
|
2357
2762
|
__wbg_set_onopen_d0eb44607253e86f: function(arg0, arg1) {
|
|
2358
2763
|
arg0.onopen = arg1;
|
|
2359
2764
|
},
|
|
2360
|
-
|
|
2765
|
+
__wbg_set_onuncapturederror_b9a9ff2c881b2b40: function(arg0, arg1) {
|
|
2361
2766
|
arg0.onuncapturederror = arg1;
|
|
2362
2767
|
},
|
|
2768
|
+
__wbg_set_operation_b5862f5a1a143b30: function(arg0, arg1) {
|
|
2769
|
+
arg0.operation = __wbindgen_enum_GpuBlendOperation[arg1];
|
|
2770
|
+
},
|
|
2363
2771
|
__wbg_set_ordered_e1c97a68487e0afe: function(arg0, arg1) {
|
|
2364
2772
|
arg0.ordered = arg1 !== 0;
|
|
2365
2773
|
},
|
|
2774
|
+
__wbg_set_origin_9b3b0fbe0a5dc469: function(arg0, arg1) {
|
|
2775
|
+
arg0.origin = arg1;
|
|
2776
|
+
},
|
|
2777
|
+
__wbg_set_pass_op_e9470d1262fb8a8b: function(arg0, arg1) {
|
|
2778
|
+
arg0.passOp = __wbindgen_enum_GpuStencilOperation[arg1];
|
|
2779
|
+
},
|
|
2366
2780
|
__wbg_set_passive_9e672435b71b9c78: function(arg0, arg1) {
|
|
2367
2781
|
arg0.passive = arg1 !== 0;
|
|
2368
2782
|
},
|
|
2783
|
+
__wbg_set_pointer_id_7c6f531c59596bbb: function(arg0, arg1) {
|
|
2784
|
+
arg0.pointerId = arg1;
|
|
2785
|
+
},
|
|
2786
|
+
__wbg_set_pointer_type_526ad3ae6e7e1e0e: function(arg0, arg1, arg2) {
|
|
2787
|
+
arg0.pointerType = getStringFromWasm0(arg1, arg2);
|
|
2788
|
+
},
|
|
2789
|
+
__wbg_set_power_preference_c0d3fa7ce46b1a2e: function(arg0, arg1) {
|
|
2790
|
+
arg0.powerPreference = __wbindgen_enum_GpuPowerPreference[arg1];
|
|
2791
|
+
},
|
|
2369
2792
|
__wbg_set_premultiply_alpha_696b545e0615f655: function(arg0, arg1) {
|
|
2370
2793
|
arg0.premultiplyAlpha = __wbindgen_enum_PremultiplyAlpha[arg1];
|
|
2371
2794
|
},
|
|
2795
|
+
__wbg_set_primitive_369241acd17871f1: function(arg0, arg1) {
|
|
2796
|
+
arg0.primitive = arg1;
|
|
2797
|
+
},
|
|
2798
|
+
__wbg_set_query_set_18679a8580267d5a: function(arg0, arg1) {
|
|
2799
|
+
arg0.querySet = arg1;
|
|
2800
|
+
},
|
|
2801
|
+
__wbg_set_query_set_f1314b06c84c4b00: function(arg0, arg1) {
|
|
2802
|
+
arg0.querySet = arg1;
|
|
2803
|
+
},
|
|
2804
|
+
__wbg_set_r_527e5a41c4b1a846: function(arg0, arg1) {
|
|
2805
|
+
arg0.r = arg1;
|
|
2806
|
+
},
|
|
2807
|
+
__wbg_set_required_features_54918de8185c5fab: function(arg0, arg1) {
|
|
2808
|
+
arg0.requiredFeatures = arg1;
|
|
2809
|
+
},
|
|
2810
|
+
__wbg_set_required_limits_3b031f66f838f4e3: function(arg0, arg1) {
|
|
2811
|
+
arg0.requiredLimits = arg1;
|
|
2812
|
+
},
|
|
2813
|
+
__wbg_set_resolve_target_fe76b3f99cf72078: function(arg0, arg1) {
|
|
2814
|
+
arg0.resolveTarget = arg1;
|
|
2815
|
+
},
|
|
2816
|
+
__wbg_set_resource_fe385d2e3dadaf63: function(arg0, arg1) {
|
|
2817
|
+
arg0.resource = arg1;
|
|
2818
|
+
},
|
|
2819
|
+
__wbg_set_rows_per_image_d198b7e73a38978b: function(arg0, arg1) {
|
|
2820
|
+
arg0.rowsPerImage = arg1 >>> 0;
|
|
2821
|
+
},
|
|
2822
|
+
__wbg_set_rows_per_image_f9878f4b10f4fd7f: function(arg0, arg1) {
|
|
2823
|
+
arg0.rowsPerImage = arg1 >>> 0;
|
|
2824
|
+
},
|
|
2825
|
+
__wbg_set_sample_count_865e1d19b84e27e6: function(arg0, arg1) {
|
|
2826
|
+
arg0.sampleCount = arg1 >>> 0;
|
|
2827
|
+
},
|
|
2828
|
+
__wbg_set_sample_type_7088b1efddce6a69: function(arg0, arg1) {
|
|
2829
|
+
arg0.sampleType = __wbindgen_enum_GpuTextureSampleType[arg1];
|
|
2830
|
+
},
|
|
2831
|
+
__wbg_set_sampler_8c5d7fb1b02058c6: function(arg0, arg1) {
|
|
2832
|
+
arg0.sampler = arg1;
|
|
2833
|
+
},
|
|
2372
2834
|
__wbg_set_sdp_7f6ec5fc907f5e41: function(arg0, arg1, arg2) {
|
|
2373
2835
|
arg0.sdp = getStringFromWasm0(arg1, arg2);
|
|
2374
2836
|
},
|
|
@@ -2378,27 +2840,123 @@ function __wbg_get_imports() {
|
|
|
2378
2840
|
__wbg_set_sdp_mid_5485885258073796: function(arg0, arg1, arg2) {
|
|
2379
2841
|
arg0.sdpMid = arg1 === 0 ? undefined : getStringFromWasm0(arg1, arg2);
|
|
2380
2842
|
},
|
|
2843
|
+
__wbg_set_shader_location_0ff30a733291a396: function(arg0, arg1) {
|
|
2844
|
+
arg0.shaderLocation = arg1 >>> 0;
|
|
2845
|
+
},
|
|
2381
2846
|
__wbg_set_signal_0cebecb698f25d21: function(arg0, arg1) {
|
|
2382
2847
|
arg0.signal = arg1;
|
|
2383
2848
|
},
|
|
2849
|
+
__wbg_set_size_1e6281b07cd39177: function(arg0, arg1) {
|
|
2850
|
+
arg0.size = arg1;
|
|
2851
|
+
},
|
|
2852
|
+
__wbg_set_size_41cd9255ca1e4242: function(arg0, arg1) {
|
|
2853
|
+
arg0.size = arg1;
|
|
2854
|
+
},
|
|
2855
|
+
__wbg_set_size_a61ff22205255d61: function(arg0, arg1) {
|
|
2856
|
+
arg0.size = arg1;
|
|
2857
|
+
},
|
|
2858
|
+
__wbg_set_src_45a96b4171f4ce0f: function(arg0, arg1, arg2) {
|
|
2859
|
+
arg0.src = getStringFromWasm0(arg1, arg2);
|
|
2860
|
+
},
|
|
2384
2861
|
__wbg_set_src_f257a96103ac1ac6: function(arg0, arg1, arg2) {
|
|
2385
2862
|
arg0.src = getStringFromWasm0(arg1, arg2);
|
|
2386
2863
|
},
|
|
2864
|
+
__wbg_set_src_factor_1c4f755f8676df1b: function(arg0, arg1) {
|
|
2865
|
+
arg0.srcFactor = __wbindgen_enum_GpuBlendFactor[arg1];
|
|
2866
|
+
},
|
|
2867
|
+
__wbg_set_stencil_back_6ef4683123b19b25: function(arg0, arg1) {
|
|
2868
|
+
arg0.stencilBack = arg1;
|
|
2869
|
+
},
|
|
2870
|
+
__wbg_set_stencil_clear_value_10b58f674d0177c2: function(arg0, arg1) {
|
|
2871
|
+
arg0.stencilClearValue = arg1 >>> 0;
|
|
2872
|
+
},
|
|
2873
|
+
__wbg_set_stencil_front_aeb8580a97e5424b: function(arg0, arg1) {
|
|
2874
|
+
arg0.stencilFront = arg1;
|
|
2875
|
+
},
|
|
2876
|
+
__wbg_set_stencil_load_op_f20a90a66acd3d8c: function(arg0, arg1) {
|
|
2877
|
+
arg0.stencilLoadOp = __wbindgen_enum_GpuLoadOp[arg1];
|
|
2878
|
+
},
|
|
2879
|
+
__wbg_set_stencil_read_mask_2954f260d47349ea: function(arg0, arg1) {
|
|
2880
|
+
arg0.stencilReadMask = arg1 >>> 0;
|
|
2881
|
+
},
|
|
2882
|
+
__wbg_set_stencil_read_only_fb489d191b6d969b: function(arg0, arg1) {
|
|
2883
|
+
arg0.stencilReadOnly = arg1 !== 0;
|
|
2884
|
+
},
|
|
2885
|
+
__wbg_set_stencil_store_op_477c4cf6422dfa3f: function(arg0, arg1) {
|
|
2886
|
+
arg0.stencilStoreOp = __wbindgen_enum_GpuStoreOp[arg1];
|
|
2887
|
+
},
|
|
2888
|
+
__wbg_set_stencil_write_mask_3f8e9b3781814a95: function(arg0, arg1) {
|
|
2889
|
+
arg0.stencilWriteMask = arg1 >>> 0;
|
|
2890
|
+
},
|
|
2891
|
+
__wbg_set_step_mode_a35aef328761c452: function(arg0, arg1) {
|
|
2892
|
+
arg0.stepMode = __wbindgen_enum_GpuVertexStepMode[arg1];
|
|
2893
|
+
},
|
|
2894
|
+
__wbg_set_storage_texture_ab9eed9786337ef0: function(arg0, arg1) {
|
|
2895
|
+
arg0.storageTexture = arg1;
|
|
2896
|
+
},
|
|
2897
|
+
__wbg_set_store_op_caeede4654b3d847: function(arg0, arg1) {
|
|
2898
|
+
arg0.storeOp = __wbindgen_enum_GpuStoreOp[arg1];
|
|
2899
|
+
},
|
|
2900
|
+
__wbg_set_strip_index_format_0cd0510e166c4ec4: function(arg0, arg1) {
|
|
2901
|
+
arg0.stripIndexFormat = __wbindgen_enum_GpuIndexFormat[arg1];
|
|
2902
|
+
},
|
|
2903
|
+
__wbg_set_targets_6b0b3bdd87f35668: function(arg0, arg1) {
|
|
2904
|
+
arg0.targets = arg1;
|
|
2905
|
+
},
|
|
2387
2906
|
__wbg_set_textContent_1e964492a2410e92: function(arg0, arg1, arg2) {
|
|
2388
2907
|
arg0.textContent = arg1 === 0 ? undefined : getStringFromWasm0(arg1, arg2);
|
|
2389
2908
|
},
|
|
2909
|
+
__wbg_set_texture_16d2be474ce6ad0c: function(arg0, arg1) {
|
|
2910
|
+
arg0.texture = arg1;
|
|
2911
|
+
},
|
|
2912
|
+
__wbg_set_texture_e25a73da75cf5808: function(arg0, arg1) {
|
|
2913
|
+
arg0.texture = arg1;
|
|
2914
|
+
},
|
|
2915
|
+
__wbg_set_timestamp_writes_26336a2ad72cdcaf: function(arg0, arg1) {
|
|
2916
|
+
arg0.timestampWrites = arg1;
|
|
2917
|
+
},
|
|
2918
|
+
__wbg_set_timestamp_writes_c552d52fbb417005: function(arg0, arg1) {
|
|
2919
|
+
arg0.timestampWrites = arg1;
|
|
2920
|
+
},
|
|
2921
|
+
__wbg_set_topology_beefb3aca0612b00: function(arg0, arg1) {
|
|
2922
|
+
arg0.topology = __wbindgen_enum_GpuPrimitiveTopology[arg1];
|
|
2923
|
+
},
|
|
2390
2924
|
__wbg_set_type_1d0a0fec5f5a03bc: function(arg0, arg1) {
|
|
2391
2925
|
arg0.type = __wbindgen_enum_RtcSdpType[arg1];
|
|
2392
2926
|
},
|
|
2393
2927
|
__wbg_set_type_33e79f1b45a78c37: function(arg0, arg1, arg2) {
|
|
2394
2928
|
arg0.type = getStringFromWasm0(arg1, arg2);
|
|
2395
2929
|
},
|
|
2930
|
+
__wbg_set_type_38961e08504ca674: function(arg0, arg1) {
|
|
2931
|
+
arg0.type = __wbindgen_enum_GpuBufferBindingType[arg1];
|
|
2932
|
+
},
|
|
2933
|
+
__wbg_set_type_c1eebc19f8a6aeb9: function(arg0, arg1) {
|
|
2934
|
+
arg0.type = __wbindgen_enum_GpuSamplerBindingType[arg1];
|
|
2935
|
+
},
|
|
2396
2936
|
__wbg_set_type_c96ec5d2b134f310: function(arg0, arg1) {
|
|
2397
2937
|
arg0.type = __wbindgen_enum_WorkerType[arg1];
|
|
2398
2938
|
},
|
|
2939
|
+
__wbg_set_type_f062717b30496eff: function(arg0, arg1) {
|
|
2940
|
+
arg0.type = __wbindgen_enum_GpuQueryType[arg1];
|
|
2941
|
+
},
|
|
2942
|
+
__wbg_set_unclipped_depth_5a4f7eb57fe006b2: function(arg0, arg1) {
|
|
2943
|
+
arg0.unclippedDepth = arg1 !== 0;
|
|
2944
|
+
},
|
|
2399
2945
|
__wbg_set_urls_82091b358c280ee8: function(arg0, arg1) {
|
|
2400
2946
|
arg0.urls = arg1;
|
|
2401
2947
|
},
|
|
2948
|
+
__wbg_set_usage_7f0dda8309469b1c: function(arg0, arg1) {
|
|
2949
|
+
arg0.usage = arg1 >>> 0;
|
|
2950
|
+
},
|
|
2951
|
+
__wbg_set_usage_7fa9cd18d1104aca: function(arg0, arg1) {
|
|
2952
|
+
arg0.usage = arg1 >>> 0;
|
|
2953
|
+
},
|
|
2954
|
+
__wbg_set_usage_908213a4d4bb8bde: function(arg0, arg1) {
|
|
2955
|
+
arg0.usage = arg1 >>> 0;
|
|
2956
|
+
},
|
|
2957
|
+
__wbg_set_usage_ae014e77ff77ce06: function(arg0, arg1) {
|
|
2958
|
+
arg0.usage = arg1 >>> 0;
|
|
2959
|
+
},
|
|
2402
2960
|
__wbg_set_username_7366a6fbcec5a880: function(arg0, arg1, arg2) {
|
|
2403
2961
|
arg0.username = getStringFromWasm0(arg1, arg2);
|
|
2404
2962
|
},
|
|
@@ -2408,12 +2966,51 @@ function __wbg_get_imports() {
|
|
|
2408
2966
|
__wbg_set_value_d621a056e7640299: function(arg0, arg1, arg2) {
|
|
2409
2967
|
arg0.value = getStringFromWasm0(arg1, arg2);
|
|
2410
2968
|
},
|
|
2969
|
+
__wbg_set_vertex_a4951dd9a7a4ed54: function(arg0, arg1) {
|
|
2970
|
+
arg0.vertex = arg1;
|
|
2971
|
+
},
|
|
2972
|
+
__wbg_set_view_bdeab150b5f0768c: function(arg0, arg1) {
|
|
2973
|
+
arg0.view = arg1;
|
|
2974
|
+
},
|
|
2975
|
+
__wbg_set_view_dbd0294573f64d05: function(arg0, arg1) {
|
|
2976
|
+
arg0.view = arg1;
|
|
2977
|
+
},
|
|
2978
|
+
__wbg_set_view_dimension_263387976511ebc9: function(arg0, arg1) {
|
|
2979
|
+
arg0.viewDimension = __wbindgen_enum_GpuTextureViewDimension[arg1];
|
|
2980
|
+
},
|
|
2981
|
+
__wbg_set_view_dimension_3ed01b237e85826f: function(arg0, arg1) {
|
|
2982
|
+
arg0.viewDimension = __wbindgen_enum_GpuTextureViewDimension[arg1];
|
|
2983
|
+
},
|
|
2984
|
+
__wbg_set_view_formats_bab284fc81b40e70: function(arg0, arg1) {
|
|
2985
|
+
arg0.viewFormats = arg1;
|
|
2986
|
+
},
|
|
2987
|
+
__wbg_set_view_formats_fe531a043efb71fa: function(arg0, arg1) {
|
|
2988
|
+
arg0.viewFormats = arg1;
|
|
2989
|
+
},
|
|
2990
|
+
__wbg_set_visibility_1bca121a89accba5: function(arg0, arg1) {
|
|
2991
|
+
arg0.visibility = arg1 >>> 0;
|
|
2992
|
+
},
|
|
2993
|
+
__wbg_set_width_1a5e2e86fa5bdcd8: function(arg0, arg1) {
|
|
2994
|
+
arg0.width = arg1 >>> 0;
|
|
2995
|
+
},
|
|
2411
2996
|
__wbg_set_width_576343a4a7f2cf28: function(arg0, arg1) {
|
|
2412
2997
|
arg0.width = arg1 >>> 0;
|
|
2413
2998
|
},
|
|
2414
2999
|
__wbg_set_width_c0fcaa2da53cd540: function(arg0, arg1) {
|
|
2415
3000
|
arg0.width = arg1 >>> 0;
|
|
2416
3001
|
},
|
|
3002
|
+
__wbg_set_write_mask_144b25e2bd909124: function(arg0, arg1) {
|
|
3003
|
+
arg0.writeMask = arg1 >>> 0;
|
|
3004
|
+
},
|
|
3005
|
+
__wbg_set_x_56f0c2c08a62725c: function(arg0, arg1) {
|
|
3006
|
+
arg0.x = arg1 >>> 0;
|
|
3007
|
+
},
|
|
3008
|
+
__wbg_set_y_04fb8ce84735b4e1: function(arg0, arg1) {
|
|
3009
|
+
arg0.y = arg1 >>> 0;
|
|
3010
|
+
},
|
|
3011
|
+
__wbg_set_z_a51316db27a4941e: function(arg0, arg1) {
|
|
3012
|
+
arg0.z = arg1 >>> 0;
|
|
3013
|
+
},
|
|
2417
3014
|
__wbg_shiftKey_5256a2168f9dc186: function(arg0) {
|
|
2418
3015
|
const ret = arg0.shiftKey;
|
|
2419
3016
|
return ret;
|
|
@@ -2430,10 +3027,6 @@ function __wbg_get_imports() {
|
|
|
2430
3027
|
const ret = arg0.signal;
|
|
2431
3028
|
return ret;
|
|
2432
3029
|
},
|
|
2433
|
-
__wbg_size_b5c1b72884cb3fa5: function(arg0) {
|
|
2434
|
-
const ret = arg0.size;
|
|
2435
|
-
return ret;
|
|
2436
|
-
},
|
|
2437
3030
|
__wbg_stack_3b0d974bbf31e44f: function(arg0, arg1) {
|
|
2438
3031
|
const ret = arg1.stack;
|
|
2439
3032
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -2488,7 +3081,7 @@ function __wbg_get_imports() {
|
|
|
2488
3081
|
const ret = arg0.subarray(arg1 >>> 0, arg2 >>> 0);
|
|
2489
3082
|
return ret;
|
|
2490
3083
|
},
|
|
2491
|
-
|
|
3084
|
+
__wbg_submit_1290d44bb76ecef4: function(arg0, arg1) {
|
|
2492
3085
|
arg0.submit(arg1);
|
|
2493
3086
|
},
|
|
2494
3087
|
__wbg_subtle_c060fa3eb5c6248d: function(arg0) {
|
|
@@ -2543,6 +3136,10 @@ function __wbg_get_imports() {
|
|
|
2543
3136
|
__wbg_transferFromImageBitmap_9f9bd42ea0f80770: function(arg0, arg1) {
|
|
2544
3137
|
arg0.transferFromImageBitmap(arg1);
|
|
2545
3138
|
},
|
|
3139
|
+
__wbg_type_1a9c52a36f642e97: function(arg0) {
|
|
3140
|
+
const ret = arg0.type;
|
|
3141
|
+
return (__wbindgen_enum_GpuCompilationMessageType.indexOf(ret) + 1 || 4) - 1;
|
|
3142
|
+
},
|
|
2546
3143
|
__wbg_type_6179b003ae8606bd: function(arg0, arg1) {
|
|
2547
3144
|
const ret = arg1.type;
|
|
2548
3145
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -2550,11 +3147,7 @@ function __wbg_get_imports() {
|
|
|
2550
3147
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
2551
3148
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
2552
3149
|
},
|
|
2553
|
-
|
|
2554
|
-
const ret = arg0.type;
|
|
2555
|
-
return (__wbindgen_enum_GpuCompilationMessageType.indexOf(ret) + 1 || 4) - 1;
|
|
2556
|
-
},
|
|
2557
|
-
__wbg_unmap_d610a495d70ebb5e: function(arg0) {
|
|
3150
|
+
__wbg_unmap_8f06698a75b8331a: function(arg0) {
|
|
2558
3151
|
arg0.unmap();
|
|
2559
3152
|
},
|
|
2560
3153
|
__wbg_unobserve_397ea595cb8bfdd0: function(arg0, arg1) {
|
|
@@ -2567,10 +3160,6 @@ function __wbg_get_imports() {
|
|
|
2567
3160
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
2568
3161
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
2569
3162
|
},
|
|
2570
|
-
__wbg_usage_92ae9f7605bb82c1: function(arg0) {
|
|
2571
|
-
const ret = arg0.usage;
|
|
2572
|
-
return ret;
|
|
2573
|
-
},
|
|
2574
3163
|
__wbg_userAgentData_31b8f893e8977e94: function(arg0) {
|
|
2575
3164
|
const ret = arg0.userAgentData;
|
|
2576
3165
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
@@ -2634,149 +3223,149 @@ function __wbg_get_imports() {
|
|
|
2634
3223
|
const ret = arg0.width;
|
|
2635
3224
|
return ret;
|
|
2636
3225
|
},
|
|
2637
|
-
|
|
2638
|
-
arg0.writeBuffer(arg1, arg2, arg3, arg4, arg5);
|
|
2639
|
-
},
|
|
3226
|
+
__wbg_writeBuffer_b4bdd36178348ca5: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
3227
|
+
arg0.writeBuffer(arg1, arg2, getArrayU8FromWasm0(arg3, arg4), arg5, arg6);
|
|
3228
|
+
}, arguments); },
|
|
2640
3229
|
__wbg_writeText_9a7de75ffb2482e6: function(arg0, arg1, arg2) {
|
|
2641
3230
|
const ret = arg0.writeText(getStringFromWasm0(arg1, arg2));
|
|
2642
3231
|
return ret;
|
|
2643
3232
|
},
|
|
2644
|
-
|
|
2645
|
-
arg0.writeTexture(arg1, arg2, arg3, arg4);
|
|
2646
|
-
},
|
|
3233
|
+
__wbg_writeTexture_b45b69132e46a227: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
3234
|
+
arg0.writeTexture(arg1, getArrayU8FromWasm0(arg2, arg3), arg4, arg5);
|
|
3235
|
+
}, arguments); },
|
|
2647
3236
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
2648
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
2649
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3237
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2638, function: Function { arguments: [Externref, Externref], shim_idx: 2639, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3238
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h02f4ac5582e5913c, wasm_bindgen__convert__closures_____invoke__h4661a025d4db3fe3);
|
|
2650
3239
|
return ret;
|
|
2651
3240
|
},
|
|
2652
3241
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
2653
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
2654
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3242
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2638, function: Function { arguments: [NamedExternref("ErrorEvent")], shim_idx: 2641, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3243
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h02f4ac5582e5913c, wasm_bindgen__convert__closures_____invoke__h222ae0c953b08b05);
|
|
2655
3244
|
return ret;
|
|
2656
3245
|
},
|
|
2657
3246
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
2658
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
2659
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3247
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2638, function: Function { arguments: [NamedExternref("Event")], shim_idx: 2641, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3248
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h02f4ac5582e5913c, wasm_bindgen__convert__closures_____invoke__h222ae0c953b08b05_2);
|
|
2660
3249
|
return ret;
|
|
2661
3250
|
},
|
|
2662
3251
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
2663
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
2664
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3252
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2638, function: Function { arguments: [NamedExternref("RTCDataChannelEvent")], shim_idx: 2641, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3253
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h02f4ac5582e5913c, wasm_bindgen__convert__closures_____invoke__h222ae0c953b08b05_3);
|
|
2665
3254
|
return ret;
|
|
2666
3255
|
},
|
|
2667
3256
|
__wbindgen_cast_0000000000000005: function(arg0, arg1) {
|
|
2668
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
2669
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3257
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2638, function: Function { arguments: [NamedExternref("RTCPeerConnectionIceEvent")], shim_idx: 2641, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3258
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h02f4ac5582e5913c, wasm_bindgen__convert__closures_____invoke__h222ae0c953b08b05_4);
|
|
2670
3259
|
return ret;
|
|
2671
3260
|
},
|
|
2672
3261
|
__wbindgen_cast_0000000000000006: function(arg0, arg1) {
|
|
2673
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
2674
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3262
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2913, function: Function { arguments: [], shim_idx: 2914, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3263
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hf04f1b52029392cb, wasm_bindgen__convert__closures_____invoke__hbc8eaa61aedbf990);
|
|
2675
3264
|
return ret;
|
|
2676
3265
|
},
|
|
2677
3266
|
__wbindgen_cast_0000000000000007: function(arg0, arg1) {
|
|
2678
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
2679
|
-
const ret = makeClosure(arg0, arg1, wasm.
|
|
3267
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4126, function: Function { arguments: [String], shim_idx: 4127, ret: Unit, inner_ret: Some(Unit) }, mutable: false }) -> Externref`.
|
|
3268
|
+
const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h5ce6c8b97be5aedf, wasm_bindgen__convert__closures_____invoke__h4b2720b5fafd0c51);
|
|
2680
3269
|
return ret;
|
|
2681
3270
|
},
|
|
2682
3271
|
__wbindgen_cast_0000000000000008: function(arg0, arg1) {
|
|
2683
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
2684
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3272
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4151, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 4152, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3273
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hea92bb707f6cbeb2, wasm_bindgen__convert__closures_____invoke__hf6f3f32f973e661e);
|
|
2685
3274
|
return ret;
|
|
2686
3275
|
},
|
|
2687
3276
|
__wbindgen_cast_0000000000000009: function(arg0, arg1) {
|
|
2688
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
2689
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3277
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4273, function: Function { arguments: [Externref], shim_idx: 4274, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3278
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h22ca06dde759e186, wasm_bindgen__convert__closures_____invoke__h3803a1e8b18ffddc);
|
|
2690
3279
|
return ret;
|
|
2691
3280
|
},
|
|
2692
3281
|
__wbindgen_cast_000000000000000a: function(arg0, arg1) {
|
|
2693
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
2694
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3282
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4273, function: Function { arguments: [NamedExternref("GPUUncapturedErrorEvent")], shim_idx: 4274, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3283
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h22ca06dde759e186, wasm_bindgen__convert__closures_____invoke__h3803a1e8b18ffddc_9);
|
|
2695
3284
|
return ret;
|
|
2696
3285
|
},
|
|
2697
3286
|
__wbindgen_cast_000000000000000b: function(arg0, arg1) {
|
|
2698
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
2699
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3287
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4371, function: Function { arguments: [Externref], shim_idx: 4372, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3288
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h2fa417b22e371ac0, wasm_bindgen__convert__closures_____invoke__h27c0605e3bdfefc1);
|
|
2700
3289
|
return ret;
|
|
2701
3290
|
},
|
|
2702
3291
|
__wbindgen_cast_000000000000000c: function(arg0, arg1) {
|
|
2703
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
2704
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3292
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4371, function: Function { arguments: [NamedExternref("Array<any>"), NamedExternref("ResizeObserver")], shim_idx: 4374, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3293
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h2fa417b22e371ac0, wasm_bindgen__convert__closures_____invoke__h9fd153286ed41e9c);
|
|
2705
3294
|
return ret;
|
|
2706
3295
|
},
|
|
2707
3296
|
__wbindgen_cast_000000000000000d: function(arg0, arg1) {
|
|
2708
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
2709
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3297
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4371, function: Function { arguments: [NamedExternref("Array<any>")], shim_idx: 4372, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3298
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h2fa417b22e371ac0, wasm_bindgen__convert__closures_____invoke__h27c0605e3bdfefc1_12);
|
|
2710
3299
|
return ret;
|
|
2711
3300
|
},
|
|
2712
3301
|
__wbindgen_cast_000000000000000e: function(arg0, arg1) {
|
|
2713
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
2714
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3302
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4371, function: Function { arguments: [NamedExternref("Event")], shim_idx: 4372, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3303
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h2fa417b22e371ac0, wasm_bindgen__convert__closures_____invoke__h27c0605e3bdfefc1_13);
|
|
2715
3304
|
return ret;
|
|
2716
3305
|
},
|
|
2717
3306
|
__wbindgen_cast_000000000000000f: function(arg0, arg1) {
|
|
2718
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
2719
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3307
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4371, function: Function { arguments: [NamedExternref("FocusEvent")], shim_idx: 4372, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3308
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h2fa417b22e371ac0, wasm_bindgen__convert__closures_____invoke__h27c0605e3bdfefc1_14);
|
|
2720
3309
|
return ret;
|
|
2721
3310
|
},
|
|
2722
3311
|
__wbindgen_cast_0000000000000010: function(arg0, arg1) {
|
|
2723
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
2724
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3312
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4371, function: Function { arguments: [NamedExternref("KeyboardEvent")], shim_idx: 4372, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3313
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h2fa417b22e371ac0, wasm_bindgen__convert__closures_____invoke__h27c0605e3bdfefc1_15);
|
|
2725
3314
|
return ret;
|
|
2726
3315
|
},
|
|
2727
3316
|
__wbindgen_cast_0000000000000011: function(arg0, arg1) {
|
|
2728
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
2729
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3317
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4371, function: Function { arguments: [NamedExternref("PageTransitionEvent")], shim_idx: 4372, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3318
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h2fa417b22e371ac0, wasm_bindgen__convert__closures_____invoke__h27c0605e3bdfefc1_16);
|
|
2730
3319
|
return ret;
|
|
2731
3320
|
},
|
|
2732
3321
|
__wbindgen_cast_0000000000000012: function(arg0, arg1) {
|
|
2733
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
2734
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3322
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4371, function: Function { arguments: [NamedExternref("PointerEvent")], shim_idx: 4372, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3323
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h2fa417b22e371ac0, wasm_bindgen__convert__closures_____invoke__h27c0605e3bdfefc1_17);
|
|
2735
3324
|
return ret;
|
|
2736
3325
|
},
|
|
2737
3326
|
__wbindgen_cast_0000000000000013: function(arg0, arg1) {
|
|
2738
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
2739
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3327
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4371, function: Function { arguments: [NamedExternref("WheelEvent")], shim_idx: 4372, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3328
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h2fa417b22e371ac0, wasm_bindgen__convert__closures_____invoke__h27c0605e3bdfefc1_18);
|
|
2740
3329
|
return ret;
|
|
2741
3330
|
},
|
|
2742
3331
|
__wbindgen_cast_0000000000000014: function(arg0, arg1) {
|
|
2743
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
2744
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3332
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4371, function: Function { arguments: [Option(NamedExternref("Blob"))], shim_idx: 4378, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3333
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h2fa417b22e371ac0, wasm_bindgen__convert__closures_____invoke__ha87a485729c1bc45);
|
|
2745
3334
|
return ret;
|
|
2746
3335
|
},
|
|
2747
3336
|
__wbindgen_cast_0000000000000015: function(arg0, arg1) {
|
|
2748
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
2749
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3337
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4371, function: Function { arguments: [], shim_idx: 4381, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3338
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h2fa417b22e371ac0, wasm_bindgen__convert__closures_____invoke__h916e8c5bf71a8454);
|
|
2750
3339
|
return ret;
|
|
2751
3340
|
},
|
|
2752
3341
|
__wbindgen_cast_0000000000000016: function(arg0, arg1) {
|
|
2753
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
2754
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3342
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 5140, function: Function { arguments: [], shim_idx: 5141, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3343
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h497a5311ffee252b, wasm_bindgen__convert__closures_____invoke__hcba5ad8b0d96cf50);
|
|
2755
3344
|
return ret;
|
|
2756
3345
|
},
|
|
2757
3346
|
__wbindgen_cast_0000000000000017: function(arg0, arg1) {
|
|
2758
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
2759
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3347
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 5211, function: Function { arguments: [Externref], shim_idx: 5212, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3348
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h83f8bfe43e51586e, wasm_bindgen__convert__closures_____invoke__h5fae2a5a8b174cd2);
|
|
2760
3349
|
return ret;
|
|
2761
3350
|
},
|
|
2762
3351
|
__wbindgen_cast_0000000000000018: function(arg0, arg1) {
|
|
2763
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
2764
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3352
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 5230, function: Function { arguments: [Externref], shim_idx: 5231, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
3353
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h10eef66b5be2507e, wasm_bindgen__convert__closures_____invoke__h1425c1d15e69fe66);
|
|
2765
3354
|
return ret;
|
|
2766
3355
|
},
|
|
2767
3356
|
__wbindgen_cast_0000000000000019: function(arg0, arg1) {
|
|
2768
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
2769
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3357
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 584, function: Function { arguments: [NamedExternref("MouseEvent")], shim_idx: 587, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3358
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h677d3b08c69adfbf, wasm_bindgen__convert__closures_____invoke__h8d56de0e71630208);
|
|
2770
3359
|
return ret;
|
|
2771
3360
|
},
|
|
2772
3361
|
__wbindgen_cast_000000000000001a: function(arg0, arg1) {
|
|
2773
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
2774
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3362
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 584, function: Function { arguments: [String], shim_idx: 589, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3363
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h677d3b08c69adfbf, wasm_bindgen__convert__closures_____invoke__h430dc5b36c3ff7df);
|
|
2775
3364
|
return ret;
|
|
2776
3365
|
},
|
|
2777
3366
|
__wbindgen_cast_000000000000001b: function(arg0, arg1) {
|
|
2778
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
2779
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3367
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 584, function: Function { arguments: [U32, U32, F64], shim_idx: 585, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3368
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h677d3b08c69adfbf, wasm_bindgen__convert__closures_____invoke__h530de7b4ff70bfe3);
|
|
2780
3369
|
return ret;
|
|
2781
3370
|
},
|
|
2782
3371
|
__wbindgen_cast_000000000000001c: function(arg0) {
|
|
@@ -2807,152 +3396,224 @@ function __wbg_get_imports() {
|
|
|
2807
3396
|
return {
|
|
2808
3397
|
__proto__: null,
|
|
2809
3398
|
"./oriverse_wgpu_bg.js": import0,
|
|
2810
|
-
"./snippets/oriverse_wgpu-255445ce6d9a0851/
|
|
2811
|
-
"./snippets/oriverse_wgpu-255445ce6d9a0851/
|
|
3399
|
+
"./snippets/oriverse_wgpu-255445ce6d9a0851/inline0.js": import1,
|
|
3400
|
+
"./snippets/oriverse_wgpu-255445ce6d9a0851/inline1.js": import2,
|
|
2812
3401
|
"./snippets/oriverse_market_client-0cd3013288f3c49c/inline0.js": import3,
|
|
2813
3402
|
"./snippets/oriverse_networking_shared-e43478064e11e46c/inline0.js": import4,
|
|
2814
3403
|
};
|
|
2815
3404
|
}
|
|
2816
3405
|
|
|
2817
3406
|
const lAudioContext = (typeof AudioContext !== 'undefined' ? AudioContext : (typeof webkitAudioContext !== 'undefined' ? webkitAudioContext : undefined));
|
|
2818
|
-
function
|
|
2819
|
-
wasm.
|
|
3407
|
+
function wasm_bindgen__convert__closures_____invoke__hbc8eaa61aedbf990(arg0, arg1) {
|
|
3408
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hbc8eaa61aedbf990(arg0, arg1);
|
|
2820
3409
|
}
|
|
2821
3410
|
|
|
2822
|
-
function
|
|
2823
|
-
wasm.
|
|
3411
|
+
function wasm_bindgen__convert__closures_____invoke__h916e8c5bf71a8454(arg0, arg1) {
|
|
3412
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h916e8c5bf71a8454(arg0, arg1);
|
|
2824
3413
|
}
|
|
2825
3414
|
|
|
2826
|
-
function
|
|
2827
|
-
wasm.
|
|
3415
|
+
function wasm_bindgen__convert__closures_____invoke__hcba5ad8b0d96cf50(arg0, arg1) {
|
|
3416
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hcba5ad8b0d96cf50(arg0, arg1);
|
|
2828
3417
|
}
|
|
2829
3418
|
|
|
2830
|
-
function
|
|
2831
|
-
wasm.
|
|
3419
|
+
function wasm_bindgen__convert__closures_____invoke__h222ae0c953b08b05(arg0, arg1, arg2) {
|
|
3420
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h222ae0c953b08b05(arg0, arg1, arg2);
|
|
2832
3421
|
}
|
|
2833
3422
|
|
|
2834
|
-
function
|
|
2835
|
-
wasm.
|
|
3423
|
+
function wasm_bindgen__convert__closures_____invoke__h222ae0c953b08b05_2(arg0, arg1, arg2) {
|
|
3424
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h222ae0c953b08b05_2(arg0, arg1, arg2);
|
|
2836
3425
|
}
|
|
2837
3426
|
|
|
2838
|
-
function
|
|
2839
|
-
wasm.
|
|
3427
|
+
function wasm_bindgen__convert__closures_____invoke__h222ae0c953b08b05_3(arg0, arg1, arg2) {
|
|
3428
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h222ae0c953b08b05_3(arg0, arg1, arg2);
|
|
2840
3429
|
}
|
|
2841
3430
|
|
|
2842
|
-
function
|
|
2843
|
-
wasm.
|
|
3431
|
+
function wasm_bindgen__convert__closures_____invoke__h222ae0c953b08b05_4(arg0, arg1, arg2) {
|
|
3432
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h222ae0c953b08b05_4(arg0, arg1, arg2);
|
|
2844
3433
|
}
|
|
2845
3434
|
|
|
2846
|
-
function
|
|
2847
|
-
wasm.
|
|
3435
|
+
function wasm_bindgen__convert__closures_____invoke__hf6f3f32f973e661e(arg0, arg1, arg2) {
|
|
3436
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hf6f3f32f973e661e(arg0, arg1, arg2);
|
|
2848
3437
|
}
|
|
2849
3438
|
|
|
2850
|
-
function
|
|
2851
|
-
wasm.
|
|
3439
|
+
function wasm_bindgen__convert__closures_____invoke__h3803a1e8b18ffddc(arg0, arg1, arg2) {
|
|
3440
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h3803a1e8b18ffddc(arg0, arg1, arg2);
|
|
2852
3441
|
}
|
|
2853
3442
|
|
|
2854
|
-
function
|
|
2855
|
-
wasm.
|
|
3443
|
+
function wasm_bindgen__convert__closures_____invoke__h3803a1e8b18ffddc_9(arg0, arg1, arg2) {
|
|
3444
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h3803a1e8b18ffddc_9(arg0, arg1, arg2);
|
|
2856
3445
|
}
|
|
2857
3446
|
|
|
2858
|
-
function
|
|
2859
|
-
wasm.
|
|
3447
|
+
function wasm_bindgen__convert__closures_____invoke__h27c0605e3bdfefc1(arg0, arg1, arg2) {
|
|
3448
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h27c0605e3bdfefc1(arg0, arg1, arg2);
|
|
2860
3449
|
}
|
|
2861
3450
|
|
|
2862
|
-
function
|
|
2863
|
-
wasm.
|
|
3451
|
+
function wasm_bindgen__convert__closures_____invoke__h27c0605e3bdfefc1_12(arg0, arg1, arg2) {
|
|
3452
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h27c0605e3bdfefc1_12(arg0, arg1, arg2);
|
|
2864
3453
|
}
|
|
2865
3454
|
|
|
2866
|
-
function
|
|
2867
|
-
wasm.
|
|
3455
|
+
function wasm_bindgen__convert__closures_____invoke__h27c0605e3bdfefc1_13(arg0, arg1, arg2) {
|
|
3456
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h27c0605e3bdfefc1_13(arg0, arg1, arg2);
|
|
2868
3457
|
}
|
|
2869
3458
|
|
|
2870
|
-
function
|
|
2871
|
-
wasm.
|
|
3459
|
+
function wasm_bindgen__convert__closures_____invoke__h27c0605e3bdfefc1_14(arg0, arg1, arg2) {
|
|
3460
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h27c0605e3bdfefc1_14(arg0, arg1, arg2);
|
|
2872
3461
|
}
|
|
2873
3462
|
|
|
2874
|
-
function
|
|
2875
|
-
wasm.
|
|
3463
|
+
function wasm_bindgen__convert__closures_____invoke__h27c0605e3bdfefc1_15(arg0, arg1, arg2) {
|
|
3464
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h27c0605e3bdfefc1_15(arg0, arg1, arg2);
|
|
2876
3465
|
}
|
|
2877
3466
|
|
|
2878
|
-
function
|
|
2879
|
-
wasm.
|
|
3467
|
+
function wasm_bindgen__convert__closures_____invoke__h27c0605e3bdfefc1_16(arg0, arg1, arg2) {
|
|
3468
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h27c0605e3bdfefc1_16(arg0, arg1, arg2);
|
|
2880
3469
|
}
|
|
2881
3470
|
|
|
2882
|
-
function
|
|
2883
|
-
wasm.
|
|
3471
|
+
function wasm_bindgen__convert__closures_____invoke__h27c0605e3bdfefc1_17(arg0, arg1, arg2) {
|
|
3472
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h27c0605e3bdfefc1_17(arg0, arg1, arg2);
|
|
2884
3473
|
}
|
|
2885
3474
|
|
|
2886
|
-
function
|
|
2887
|
-
wasm.
|
|
3475
|
+
function wasm_bindgen__convert__closures_____invoke__h27c0605e3bdfefc1_18(arg0, arg1, arg2) {
|
|
3476
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h27c0605e3bdfefc1_18(arg0, arg1, arg2);
|
|
2888
3477
|
}
|
|
2889
3478
|
|
|
2890
|
-
function
|
|
2891
|
-
wasm.
|
|
3479
|
+
function wasm_bindgen__convert__closures_____invoke__h5fae2a5a8b174cd2(arg0, arg1, arg2) {
|
|
3480
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h5fae2a5a8b174cd2(arg0, arg1, arg2);
|
|
2892
3481
|
}
|
|
2893
3482
|
|
|
2894
|
-
function
|
|
2895
|
-
wasm.
|
|
3483
|
+
function wasm_bindgen__convert__closures_____invoke__h8d56de0e71630208(arg0, arg1, arg2) {
|
|
3484
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h8d56de0e71630208(arg0, arg1, arg2);
|
|
2896
3485
|
}
|
|
2897
3486
|
|
|
2898
|
-
function
|
|
2899
|
-
const ret = wasm.
|
|
3487
|
+
function wasm_bindgen__convert__closures_____invoke__h1425c1d15e69fe66(arg0, arg1, arg2) {
|
|
3488
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__h1425c1d15e69fe66(arg0, arg1, arg2);
|
|
2900
3489
|
if (ret[1]) {
|
|
2901
3490
|
throw takeFromExternrefTable0(ret[0]);
|
|
2902
3491
|
}
|
|
2903
3492
|
}
|
|
2904
3493
|
|
|
2905
|
-
function
|
|
2906
|
-
wasm.
|
|
3494
|
+
function wasm_bindgen__convert__closures_____invoke__h4661a025d4db3fe3(arg0, arg1, arg2, arg3) {
|
|
3495
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h4661a025d4db3fe3(arg0, arg1, arg2, arg3);
|
|
2907
3496
|
}
|
|
2908
3497
|
|
|
2909
|
-
function
|
|
2910
|
-
wasm.
|
|
3498
|
+
function wasm_bindgen__convert__closures_____invoke__h9fd153286ed41e9c(arg0, arg1, arg2, arg3) {
|
|
3499
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h9fd153286ed41e9c(arg0, arg1, arg2, arg3);
|
|
2911
3500
|
}
|
|
2912
3501
|
|
|
2913
|
-
function
|
|
2914
|
-
wasm.
|
|
3502
|
+
function wasm_bindgen__convert__closures_____invoke__h65f53cb9c5fcb430(arg0, arg1, arg2, arg3) {
|
|
3503
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h65f53cb9c5fcb430(arg0, arg1, arg2, arg3);
|
|
2915
3504
|
}
|
|
2916
3505
|
|
|
2917
|
-
function
|
|
2918
|
-
wasm.
|
|
3506
|
+
function wasm_bindgen__convert__closures_____invoke__ha87a485729c1bc45(arg0, arg1, arg2) {
|
|
3507
|
+
wasm.wasm_bindgen__convert__closures_____invoke__ha87a485729c1bc45(arg0, arg1, isLikeNone(arg2) ? 0 : addToExternrefTable0(arg2));
|
|
2919
3508
|
}
|
|
2920
3509
|
|
|
2921
|
-
function
|
|
3510
|
+
function wasm_bindgen__convert__closures_____invoke__h4b2720b5fafd0c51(arg0, arg1, arg2) {
|
|
2922
3511
|
const ptr0 = passStringToWasm0(arg2, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
2923
3512
|
const len0 = WASM_VECTOR_LEN;
|
|
2924
|
-
wasm.
|
|
3513
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h4b2720b5fafd0c51(arg0, arg1, ptr0, len0);
|
|
2925
3514
|
}
|
|
2926
3515
|
|
|
2927
|
-
function
|
|
3516
|
+
function wasm_bindgen__convert__closures_____invoke__h430dc5b36c3ff7df(arg0, arg1, arg2) {
|
|
2928
3517
|
const ptr0 = passStringToWasm0(arg2, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
2929
3518
|
const len0 = WASM_VECTOR_LEN;
|
|
2930
|
-
wasm.
|
|
3519
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h430dc5b36c3ff7df(arg0, arg1, ptr0, len0);
|
|
2931
3520
|
}
|
|
2932
3521
|
|
|
2933
|
-
function
|
|
2934
|
-
wasm.
|
|
3522
|
+
function wasm_bindgen__convert__closures_____invoke__h530de7b4ff70bfe3(arg0, arg1, arg2, arg3, arg4) {
|
|
3523
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h530de7b4ff70bfe3(arg0, arg1, arg2, arg3, arg4);
|
|
2935
3524
|
}
|
|
2936
3525
|
|
|
2937
3526
|
|
|
2938
3527
|
const __wbindgen_enum_BinaryType = ["blob", "arraybuffer"];
|
|
2939
3528
|
|
|
2940
3529
|
|
|
3530
|
+
const __wbindgen_enum_GpuAddressMode = ["clamp-to-edge", "repeat", "mirror-repeat"];
|
|
3531
|
+
|
|
3532
|
+
|
|
3533
|
+
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"];
|
|
3534
|
+
|
|
3535
|
+
|
|
3536
|
+
const __wbindgen_enum_GpuBlendOperation = ["add", "subtract", "reverse-subtract", "min", "max"];
|
|
3537
|
+
|
|
3538
|
+
|
|
3539
|
+
const __wbindgen_enum_GpuBufferBindingType = ["uniform", "storage", "read-only-storage"];
|
|
3540
|
+
|
|
3541
|
+
|
|
3542
|
+
const __wbindgen_enum_GpuCanvasAlphaMode = ["opaque", "premultiplied"];
|
|
3543
|
+
|
|
3544
|
+
|
|
3545
|
+
const __wbindgen_enum_GpuCompareFunction = ["never", "less", "equal", "less-equal", "greater", "not-equal", "greater-equal", "always"];
|
|
3546
|
+
|
|
3547
|
+
|
|
2941
3548
|
const __wbindgen_enum_GpuCompilationMessageType = ["error", "warning", "info"];
|
|
2942
3549
|
|
|
2943
3550
|
|
|
3551
|
+
const __wbindgen_enum_GpuCullMode = ["none", "front", "back"];
|
|
3552
|
+
|
|
3553
|
+
|
|
2944
3554
|
const __wbindgen_enum_GpuDeviceLostReason = ["unknown", "destroyed"];
|
|
2945
3555
|
|
|
2946
3556
|
|
|
2947
3557
|
const __wbindgen_enum_GpuErrorFilter = ["validation", "out-of-memory", "internal"];
|
|
2948
3558
|
|
|
2949
3559
|
|
|
3560
|
+
const __wbindgen_enum_GpuFilterMode = ["nearest", "linear"];
|
|
3561
|
+
|
|
3562
|
+
|
|
3563
|
+
const __wbindgen_enum_GpuFrontFace = ["ccw", "cw"];
|
|
3564
|
+
|
|
3565
|
+
|
|
2950
3566
|
const __wbindgen_enum_GpuIndexFormat = ["uint16", "uint32"];
|
|
2951
3567
|
|
|
2952
3568
|
|
|
3569
|
+
const __wbindgen_enum_GpuLoadOp = ["load", "clear"];
|
|
3570
|
+
|
|
3571
|
+
|
|
3572
|
+
const __wbindgen_enum_GpuMipmapFilterMode = ["nearest", "linear"];
|
|
3573
|
+
|
|
3574
|
+
|
|
3575
|
+
const __wbindgen_enum_GpuPowerPreference = ["low-power", "high-performance"];
|
|
3576
|
+
|
|
3577
|
+
|
|
3578
|
+
const __wbindgen_enum_GpuPrimitiveTopology = ["point-list", "line-list", "line-strip", "triangle-list", "triangle-strip"];
|
|
3579
|
+
|
|
3580
|
+
|
|
3581
|
+
const __wbindgen_enum_GpuQueryType = ["occlusion", "timestamp"];
|
|
3582
|
+
|
|
3583
|
+
|
|
3584
|
+
const __wbindgen_enum_GpuSamplerBindingType = ["filtering", "non-filtering", "comparison"];
|
|
3585
|
+
|
|
3586
|
+
|
|
3587
|
+
const __wbindgen_enum_GpuStencilOperation = ["keep", "zero", "replace", "invert", "increment-clamp", "decrement-clamp", "increment-wrap", "decrement-wrap"];
|
|
3588
|
+
|
|
3589
|
+
|
|
3590
|
+
const __wbindgen_enum_GpuStorageTextureAccess = ["write-only", "read-only", "read-write"];
|
|
3591
|
+
|
|
3592
|
+
|
|
3593
|
+
const __wbindgen_enum_GpuStoreOp = ["store", "discard"];
|
|
3594
|
+
|
|
3595
|
+
|
|
3596
|
+
const __wbindgen_enum_GpuTextureAspect = ["all", "stencil-only", "depth-only"];
|
|
3597
|
+
|
|
3598
|
+
|
|
3599
|
+
const __wbindgen_enum_GpuTextureDimension = ["1d", "2d", "3d"];
|
|
3600
|
+
|
|
3601
|
+
|
|
2953
3602
|
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"];
|
|
2954
3603
|
|
|
2955
3604
|
|
|
3605
|
+
const __wbindgen_enum_GpuTextureSampleType = ["float", "unfilterable-float", "depth", "sint", "uint"];
|
|
3606
|
+
|
|
3607
|
+
|
|
3608
|
+
const __wbindgen_enum_GpuTextureViewDimension = ["1d", "2d", "2d-array", "cube", "cube-array", "3d"];
|
|
3609
|
+
|
|
3610
|
+
|
|
3611
|
+
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"];
|
|
3612
|
+
|
|
3613
|
+
|
|
3614
|
+
const __wbindgen_enum_GpuVertexStepMode = ["vertex", "instance"];
|
|
3615
|
+
|
|
3616
|
+
|
|
2956
3617
|
const __wbindgen_enum_PremultiplyAlpha = ["none", "premultiply", "default"];
|
|
2957
3618
|
|
|
2958
3619
|
|