@rerun-io/web-viewer 0.32.0-alpha.1 → 0.32.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
- package/re_viewer.d.ts +11 -11
- package/re_viewer.js +373 -364
- package/re_viewer_bg.wasm +0 -0
- package/re_viewer_bg.wasm.d.ts +11 -11
package/re_viewer.js
CHANGED
|
@@ -412,11 +412,11 @@ const exports = { __proto__: null };
|
|
|
412
412
|
const ret = Number(arg0);
|
|
413
413
|
return ret;
|
|
414
414
|
},
|
|
415
|
-
|
|
415
|
+
__wbg_Window_65ef42d29dc8174d: function(arg0) {
|
|
416
416
|
const ret = arg0.Window;
|
|
417
417
|
return ret;
|
|
418
418
|
},
|
|
419
|
-
|
|
419
|
+
__wbg_WorkerGlobalScope_d272430d4a323303: function(arg0) {
|
|
420
420
|
const ret = arg0.WorkerGlobalScope;
|
|
421
421
|
return ret;
|
|
422
422
|
},
|
|
@@ -556,7 +556,7 @@ const exports = { __proto__: null };
|
|
|
556
556
|
__wbg_beginQuery_d7f3cb867735ca13: function(arg0, arg1, arg2) {
|
|
557
557
|
arg0.beginQuery(arg1 >>> 0, arg2);
|
|
558
558
|
},
|
|
559
|
-
|
|
559
|
+
__wbg_beginRenderPass_865cbdfaecf89f93: function() { return handleError(function (arg0, arg1) {
|
|
560
560
|
const ret = arg0.beginRenderPass(arg1);
|
|
561
561
|
return ret;
|
|
562
562
|
}, arguments); },
|
|
@@ -834,10 +834,10 @@ const exports = { __proto__: null };
|
|
|
834
834
|
__wbg_compressedTexSubImage3D_cea1617c94dc89b1: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
|
|
835
835
|
arg0.compressedTexSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10, arg11);
|
|
836
836
|
},
|
|
837
|
-
|
|
837
|
+
__wbg_configure_9750ce06cc4cea98: function() { return handleError(function (arg0, arg1) {
|
|
838
838
|
arg0.configure(arg1);
|
|
839
839
|
}, arguments); },
|
|
840
|
-
|
|
840
|
+
__wbg_configure_c0a3d80e97c0e7b1: function() { return handleError(function (arg0, arg1) {
|
|
841
841
|
arg0.configure(arg1);
|
|
842
842
|
}, arguments); },
|
|
843
843
|
__wbg_contentBoxSize_eeeb1078851bcdc4: function(arg0) {
|
|
@@ -851,16 +851,16 @@ const exports = { __proto__: null };
|
|
|
851
851
|
__wbg_copyBufferSubData_ffd7512172742ce5: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
852
852
|
arg0.copyBufferSubData(arg1 >>> 0, arg2 >>> 0, arg3, arg4, arg5);
|
|
853
853
|
},
|
|
854
|
-
|
|
855
|
-
arg0.copyBufferToBuffer(arg1, arg2, arg3, arg4, arg5);
|
|
856
|
-
}, arguments); },
|
|
857
|
-
__wbg_copyBufferToBuffer_b9173642596dac6a: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
854
|
+
__wbg_copyBufferToBuffer_3b119149df2dc5eb: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
858
855
|
arg0.copyBufferToBuffer(arg1, arg2, arg3, arg4);
|
|
859
856
|
}, arguments); },
|
|
860
|
-
|
|
857
|
+
__wbg_copyBufferToBuffer_9e5aea97d7828aa3: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
858
|
+
arg0.copyBufferToBuffer(arg1, arg2, arg3, arg4, arg5);
|
|
859
|
+
}, arguments); },
|
|
860
|
+
__wbg_copyBufferToTexture_46f05a7a84552c50: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
861
861
|
arg0.copyBufferToTexture(arg1, arg2, arg3);
|
|
862
862
|
}, arguments); },
|
|
863
|
-
|
|
863
|
+
__wbg_copyExternalImageToTexture_305b23364c470d9e: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
864
864
|
arg0.copyExternalImageToTexture(arg1, arg2, arg3);
|
|
865
865
|
}, arguments); },
|
|
866
866
|
__wbg_copyTexSubImage2D_4a2d7e2efd99dfa8: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) {
|
|
@@ -872,18 +872,18 @@ const exports = { __proto__: null };
|
|
|
872
872
|
__wbg_copyTexSubImage3D_ef5526f572f36d56: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
873
873
|
arg0.copyTexSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9);
|
|
874
874
|
},
|
|
875
|
-
|
|
875
|
+
__wbg_copyTextureToBuffer_a9b82ac765521aab: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
876
876
|
arg0.copyTextureToBuffer(arg1, arg2, arg3);
|
|
877
877
|
}, arguments); },
|
|
878
|
-
|
|
878
|
+
__wbg_createBindGroupLayout_59891d473ac8665d: function() { return handleError(function (arg0, arg1) {
|
|
879
879
|
const ret = arg0.createBindGroupLayout(arg1);
|
|
880
880
|
return ret;
|
|
881
881
|
}, arguments); },
|
|
882
|
-
|
|
882
|
+
__wbg_createBindGroup_4cb86ff853df5c69: function(arg0, arg1) {
|
|
883
883
|
const ret = arg0.createBindGroup(arg1);
|
|
884
884
|
return ret;
|
|
885
885
|
},
|
|
886
|
-
|
|
886
|
+
__wbg_createBuffer_3fa0256cba655273: function() { return handleError(function (arg0, arg1) {
|
|
887
887
|
const ret = arg0.createBuffer(arg1);
|
|
888
888
|
return ret;
|
|
889
889
|
}, arguments); },
|
|
@@ -895,7 +895,7 @@ const exports = { __proto__: null };
|
|
|
895
895
|
const ret = arg0.createBuffer();
|
|
896
896
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
897
897
|
},
|
|
898
|
-
|
|
898
|
+
__wbg_createCommandEncoder_98e3b731629054b4: function(arg0, arg1) {
|
|
899
899
|
const ret = arg0.createCommandEncoder(arg1);
|
|
900
900
|
return ret;
|
|
901
901
|
},
|
|
@@ -922,7 +922,7 @@ const exports = { __proto__: null };
|
|
|
922
922
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
923
923
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
924
924
|
}, arguments); },
|
|
925
|
-
|
|
925
|
+
__wbg_createPipelineLayout_270b4fd0b4230373: function(arg0, arg1) {
|
|
926
926
|
const ret = arg0.createPipelineLayout(arg1);
|
|
927
927
|
return ret;
|
|
928
928
|
},
|
|
@@ -938,7 +938,7 @@ const exports = { __proto__: null };
|
|
|
938
938
|
const ret = arg0.createQuery();
|
|
939
939
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
940
940
|
},
|
|
941
|
-
|
|
941
|
+
__wbg_createRenderPipeline_4c120add6a62a442: function() { return handleError(function (arg0, arg1) {
|
|
942
942
|
const ret = arg0.createRenderPipeline(arg1);
|
|
943
943
|
return ret;
|
|
944
944
|
}, arguments); },
|
|
@@ -954,11 +954,11 @@ const exports = { __proto__: null };
|
|
|
954
954
|
const ret = arg0.createSampler();
|
|
955
955
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
956
956
|
},
|
|
957
|
-
|
|
957
|
+
__wbg_createSampler_95bff4f5405a3dd1: function(arg0, arg1) {
|
|
958
958
|
const ret = arg0.createSampler(arg1);
|
|
959
959
|
return ret;
|
|
960
960
|
},
|
|
961
|
-
|
|
961
|
+
__wbg_createShaderModule_f0aa469466c7bdaa: function(arg0, arg1) {
|
|
962
962
|
const ret = arg0.createShaderModule(arg1);
|
|
963
963
|
return ret;
|
|
964
964
|
},
|
|
@@ -970,7 +970,7 @@ const exports = { __proto__: null };
|
|
|
970
970
|
const ret = arg0.createShader(arg1 >>> 0);
|
|
971
971
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
972
972
|
},
|
|
973
|
-
|
|
973
|
+
__wbg_createTexture_28341edbcc7d129e: function() { return handleError(function (arg0, arg1) {
|
|
974
974
|
const ret = arg0.createTexture(arg1);
|
|
975
975
|
return ret;
|
|
976
976
|
}, arguments); },
|
|
@@ -990,7 +990,7 @@ const exports = { __proto__: null };
|
|
|
990
990
|
const ret = arg0.createVertexArray();
|
|
991
991
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
992
992
|
},
|
|
993
|
-
|
|
993
|
+
__wbg_createView_d04a0f9bdd723238: function() { return handleError(function (arg0, arg1) {
|
|
994
994
|
const ret = arg0.createView(arg1);
|
|
995
995
|
return ret;
|
|
996
996
|
}, arguments); },
|
|
@@ -1023,8 +1023,11 @@ const exports = { __proto__: null };
|
|
|
1023
1023
|
const ret = arg0.data;
|
|
1024
1024
|
return ret;
|
|
1025
1025
|
},
|
|
1026
|
-
|
|
1027
|
-
console.debug(
|
|
1026
|
+
__wbg_debug_50e24f25b064ded1: function(arg0) {
|
|
1027
|
+
console.debug(arg0);
|
|
1028
|
+
},
|
|
1029
|
+
__wbg_debug_58754cc8dbfec7ec: function(arg0, arg1, arg2, arg3) {
|
|
1030
|
+
console.debug(arg0, arg1, arg2, arg3);
|
|
1028
1031
|
},
|
|
1029
1032
|
__wbg_decode_728a4fb6d8b559ae: function() { return handleError(function (arg0, arg1) {
|
|
1030
1033
|
arg0.decode(arg1);
|
|
@@ -1113,17 +1116,17 @@ const exports = { __proto__: null };
|
|
|
1113
1116
|
__wbg_depthRange_1430e03ed51da89f: function(arg0, arg1, arg2) {
|
|
1114
1117
|
arg0.depthRange(arg1, arg2);
|
|
1115
1118
|
},
|
|
1116
|
-
|
|
1119
|
+
__wbg_description_f6ebcdce701b056b: function(arg0, arg1) {
|
|
1117
1120
|
const ret = arg1.description;
|
|
1118
1121
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1119
1122
|
const len1 = WASM_VECTOR_LEN;
|
|
1120
1123
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1121
1124
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1122
1125
|
},
|
|
1123
|
-
|
|
1126
|
+
__wbg_destroy_a1ad55d8110037a7: function(arg0) {
|
|
1124
1127
|
arg0.destroy();
|
|
1125
1128
|
},
|
|
1126
|
-
|
|
1129
|
+
__wbg_destroy_ce807b0d8ddbb656: function(arg0) {
|
|
1127
1130
|
arg0.destroy();
|
|
1128
1131
|
},
|
|
1129
1132
|
__wbg_devicePixelContentBoxSize_74f4718d7ccbbda0: function(arg0) {
|
|
@@ -1189,10 +1192,10 @@ const exports = { __proto__: null };
|
|
|
1189
1192
|
__wbg_drawElementsInstanced_e67f42392ded7e15: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
1190
1193
|
arg0.drawElementsInstanced(arg1 >>> 0, arg2, arg3 >>> 0, arg4, arg5);
|
|
1191
1194
|
},
|
|
1192
|
-
|
|
1195
|
+
__wbg_drawIndexed_cc7c04c1088cafad: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
1193
1196
|
arg0.drawIndexed(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4, arg5 >>> 0);
|
|
1194
1197
|
},
|
|
1195
|
-
|
|
1198
|
+
__wbg_draw_92eb37d6b3b2aab4: function(arg0, arg1, arg2, arg3, arg4) {
|
|
1196
1199
|
arg0.draw(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
|
|
1197
1200
|
},
|
|
1198
1201
|
__wbg_elementFromPoint_6c20f1acad715888: function(arg0, arg1, arg2) {
|
|
@@ -1218,7 +1221,7 @@ const exports = { __proto__: null };
|
|
|
1218
1221
|
__wbg_endQuery_9b3877af76f58a68: function(arg0, arg1) {
|
|
1219
1222
|
arg0.endQuery(arg1 >>> 0);
|
|
1220
1223
|
},
|
|
1221
|
-
|
|
1224
|
+
__wbg_end_d49513b309f4ca43: function(arg0) {
|
|
1222
1225
|
arg0.end();
|
|
1223
1226
|
},
|
|
1224
1227
|
__wbg_enqueue_bb06efec8458a81a: function() { return handleError(function (arg0, arg1) {
|
|
@@ -1228,7 +1231,10 @@ const exports = { __proto__: null };
|
|
|
1228
1231
|
const ret = Object.entries(arg0);
|
|
1229
1232
|
return ret;
|
|
1230
1233
|
},
|
|
1231
|
-
|
|
1234
|
+
__wbg_error_38bec0a78dd8ded8: function(arg0) {
|
|
1235
|
+
console.error(arg0);
|
|
1236
|
+
},
|
|
1237
|
+
__wbg_error_a4d9fb65600441d5: function(arg0, arg1) {
|
|
1232
1238
|
let deferred0_0;
|
|
1233
1239
|
let deferred0_1;
|
|
1234
1240
|
try {
|
|
@@ -1239,14 +1245,14 @@ const exports = { __proto__: null };
|
|
|
1239
1245
|
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
1240
1246
|
}
|
|
1241
1247
|
},
|
|
1242
|
-
|
|
1243
|
-
console.error(arg0);
|
|
1244
|
-
},
|
|
1245
|
-
__wbg_error_c9510133954a995f: function(arg0) {
|
|
1248
|
+
__wbg_error_f6720b4bc5b9976f: function(arg0) {
|
|
1246
1249
|
const ret = arg0.error;
|
|
1247
1250
|
return ret;
|
|
1248
1251
|
},
|
|
1249
|
-
|
|
1252
|
+
__wbg_error_f8d1622cb1d8c53c: function(arg0, arg1, arg2, arg3) {
|
|
1253
|
+
console.error(arg0, arg1, arg2, arg3);
|
|
1254
|
+
},
|
|
1255
|
+
__wbg_features_6906f30d3b243f58: function(arg0) {
|
|
1250
1256
|
const ret = arg0.features;
|
|
1251
1257
|
return ret;
|
|
1252
1258
|
},
|
|
@@ -1282,12 +1288,12 @@ const exports = { __proto__: null };
|
|
|
1282
1288
|
const ret = arg0.files;
|
|
1283
1289
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1284
1290
|
},
|
|
1285
|
-
|
|
1286
|
-
const ret = arg0.finish();
|
|
1291
|
+
__wbg_finish_6c7bba424ffe1bbc: function(arg0, arg1) {
|
|
1292
|
+
const ret = arg0.finish(arg1);
|
|
1287
1293
|
return ret;
|
|
1288
1294
|
},
|
|
1289
|
-
|
|
1290
|
-
const ret = arg0.finish(
|
|
1295
|
+
__wbg_finish_c40b67ff2af88e0c: function(arg0) {
|
|
1296
|
+
const ret = arg0.finish();
|
|
1291
1297
|
return ret;
|
|
1292
1298
|
},
|
|
1293
1299
|
__wbg_flush_2dbf18333ea13590: function(arg0) {
|
|
@@ -1334,7 +1340,7 @@ const exports = { __proto__: null };
|
|
|
1334
1340
|
__wbg_frontFace_8751ba7bc82d3bcb: function(arg0, arg1) {
|
|
1335
1341
|
arg0.frontFace(arg1 >>> 0);
|
|
1336
1342
|
},
|
|
1337
|
-
|
|
1343
|
+
__wbg_getBindGroupLayout_3e25f08ba260b2a6: function(arg0, arg1) {
|
|
1338
1344
|
const ret = arg0.getBindGroupLayout(arg1 >>> 0);
|
|
1339
1345
|
return ret;
|
|
1340
1346
|
},
|
|
@@ -1365,7 +1371,7 @@ const exports = { __proto__: null };
|
|
|
1365
1371
|
const ret = arg0.getContext(getStringFromWasm0(arg1, arg2), arg3);
|
|
1366
1372
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1367
1373
|
}, arguments); },
|
|
1368
|
-
|
|
1374
|
+
__wbg_getCurrentTexture_274b67f871b2dea5: function() { return handleError(function (arg0) {
|
|
1369
1375
|
const ret = arg0.getCurrentTexture();
|
|
1370
1376
|
return ret;
|
|
1371
1377
|
}, arguments); },
|
|
@@ -1395,7 +1401,7 @@ const exports = { __proto__: null };
|
|
|
1395
1401
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1396
1402
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1397
1403
|
}, arguments); },
|
|
1398
|
-
|
|
1404
|
+
__wbg_getMappedRange_59829576da3edd39: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1399
1405
|
const ret = arg0.getMappedRange(arg1, arg2);
|
|
1400
1406
|
return ret;
|
|
1401
1407
|
}, arguments); },
|
|
@@ -1407,7 +1413,7 @@ const exports = { __proto__: null };
|
|
|
1407
1413
|
const ret = arg0.getParameter(arg1 >>> 0);
|
|
1408
1414
|
return ret;
|
|
1409
1415
|
}, arguments); },
|
|
1410
|
-
|
|
1416
|
+
__wbg_getPreferredCanvasFormat_6f629398d892f0c9: function(arg0) {
|
|
1411
1417
|
const ret = arg0.getPreferredCanvasFormat();
|
|
1412
1418
|
return (__wbindgen_enum_GpuTextureFormat.indexOf(ret) + 1 || 96) - 1;
|
|
1413
1419
|
},
|
|
@@ -1552,7 +1558,7 @@ const exports = { __proto__: null };
|
|
|
1552
1558
|
const ret = arg0[arg1];
|
|
1553
1559
|
return ret;
|
|
1554
1560
|
},
|
|
1555
|
-
|
|
1561
|
+
__wbg_gpu_cbd27ad0589bc0b3: function(arg0) {
|
|
1556
1562
|
const ret = arg0.gpu;
|
|
1557
1563
|
return ret;
|
|
1558
1564
|
},
|
|
@@ -1564,7 +1570,7 @@ const exports = { __proto__: null };
|
|
|
1564
1570
|
const ret = Reflect.has(arg0, arg1);
|
|
1565
1571
|
return ret;
|
|
1566
1572
|
}, arguments); },
|
|
1567
|
-
|
|
1573
|
+
__wbg_has_dbcaf77712624019: function(arg0, arg1, arg2) {
|
|
1568
1574
|
const ret = arg0.has(getStringFromWasm0(arg1, arg2));
|
|
1569
1575
|
return ret;
|
|
1570
1576
|
},
|
|
@@ -1651,13 +1657,16 @@ const exports = { __proto__: null };
|
|
|
1651
1657
|
const ret = arg0.includes(arg1, arg2);
|
|
1652
1658
|
return ret;
|
|
1653
1659
|
},
|
|
1654
|
-
|
|
1660
|
+
__wbg_info_4e3339024d0fb613: function(arg0) {
|
|
1661
|
+
console.info(arg0);
|
|
1662
|
+
},
|
|
1663
|
+
__wbg_info_8e80eb6c0f1d9449: function(arg0, arg1, arg2, arg3) {
|
|
1664
|
+
console.info(arg0, arg1, arg2, arg3);
|
|
1665
|
+
},
|
|
1666
|
+
__wbg_info_91a8fcd51fd17fff: function(arg0) {
|
|
1655
1667
|
const ret = arg0.info;
|
|
1656
1668
|
return ret;
|
|
1657
1669
|
},
|
|
1658
|
-
__wbg_info_a86bc89d5036ee05: function(arg0, arg1) {
|
|
1659
|
-
console.info(getStringFromWasm0(arg0, arg1));
|
|
1660
|
-
},
|
|
1661
1670
|
__wbg_inlineSize_4d595b2867bf7d83: function(arg0) {
|
|
1662
1671
|
const ret = arg0.inlineSize;
|
|
1663
1672
|
return ret;
|
|
@@ -1712,7 +1721,7 @@ const exports = { __proto__: null };
|
|
|
1712
1721
|
const ret = result;
|
|
1713
1722
|
return ret;
|
|
1714
1723
|
},
|
|
1715
|
-
|
|
1724
|
+
__wbg_instanceof_GpuAdapter_1297a3a5ce0db3ff: function(arg0) {
|
|
1716
1725
|
let result;
|
|
1717
1726
|
try {
|
|
1718
1727
|
result = arg0 instanceof GPUAdapter;
|
|
@@ -1722,7 +1731,7 @@ const exports = { __proto__: null };
|
|
|
1722
1731
|
const ret = result;
|
|
1723
1732
|
return ret;
|
|
1724
1733
|
},
|
|
1725
|
-
|
|
1734
|
+
__wbg_instanceof_GpuCanvasContext_13613277d7bf3768: function(arg0) {
|
|
1726
1735
|
let result;
|
|
1727
1736
|
try {
|
|
1728
1737
|
result = arg0 instanceof GPUCanvasContext;
|
|
@@ -1732,7 +1741,7 @@ const exports = { __proto__: null };
|
|
|
1732
1741
|
const ret = result;
|
|
1733
1742
|
return ret;
|
|
1734
1743
|
},
|
|
1735
|
-
|
|
1744
|
+
__wbg_instanceof_GpuOutOfMemoryError_100c4600c3e13387: function(arg0) {
|
|
1736
1745
|
let result;
|
|
1737
1746
|
try {
|
|
1738
1747
|
result = arg0 instanceof GPUOutOfMemoryError;
|
|
@@ -1742,7 +1751,7 @@ const exports = { __proto__: null };
|
|
|
1742
1751
|
const ret = result;
|
|
1743
1752
|
return ret;
|
|
1744
1753
|
},
|
|
1745
|
-
|
|
1754
|
+
__wbg_instanceof_GpuValidationError_94580aa7a41f3bdb: function(arg0) {
|
|
1746
1755
|
let result;
|
|
1747
1756
|
try {
|
|
1748
1757
|
result = arg0 instanceof GPUValidationError;
|
|
@@ -1973,7 +1982,7 @@ const exports = { __proto__: null };
|
|
|
1973
1982
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1974
1983
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1975
1984
|
},
|
|
1976
|
-
|
|
1985
|
+
__wbg_label_9a8583e3a20fafc7: function(arg0, arg1) {
|
|
1977
1986
|
const ret = arg1.label;
|
|
1978
1987
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1979
1988
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -2008,11 +2017,11 @@ const exports = { __proto__: null };
|
|
|
2008
2017
|
const ret = arg0.length;
|
|
2009
2018
|
return ret;
|
|
2010
2019
|
},
|
|
2011
|
-
|
|
2020
|
+
__wbg_limits_25f7265ea0cad6c5: function(arg0) {
|
|
2012
2021
|
const ret = arg0.limits;
|
|
2013
2022
|
return ret;
|
|
2014
2023
|
},
|
|
2015
|
-
|
|
2024
|
+
__wbg_limits_b3a1d99e863846d4: function(arg0) {
|
|
2016
2025
|
const ret = arg0.limits;
|
|
2017
2026
|
return ret;
|
|
2018
2027
|
},
|
|
@@ -2030,7 +2039,7 @@ const exports = { __proto__: null };
|
|
|
2030
2039
|
const ret = arg0.location;
|
|
2031
2040
|
return ret;
|
|
2032
2041
|
},
|
|
2033
|
-
|
|
2042
|
+
__wbg_mapAsync_e3cfbd141919d03c: function(arg0, arg1, arg2, arg3) {
|
|
2034
2043
|
const ret = arg0.mapAsync(arg1 >>> 0, arg2, arg3);
|
|
2035
2044
|
return ret;
|
|
2036
2045
|
},
|
|
@@ -2042,119 +2051,119 @@ const exports = { __proto__: null };
|
|
|
2042
2051
|
const ret = arg0.matches;
|
|
2043
2052
|
return ret;
|
|
2044
2053
|
},
|
|
2045
|
-
|
|
2054
|
+
__wbg_maxBindGroups_7e4965b5daa53b23: function(arg0) {
|
|
2046
2055
|
const ret = arg0.maxBindGroups;
|
|
2047
2056
|
return ret;
|
|
2048
2057
|
},
|
|
2049
|
-
|
|
2058
|
+
__wbg_maxBindingsPerBindGroup_5d11588150650215: function(arg0) {
|
|
2050
2059
|
const ret = arg0.maxBindingsPerBindGroup;
|
|
2051
2060
|
return ret;
|
|
2052
2061
|
},
|
|
2053
|
-
|
|
2062
|
+
__wbg_maxBufferSize_b59f147488bf047a: function(arg0) {
|
|
2054
2063
|
const ret = arg0.maxBufferSize;
|
|
2055
2064
|
return ret;
|
|
2056
2065
|
},
|
|
2057
|
-
|
|
2066
|
+
__wbg_maxColorAttachmentBytesPerSample_726ea37aedfb839a: function(arg0) {
|
|
2058
2067
|
const ret = arg0.maxColorAttachmentBytesPerSample;
|
|
2059
2068
|
return ret;
|
|
2060
2069
|
},
|
|
2061
|
-
|
|
2070
|
+
__wbg_maxColorAttachments_62ecca7ef94d78e4: function(arg0) {
|
|
2062
2071
|
const ret = arg0.maxColorAttachments;
|
|
2063
2072
|
return ret;
|
|
2064
2073
|
},
|
|
2065
|
-
|
|
2074
|
+
__wbg_maxComputeInvocationsPerWorkgroup_a14458d75e0b90ac: function(arg0) {
|
|
2066
2075
|
const ret = arg0.maxComputeInvocationsPerWorkgroup;
|
|
2067
2076
|
return ret;
|
|
2068
2077
|
},
|
|
2069
|
-
|
|
2078
|
+
__wbg_maxComputeWorkgroupSizeX_6b8c17d5e4738e77: function(arg0) {
|
|
2070
2079
|
const ret = arg0.maxComputeWorkgroupSizeX;
|
|
2071
2080
|
return ret;
|
|
2072
2081
|
},
|
|
2073
|
-
|
|
2082
|
+
__wbg_maxComputeWorkgroupSizeY_13b5de41c6e0bc2a: function(arg0) {
|
|
2074
2083
|
const ret = arg0.maxComputeWorkgroupSizeY;
|
|
2075
2084
|
return ret;
|
|
2076
2085
|
},
|
|
2077
|
-
|
|
2086
|
+
__wbg_maxComputeWorkgroupSizeZ_b12d7f3e670aa0a2: function(arg0) {
|
|
2078
2087
|
const ret = arg0.maxComputeWorkgroupSizeZ;
|
|
2079
2088
|
return ret;
|
|
2080
2089
|
},
|
|
2081
|
-
|
|
2090
|
+
__wbg_maxComputeWorkgroupStorageSize_886498bc3b0baa23: function(arg0) {
|
|
2082
2091
|
const ret = arg0.maxComputeWorkgroupStorageSize;
|
|
2083
2092
|
return ret;
|
|
2084
2093
|
},
|
|
2085
|
-
|
|
2094
|
+
__wbg_maxComputeWorkgroupsPerDimension_144b6bbf6ac24451: function(arg0) {
|
|
2086
2095
|
const ret = arg0.maxComputeWorkgroupsPerDimension;
|
|
2087
2096
|
return ret;
|
|
2088
2097
|
},
|
|
2089
|
-
|
|
2098
|
+
__wbg_maxDynamicStorageBuffersPerPipelineLayout_d81239ef90f4f920: function(arg0) {
|
|
2090
2099
|
const ret = arg0.maxDynamicStorageBuffersPerPipelineLayout;
|
|
2091
2100
|
return ret;
|
|
2092
2101
|
},
|
|
2093
|
-
|
|
2102
|
+
__wbg_maxDynamicUniformBuffersPerPipelineLayout_0cca7d1cb9e5adf7: function(arg0) {
|
|
2094
2103
|
const ret = arg0.maxDynamicUniformBuffersPerPipelineLayout;
|
|
2095
2104
|
return ret;
|
|
2096
2105
|
},
|
|
2097
|
-
|
|
2106
|
+
__wbg_maxInterStageShaderVariables_4504147f810dd43d: function(arg0) {
|
|
2098
2107
|
const ret = arg0.maxInterStageShaderVariables;
|
|
2099
2108
|
return ret;
|
|
2100
2109
|
},
|
|
2101
|
-
|
|
2110
|
+
__wbg_maxSampledTexturesPerShaderStage_54e5ed0537676c83: function(arg0) {
|
|
2102
2111
|
const ret = arg0.maxSampledTexturesPerShaderStage;
|
|
2103
2112
|
return ret;
|
|
2104
2113
|
},
|
|
2105
|
-
|
|
2114
|
+
__wbg_maxSamplersPerShaderStage_71315fab0d7f34b1: function(arg0) {
|
|
2106
2115
|
const ret = arg0.maxSamplersPerShaderStage;
|
|
2107
2116
|
return ret;
|
|
2108
2117
|
},
|
|
2109
|
-
|
|
2118
|
+
__wbg_maxStorageBufferBindingSize_779fd522aaaa6f90: function(arg0) {
|
|
2110
2119
|
const ret = arg0.maxStorageBufferBindingSize;
|
|
2111
2120
|
return ret;
|
|
2112
2121
|
},
|
|
2113
|
-
|
|
2122
|
+
__wbg_maxStorageBuffersPerShaderStage_c99b4f72aaf19e34: function(arg0) {
|
|
2114
2123
|
const ret = arg0.maxStorageBuffersPerShaderStage;
|
|
2115
2124
|
return ret;
|
|
2116
2125
|
},
|
|
2117
|
-
|
|
2126
|
+
__wbg_maxStorageTexturesPerShaderStage_5403c17d11da5280: function(arg0) {
|
|
2118
2127
|
const ret = arg0.maxStorageTexturesPerShaderStage;
|
|
2119
2128
|
return ret;
|
|
2120
2129
|
},
|
|
2121
|
-
|
|
2130
|
+
__wbg_maxTextureArrayLayers_eca9fa36b3d46099: function(arg0) {
|
|
2122
2131
|
const ret = arg0.maxTextureArrayLayers;
|
|
2123
2132
|
return ret;
|
|
2124
2133
|
},
|
|
2125
|
-
|
|
2134
|
+
__wbg_maxTextureDimension1D_a7d9d7ecd19aae9b: function(arg0) {
|
|
2126
2135
|
const ret = arg0.maxTextureDimension1D;
|
|
2127
2136
|
return ret;
|
|
2128
2137
|
},
|
|
2129
|
-
|
|
2138
|
+
__wbg_maxTextureDimension2D_c6a3937eb3ab18df: function(arg0) {
|
|
2130
2139
|
const ret = arg0.maxTextureDimension2D;
|
|
2131
2140
|
return ret;
|
|
2132
2141
|
},
|
|
2133
|
-
|
|
2142
|
+
__wbg_maxTextureDimension3D_d941aa547d9e0801: function(arg0) {
|
|
2134
2143
|
const ret = arg0.maxTextureDimension3D;
|
|
2135
2144
|
return ret;
|
|
2136
2145
|
},
|
|
2137
|
-
|
|
2146
|
+
__wbg_maxUniformBufferBindingSize_1e8c92a2094b7ce7: function(arg0) {
|
|
2138
2147
|
const ret = arg0.maxUniformBufferBindingSize;
|
|
2139
2148
|
return ret;
|
|
2140
2149
|
},
|
|
2141
|
-
|
|
2150
|
+
__wbg_maxUniformBuffersPerShaderStage_83cde6650612f178: function(arg0) {
|
|
2142
2151
|
const ret = arg0.maxUniformBuffersPerShaderStage;
|
|
2143
2152
|
return ret;
|
|
2144
2153
|
},
|
|
2145
|
-
|
|
2154
|
+
__wbg_maxVertexAttributes_dd313a3540d56e88: function(arg0) {
|
|
2146
2155
|
const ret = arg0.maxVertexAttributes;
|
|
2147
2156
|
return ret;
|
|
2148
2157
|
},
|
|
2149
|
-
|
|
2158
|
+
__wbg_maxVertexBufferArrayStride_6fd082d9954d1f4a: function(arg0) {
|
|
2150
2159
|
const ret = arg0.maxVertexBufferArrayStride;
|
|
2151
2160
|
return ret;
|
|
2152
2161
|
},
|
|
2153
|
-
|
|
2162
|
+
__wbg_maxVertexBuffers_bbd14712ac158c6f: function(arg0) {
|
|
2154
2163
|
const ret = arg0.maxVertexBuffers;
|
|
2155
2164
|
return ret;
|
|
2156
2165
|
},
|
|
2157
|
-
|
|
2166
|
+
__wbg_message_1c3aafa647009286: function(arg0, arg1) {
|
|
2158
2167
|
const ret = arg1.message;
|
|
2159
2168
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
2160
2169
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -2169,11 +2178,11 @@ const exports = { __proto__: null };
|
|
|
2169
2178
|
const ret = arg0.metaKey;
|
|
2170
2179
|
return ret;
|
|
2171
2180
|
},
|
|
2172
|
-
|
|
2181
|
+
__wbg_minStorageBufferOffsetAlignment_726c386298254510: function(arg0) {
|
|
2173
2182
|
const ret = arg0.minStorageBufferOffsetAlignment;
|
|
2174
2183
|
return ret;
|
|
2175
2184
|
},
|
|
2176
|
-
|
|
2185
|
+
__wbg_minUniformBufferOffsetAlignment_6df1f95f5974788e: function(arg0) {
|
|
2177
2186
|
const ret = arg0.minUniformBufferOffsetAlignment;
|
|
2178
2187
|
return ret;
|
|
2179
2188
|
},
|
|
@@ -2245,18 +2254,22 @@ const exports = { __proto__: null };
|
|
|
2245
2254
|
const ret = new Object();
|
|
2246
2255
|
return ret;
|
|
2247
2256
|
},
|
|
2248
|
-
__wbg_new_5f2e23d30ca2a7e3: function() {
|
|
2249
|
-
const ret = new Error();
|
|
2250
|
-
return ret;
|
|
2251
|
-
},
|
|
2252
2257
|
__wbg_new_6f89ec4f8aab68cc: function() { return handleError(function (arg0) {
|
|
2253
2258
|
const ret = new ResizeObserver(arg0);
|
|
2254
2259
|
return ret;
|
|
2255
2260
|
}, arguments); },
|
|
2261
|
+
__wbg_new_70c95928e8a73d1e: function() {
|
|
2262
|
+
const ret = new Error();
|
|
2263
|
+
return ret;
|
|
2264
|
+
},
|
|
2256
2265
|
__wbg_new_71d7eef92e920458: function() { return handleError(function (arg0) {
|
|
2257
2266
|
const ret = new VideoDecoder(arg0);
|
|
2258
2267
|
return ret;
|
|
2259
2268
|
}, arguments); },
|
|
2269
|
+
__wbg_new_739dfb9403a93711: function() {
|
|
2270
|
+
const ret = new Error();
|
|
2271
|
+
return ret;
|
|
2272
|
+
},
|
|
2260
2273
|
__wbg_new_7681c4155808e30a: function() { return handleError(function () {
|
|
2261
2274
|
const ret = new URLSearchParams();
|
|
2262
2275
|
return ret;
|
|
@@ -2277,10 +2290,6 @@ const exports = { __proto__: null };
|
|
|
2277
2290
|
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
2278
2291
|
return ret;
|
|
2279
2292
|
},
|
|
2280
|
-
__wbg_new_e7a94ed988189973: function() {
|
|
2281
|
-
const ret = new Error();
|
|
2282
|
-
return ret;
|
|
2283
|
-
},
|
|
2284
2293
|
__wbg_new_f3c9df4f38f3f798: function() {
|
|
2285
2294
|
const ret = new Array();
|
|
2286
2295
|
return ret;
|
|
@@ -2366,7 +2375,7 @@ const exports = { __proto__: null };
|
|
|
2366
2375
|
const ret = arg0.ok;
|
|
2367
2376
|
return ret;
|
|
2368
2377
|
},
|
|
2369
|
-
|
|
2378
|
+
__wbg_onSubmittedWorkDone_5f36409816d68e04: function(arg0) {
|
|
2370
2379
|
const ret = arg0.onSubmittedWorkDone();
|
|
2371
2380
|
return ret;
|
|
2372
2381
|
},
|
|
@@ -2450,7 +2459,7 @@ const exports = { __proto__: null };
|
|
|
2450
2459
|
__wbg_queueMicrotask_df5a6dac26d818f3: function(arg0) {
|
|
2451
2460
|
queueMicrotask(arg0);
|
|
2452
2461
|
},
|
|
2453
|
-
|
|
2462
|
+
__wbg_queue_7bbf92178b06da19: function(arg0) {
|
|
2454
2463
|
const ret = arg0.queue;
|
|
2455
2464
|
return ret;
|
|
2456
2465
|
},
|
|
@@ -2501,11 +2510,11 @@ const exports = { __proto__: null };
|
|
|
2501
2510
|
__wbg_replaceState_b24491ac1a491629: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
2502
2511
|
arg0.replaceState(arg1, getStringFromWasm0(arg2, arg3), arg4 === 0 ? undefined : getStringFromWasm0(arg4, arg5));
|
|
2503
2512
|
}, arguments); },
|
|
2504
|
-
|
|
2513
|
+
__wbg_requestAdapter_0049683abd339828: function(arg0, arg1) {
|
|
2505
2514
|
const ret = arg0.requestAdapter(arg1);
|
|
2506
2515
|
return ret;
|
|
2507
2516
|
},
|
|
2508
|
-
|
|
2517
|
+
__wbg_requestAdapter_67400a4450a20436: function(arg0) {
|
|
2509
2518
|
const ret = arg0.requestAdapter();
|
|
2510
2519
|
return ret;
|
|
2511
2520
|
},
|
|
@@ -2513,7 +2522,7 @@ const exports = { __proto__: null };
|
|
|
2513
2522
|
const ret = arg0.requestAnimationFrame(arg1);
|
|
2514
2523
|
return ret;
|
|
2515
2524
|
}, arguments); },
|
|
2516
|
-
|
|
2525
|
+
__wbg_requestDevice_921f0a221b4492fa: function(arg0, arg1) {
|
|
2517
2526
|
const ret = arg0.requestDevice(arg1);
|
|
2518
2527
|
return ret;
|
|
2519
2528
|
},
|
|
@@ -2565,28 +2574,28 @@ const exports = { __proto__: null };
|
|
|
2565
2574
|
__wbg_setAttribute_5799fb5befe29601: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
2566
2575
|
arg0.setAttribute(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
2567
2576
|
}, arguments); },
|
|
2568
|
-
|
|
2569
|
-
arg0.setBindGroup(arg1 >>> 0, arg2);
|
|
2570
|
-
},
|
|
2571
|
-
__wbg_setBindGroup_a62f9de1cb2449b2: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
2577
|
+
__wbg_setBindGroup_851043cf286f55f2: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
2572
2578
|
arg0.setBindGroup(arg1 >>> 0, arg2, getArrayU32FromWasm0(arg3, arg4), arg5, arg6 >>> 0);
|
|
2573
2579
|
}, arguments); },
|
|
2574
|
-
|
|
2580
|
+
__wbg_setBindGroup_b546d112a2d27da3: function(arg0, arg1, arg2) {
|
|
2581
|
+
arg0.setBindGroup(arg1 >>> 0, arg2);
|
|
2582
|
+
},
|
|
2583
|
+
__wbg_setIndexBuffer_994771910f4a92bf: function(arg0, arg1, arg2, arg3) {
|
|
2575
2584
|
arg0.setIndexBuffer(arg1, __wbindgen_enum_GpuIndexFormat[arg2], arg3);
|
|
2576
2585
|
},
|
|
2577
|
-
|
|
2586
|
+
__wbg_setIndexBuffer_f0aa83f423c3ea49: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2578
2587
|
arg0.setIndexBuffer(arg1, __wbindgen_enum_GpuIndexFormat[arg2], arg3, arg4);
|
|
2579
2588
|
},
|
|
2580
2589
|
__wbg_setItem_67573afec8996fe4: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
2581
2590
|
arg0.setItem(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
2582
2591
|
}, arguments); },
|
|
2583
|
-
|
|
2592
|
+
__wbg_setPipeline_b0ecc74bdf8be629: function(arg0, arg1) {
|
|
2584
2593
|
arg0.setPipeline(arg1);
|
|
2585
2594
|
},
|
|
2586
2595
|
__wbg_setProperty_872b034b6bcc67cd: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
2587
2596
|
arg0.setProperty(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
2588
2597
|
}, arguments); },
|
|
2589
|
-
|
|
2598
|
+
__wbg_setScissorRect_a1545e0e0ae58d7e: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2590
2599
|
arg0.setScissorRect(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
|
|
2591
2600
|
},
|
|
2592
2601
|
__wbg_setTimeout_3f4119f26240bd79: function(arg0, arg1) {
|
|
@@ -2601,13 +2610,13 @@ const exports = { __proto__: null };
|
|
|
2601
2610
|
const ret = arg0.setTimeout(arg1, arg2);
|
|
2602
2611
|
return ret;
|
|
2603
2612
|
}, arguments); },
|
|
2604
|
-
|
|
2613
|
+
__wbg_setVertexBuffer_1d85cc2da6e137a7: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2605
2614
|
arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3, arg4);
|
|
2606
2615
|
},
|
|
2607
|
-
|
|
2616
|
+
__wbg_setVertexBuffer_7f434cea2ca9b640: function(arg0, arg1, arg2, arg3) {
|
|
2608
2617
|
arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3);
|
|
2609
2618
|
},
|
|
2610
|
-
|
|
2619
|
+
__wbg_setViewport_1963e6530328b01d: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
2611
2620
|
arg0.setViewport(arg1, arg2, arg3, arg4, arg5, arg6);
|
|
2612
2621
|
},
|
|
2613
2622
|
__wbg_set_16a9c1a07b3d38ec: function(arg0, arg1, arg2) {
|
|
@@ -2626,7 +2635,7 @@ const exports = { __proto__: null };
|
|
|
2626
2635
|
const ret = Reflect.set(arg0, arg1, arg2);
|
|
2627
2636
|
return ret;
|
|
2628
2637
|
}, arguments); },
|
|
2629
|
-
|
|
2638
|
+
__wbg_set_a_66601ffa2f4cbde8: function(arg0, arg1) {
|
|
2630
2639
|
arg0.a = arg1;
|
|
2631
2640
|
},
|
|
2632
2641
|
__wbg_set_aa391f3af1ff0e9c: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
@@ -2635,70 +2644,70 @@ const exports = { __proto__: null };
|
|
|
2635
2644
|
__wbg_set_accept_59891065e5b3f283: function(arg0, arg1, arg2) {
|
|
2636
2645
|
arg0.accept = getStringFromWasm0(arg1, arg2);
|
|
2637
2646
|
},
|
|
2638
|
-
|
|
2647
|
+
__wbg_set_access_08d6bdbda9aaa266: function(arg0, arg1) {
|
|
2639
2648
|
arg0.access = __wbindgen_enum_GpuStorageTextureAccess[arg1];
|
|
2640
2649
|
},
|
|
2641
|
-
|
|
2650
|
+
__wbg_set_address_mode_u_f80c73fc36e83289: function(arg0, arg1) {
|
|
2642
2651
|
arg0.addressModeU = __wbindgen_enum_GpuAddressMode[arg1];
|
|
2643
2652
|
},
|
|
2644
|
-
|
|
2653
|
+
__wbg_set_address_mode_v_3dee7a0095c326a6: function(arg0, arg1) {
|
|
2645
2654
|
arg0.addressModeV = __wbindgen_enum_GpuAddressMode[arg1];
|
|
2646
2655
|
},
|
|
2647
|
-
|
|
2656
|
+
__wbg_set_address_mode_w_e2be52f6efa2d9c7: function(arg0, arg1) {
|
|
2648
2657
|
arg0.addressModeW = __wbindgen_enum_GpuAddressMode[arg1];
|
|
2649
2658
|
},
|
|
2650
|
-
|
|
2659
|
+
__wbg_set_alpha_bb6680aaf01cdc62: function(arg0, arg1) {
|
|
2651
2660
|
arg0.alpha = arg1;
|
|
2652
2661
|
},
|
|
2653
|
-
|
|
2662
|
+
__wbg_set_alpha_mode_84140629c3b15c51: function(arg0, arg1) {
|
|
2654
2663
|
arg0.alphaMode = __wbindgen_enum_GpuCanvasAlphaMode[arg1];
|
|
2655
2664
|
},
|
|
2656
|
-
|
|
2665
|
+
__wbg_set_alpha_to_coverage_enabled_cac9212446be9cab: function(arg0, arg1) {
|
|
2657
2666
|
arg0.alphaToCoverageEnabled = arg1 !== 0;
|
|
2658
2667
|
},
|
|
2659
|
-
|
|
2668
|
+
__wbg_set_array_layer_count_01e36293bee85e02: function(arg0, arg1) {
|
|
2660
2669
|
arg0.arrayLayerCount = arg1 >>> 0;
|
|
2661
2670
|
},
|
|
2662
|
-
|
|
2671
|
+
__wbg_set_array_stride_34f4a147a16bff79: function(arg0, arg1) {
|
|
2663
2672
|
arg0.arrayStride = arg1;
|
|
2664
2673
|
},
|
|
2665
|
-
|
|
2674
|
+
__wbg_set_aspect_0675b2844dd12eb1: function(arg0, arg1) {
|
|
2666
2675
|
arg0.aspect = __wbindgen_enum_GpuTextureAspect[arg1];
|
|
2667
2676
|
},
|
|
2668
|
-
|
|
2677
|
+
__wbg_set_aspect_7829cca737701915: function(arg0, arg1) {
|
|
2669
2678
|
arg0.aspect = __wbindgen_enum_GpuTextureAspect[arg1];
|
|
2670
2679
|
},
|
|
2671
|
-
|
|
2680
|
+
__wbg_set_aspect_e09cb246c2df6f46: function(arg0, arg1) {
|
|
2672
2681
|
arg0.aspect = __wbindgen_enum_GpuTextureAspect[arg1];
|
|
2673
2682
|
},
|
|
2674
|
-
|
|
2683
|
+
__wbg_set_attributes_7ee8e82215809bfa: function(arg0, arg1) {
|
|
2675
2684
|
arg0.attributes = arg1;
|
|
2676
2685
|
},
|
|
2677
2686
|
__wbg_set_autofocus_76fe163909c5a3cf: function() { return handleError(function (arg0, arg1) {
|
|
2678
2687
|
arg0.autofocus = arg1 !== 0;
|
|
2679
2688
|
}, arguments); },
|
|
2680
|
-
|
|
2689
|
+
__wbg_set_b_103abfb3e69345a3: function(arg0, arg1) {
|
|
2681
2690
|
arg0.b = arg1;
|
|
2682
2691
|
},
|
|
2683
|
-
|
|
2692
|
+
__wbg_set_base_array_layer_ff3450be9aa7d232: function(arg0, arg1) {
|
|
2684
2693
|
arg0.baseArrayLayer = arg1 >>> 0;
|
|
2685
2694
|
},
|
|
2686
|
-
|
|
2695
|
+
__wbg_set_base_mip_level_43e77e5d237ede24: function(arg0, arg1) {
|
|
2687
2696
|
arg0.baseMipLevel = arg1 >>> 0;
|
|
2688
2697
|
},
|
|
2689
|
-
|
|
2698
|
+
__wbg_set_beginning_of_pass_write_index_abea1e4e6c6095e1: function(arg0, arg1) {
|
|
2690
2699
|
arg0.beginningOfPassWriteIndex = arg1 >>> 0;
|
|
2691
2700
|
},
|
|
2692
|
-
|
|
2701
|
+
__wbg_set_bind_group_layouts_078241cf2822c39e: function(arg0, arg1) {
|
|
2693
2702
|
arg0.bindGroupLayouts = arg1;
|
|
2694
2703
|
},
|
|
2695
|
-
|
|
2704
|
+
__wbg_set_binding_d683cd9c1d4bcfed: function(arg0, arg1) {
|
|
2696
2705
|
arg0.binding = arg1 >>> 0;
|
|
2697
2706
|
},
|
|
2698
|
-
|
|
2707
|
+
__wbg_set_binding_e9ba14423117de0a: function(arg0, arg1) {
|
|
2699
2708
|
arg0.binding = arg1 >>> 0;
|
|
2700
2709
|
},
|
|
2701
|
-
|
|
2710
|
+
__wbg_set_blend_9eab91d6edf500f9: function(arg0, arg1) {
|
|
2702
2711
|
arg0.blend = arg1;
|
|
2703
2712
|
},
|
|
2704
2713
|
__wbg_set_body_a304d09cb50cefbe: function(arg0, arg1) {
|
|
@@ -2707,22 +2716,22 @@ const exports = { __proto__: null };
|
|
|
2707
2716
|
__wbg_set_box_b3facca2aa9c2ac2: function(arg0, arg1) {
|
|
2708
2717
|
arg0.box = __wbindgen_enum_ResizeObserverBoxOptions[arg1];
|
|
2709
2718
|
},
|
|
2710
|
-
|
|
2719
|
+
__wbg_set_buffer_598ab98a251b8f91: function(arg0, arg1) {
|
|
2711
2720
|
arg0.buffer = arg1;
|
|
2712
2721
|
},
|
|
2713
|
-
|
|
2722
|
+
__wbg_set_buffer_73d9f6fea9c41867: function(arg0, arg1) {
|
|
2714
2723
|
arg0.buffer = arg1;
|
|
2715
2724
|
},
|
|
2716
|
-
|
|
2725
|
+
__wbg_set_buffer_88dfc353992be57b: function(arg0, arg1) {
|
|
2717
2726
|
arg0.buffer = arg1;
|
|
2718
2727
|
},
|
|
2719
|
-
|
|
2728
|
+
__wbg_set_buffers_93f3f75d7338864f: function(arg0, arg1) {
|
|
2720
2729
|
arg0.buffers = arg1;
|
|
2721
2730
|
},
|
|
2722
|
-
|
|
2731
|
+
__wbg_set_bytes_per_row_0bdd54b7fc03c765: function(arg0, arg1) {
|
|
2723
2732
|
arg0.bytesPerRow = arg1 >>> 0;
|
|
2724
2733
|
},
|
|
2725
|
-
|
|
2734
|
+
__wbg_set_bytes_per_row_4d62ead4cbf1cd75: function(arg0, arg1) {
|
|
2726
2735
|
arg0.bytesPerRow = arg1 >>> 0;
|
|
2727
2736
|
},
|
|
2728
2737
|
__wbg_set_cache_cc687e2b96e9608c: function(arg0, arg1) {
|
|
@@ -2731,10 +2740,10 @@ const exports = { __proto__: null };
|
|
|
2731
2740
|
__wbg_set_className_7ff38385280f6997: function(arg0, arg1, arg2) {
|
|
2732
2741
|
arg0.className = getStringFromWasm0(arg1, arg2);
|
|
2733
2742
|
},
|
|
2734
|
-
|
|
2743
|
+
__wbg_set_clear_value_c1a82bbe9a80b6ab: function(arg0, arg1) {
|
|
2735
2744
|
arg0.clearValue = arg1;
|
|
2736
2745
|
},
|
|
2737
|
-
|
|
2746
|
+
__wbg_set_code_6a0d763da082dcfb: function(arg0, arg1, arg2) {
|
|
2738
2747
|
arg0.code = getStringFromWasm0(arg1, arg2);
|
|
2739
2748
|
},
|
|
2740
2749
|
__wbg_set_codec_300afcafcaa8aab8: function(arg0, arg1, arg2) {
|
|
@@ -2746,151 +2755,151 @@ const exports = { __proto__: null };
|
|
|
2746
2755
|
__wbg_set_coded_width_67bd47a375e150b1: function(arg0, arg1) {
|
|
2747
2756
|
arg0.codedWidth = arg1 >>> 0;
|
|
2748
2757
|
},
|
|
2749
|
-
|
|
2750
|
-
arg0.colorAttachments = arg1;
|
|
2751
|
-
},
|
|
2752
|
-
__wbg_set_color_d0208d092af4f2e6: function(arg0, arg1) {
|
|
2758
|
+
__wbg_set_color_495aa415ae5a39c9: function(arg0, arg1) {
|
|
2753
2759
|
arg0.color = arg1;
|
|
2754
2760
|
},
|
|
2755
|
-
|
|
2761
|
+
__wbg_set_color_attachments_6705c6b1e98a3040: function(arg0, arg1) {
|
|
2762
|
+
arg0.colorAttachments = arg1;
|
|
2763
|
+
},
|
|
2764
|
+
__wbg_set_compare_8aedfdbdc96ff4d7: function(arg0, arg1) {
|
|
2756
2765
|
arg0.compare = __wbindgen_enum_GpuCompareFunction[arg1];
|
|
2757
2766
|
},
|
|
2758
|
-
|
|
2767
|
+
__wbg_set_compare_a9a06469832600ec: function(arg0, arg1) {
|
|
2759
2768
|
arg0.compare = __wbindgen_enum_GpuCompareFunction[arg1];
|
|
2760
2769
|
},
|
|
2761
|
-
|
|
2770
|
+
__wbg_set_count_34ecf81b3ad7e448: function(arg0, arg1) {
|
|
2762
2771
|
arg0.count = arg1 >>> 0;
|
|
2763
2772
|
},
|
|
2764
2773
|
__wbg_set_credentials_7693e63055f5e838: function(arg0, arg1) {
|
|
2765
2774
|
arg0.credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
2766
2775
|
},
|
|
2767
|
-
|
|
2776
|
+
__wbg_set_cull_mode_8e533f32672a379b: function(arg0, arg1) {
|
|
2768
2777
|
arg0.cullMode = __wbindgen_enum_GpuCullMode[arg1];
|
|
2769
2778
|
},
|
|
2770
2779
|
__wbg_set_data_9f92fc0aedb081b6: function(arg0, arg1) {
|
|
2771
2780
|
arg0.data = arg1;
|
|
2772
2781
|
},
|
|
2773
|
-
|
|
2774
|
-
arg0.depthBiasClamp = arg1;
|
|
2775
|
-
},
|
|
2776
|
-
__wbg_set_depth_bias_ebe05aecbb98e11f: function(arg0, arg1) {
|
|
2782
|
+
__wbg_set_depth_bias_07f95aa380a3e46e: function(arg0, arg1) {
|
|
2777
2783
|
arg0.depthBias = arg1;
|
|
2778
2784
|
},
|
|
2779
|
-
|
|
2785
|
+
__wbg_set_depth_bias_clamp_968b03f74984c77b: function(arg0, arg1) {
|
|
2786
|
+
arg0.depthBiasClamp = arg1;
|
|
2787
|
+
},
|
|
2788
|
+
__wbg_set_depth_bias_slope_scale_478b204b4910400f: function(arg0, arg1) {
|
|
2780
2789
|
arg0.depthBiasSlopeScale = arg1;
|
|
2781
2790
|
},
|
|
2782
|
-
|
|
2791
|
+
__wbg_set_depth_clear_value_25268aa6b7cae2e0: function(arg0, arg1) {
|
|
2783
2792
|
arg0.depthClearValue = arg1;
|
|
2784
2793
|
},
|
|
2785
|
-
|
|
2794
|
+
__wbg_set_depth_compare_c017fcac5327dfbb: function(arg0, arg1) {
|
|
2786
2795
|
arg0.depthCompare = __wbindgen_enum_GpuCompareFunction[arg1];
|
|
2787
2796
|
},
|
|
2788
|
-
|
|
2797
|
+
__wbg_set_depth_fail_op_8484012cd5e4987c: function(arg0, arg1) {
|
|
2789
2798
|
arg0.depthFailOp = __wbindgen_enum_GpuStencilOperation[arg1];
|
|
2790
2799
|
},
|
|
2791
|
-
|
|
2800
|
+
__wbg_set_depth_load_op_ed90e4eaf314a16c: function(arg0, arg1) {
|
|
2792
2801
|
arg0.depthLoadOp = __wbindgen_enum_GpuLoadOp[arg1];
|
|
2793
2802
|
},
|
|
2794
|
-
|
|
2803
|
+
__wbg_set_depth_or_array_layers_f8981011496f12e7: function(arg0, arg1) {
|
|
2795
2804
|
arg0.depthOrArrayLayers = arg1 >>> 0;
|
|
2796
2805
|
},
|
|
2797
|
-
|
|
2806
|
+
__wbg_set_depth_read_only_90cca09674f446be: function(arg0, arg1) {
|
|
2798
2807
|
arg0.depthReadOnly = arg1 !== 0;
|
|
2799
2808
|
},
|
|
2800
|
-
|
|
2801
|
-
arg0.depthStencil = arg1;
|
|
2802
|
-
},
|
|
2803
|
-
__wbg_set_depth_stencil_attachment_82ce8924f4e0e79b: function(arg0, arg1) {
|
|
2809
|
+
__wbg_set_depth_stencil_attachment_be8301fa499cd3db: function(arg0, arg1) {
|
|
2804
2810
|
arg0.depthStencilAttachment = arg1;
|
|
2805
2811
|
},
|
|
2806
|
-
|
|
2812
|
+
__wbg_set_depth_stencil_d536398c1b29bb38: function(arg0, arg1) {
|
|
2813
|
+
arg0.depthStencil = arg1;
|
|
2814
|
+
},
|
|
2815
|
+
__wbg_set_depth_store_op_8e9b1d0e47077643: function(arg0, arg1) {
|
|
2807
2816
|
arg0.depthStoreOp = __wbindgen_enum_GpuStoreOp[arg1];
|
|
2808
2817
|
},
|
|
2809
|
-
|
|
2818
|
+
__wbg_set_depth_write_enabled_adc2094871d66639: function(arg0, arg1) {
|
|
2810
2819
|
arg0.depthWriteEnabled = arg1 !== 0;
|
|
2811
2820
|
},
|
|
2812
2821
|
__wbg_set_description_393bafea84dc5561: function(arg0, arg1) {
|
|
2813
2822
|
arg0.description = arg1;
|
|
2814
2823
|
},
|
|
2815
|
-
|
|
2824
|
+
__wbg_set_device_47147a331245777f: function(arg0, arg1) {
|
|
2816
2825
|
arg0.device = arg1;
|
|
2817
2826
|
},
|
|
2818
|
-
|
|
2827
|
+
__wbg_set_dimension_b4da3979dc699ef8: function(arg0, arg1) {
|
|
2819
2828
|
arg0.dimension = __wbindgen_enum_GpuTextureViewDimension[arg1];
|
|
2820
2829
|
},
|
|
2821
|
-
|
|
2830
|
+
__wbg_set_dimension_d4f0c50e75083b7f: function(arg0, arg1) {
|
|
2822
2831
|
arg0.dimension = __wbindgen_enum_GpuTextureDimension[arg1];
|
|
2823
2832
|
},
|
|
2824
2833
|
__wbg_set_download_6fb6f1e8e782dd11: function(arg0, arg1, arg2) {
|
|
2825
2834
|
arg0.download = getStringFromWasm0(arg1, arg2);
|
|
2826
2835
|
},
|
|
2827
|
-
|
|
2836
|
+
__wbg_set_dst_factor_e44fc612d5e5bff4: function(arg0, arg1) {
|
|
2828
2837
|
arg0.dstFactor = __wbindgen_enum_GpuBlendFactor[arg1];
|
|
2829
2838
|
},
|
|
2830
2839
|
__wbg_set_duration_f64_acecfffcfce95ce5: function(arg0, arg1) {
|
|
2831
2840
|
arg0.duration = arg1;
|
|
2832
2841
|
},
|
|
2833
|
-
|
|
2842
|
+
__wbg_set_end_of_pass_write_index_1cd39b9bafe090cc: function(arg0, arg1) {
|
|
2834
2843
|
arg0.endOfPassWriteIndex = arg1 >>> 0;
|
|
2835
2844
|
},
|
|
2836
|
-
|
|
2845
|
+
__wbg_set_entries_070b048e4bea0c29: function(arg0, arg1) {
|
|
2837
2846
|
arg0.entries = arg1;
|
|
2838
2847
|
},
|
|
2839
|
-
|
|
2848
|
+
__wbg_set_entries_f9b7f3d4e9faccf4: function(arg0, arg1) {
|
|
2840
2849
|
arg0.entries = arg1;
|
|
2841
2850
|
},
|
|
2842
|
-
|
|
2851
|
+
__wbg_set_entry_point_0116a9f5d58cf0aa: function(arg0, arg1, arg2) {
|
|
2843
2852
|
arg0.entryPoint = getStringFromWasm0(arg1, arg2);
|
|
2844
2853
|
},
|
|
2845
|
-
|
|
2854
|
+
__wbg_set_entry_point_f04e91eced449196: function(arg0, arg1, arg2) {
|
|
2846
2855
|
arg0.entryPoint = getStringFromWasm0(arg1, arg2);
|
|
2847
2856
|
},
|
|
2848
2857
|
__wbg_set_error_f8cd539d5ba58a63: function(arg0, arg1) {
|
|
2849
2858
|
arg0.error = arg1;
|
|
2850
2859
|
},
|
|
2851
|
-
|
|
2860
|
+
__wbg_set_external_texture_cf122b1392d58f37: function(arg0, arg1) {
|
|
2852
2861
|
arg0.externalTexture = arg1;
|
|
2853
2862
|
},
|
|
2854
|
-
|
|
2863
|
+
__wbg_set_fail_op_e7eb17ed0228b457: function(arg0, arg1) {
|
|
2855
2864
|
arg0.failOp = __wbindgen_enum_GpuStencilOperation[arg1];
|
|
2856
2865
|
},
|
|
2857
|
-
|
|
2866
|
+
__wbg_set_flip_y_c75446cb371a71ee: function(arg0, arg1) {
|
|
2858
2867
|
arg0.flipY = arg1 !== 0;
|
|
2859
2868
|
},
|
|
2860
|
-
|
|
2869
|
+
__wbg_set_format_119bda0a3d0b3f47: function(arg0, arg1) {
|
|
2861
2870
|
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
2862
2871
|
},
|
|
2863
|
-
|
|
2872
|
+
__wbg_set_format_27c63de9b0ec1cb3: function(arg0, arg1) {
|
|
2864
2873
|
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
2865
2874
|
},
|
|
2866
|
-
|
|
2875
|
+
__wbg_set_format_75eb905a003c2f61: function(arg0, arg1) {
|
|
2867
2876
|
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
2868
2877
|
},
|
|
2869
|
-
|
|
2878
|
+
__wbg_set_format_8b8359f261ea64b9: function(arg0, arg1) {
|
|
2870
2879
|
arg0.format = __wbindgen_enum_GpuVertexFormat[arg1];
|
|
2871
2880
|
},
|
|
2872
|
-
|
|
2881
|
+
__wbg_set_format_a5d373801c562623: function(arg0, arg1) {
|
|
2873
2882
|
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
2874
2883
|
},
|
|
2875
|
-
|
|
2884
|
+
__wbg_set_format_b08d87d5f33bcd89: function(arg0, arg1) {
|
|
2876
2885
|
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
2877
2886
|
},
|
|
2878
|
-
|
|
2887
|
+
__wbg_set_format_c1a342a37ced3e12: function(arg0, arg1) {
|
|
2879
2888
|
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
2880
2889
|
},
|
|
2881
|
-
|
|
2890
|
+
__wbg_set_fragment_41044c9110c69c90: function(arg0, arg1) {
|
|
2882
2891
|
arg0.fragment = arg1;
|
|
2883
2892
|
},
|
|
2884
|
-
|
|
2893
|
+
__wbg_set_front_face_9c9f0518a3109d98: function(arg0, arg1) {
|
|
2885
2894
|
arg0.frontFace = __wbindgen_enum_GpuFrontFace[arg1];
|
|
2886
2895
|
},
|
|
2887
|
-
|
|
2896
|
+
__wbg_set_g_a39877021b450e75: function(arg0, arg1) {
|
|
2888
2897
|
arg0.g = arg1;
|
|
2889
2898
|
},
|
|
2890
2899
|
__wbg_set_hardware_acceleration_08a7ff6130a1434c: function(arg0, arg1) {
|
|
2891
2900
|
arg0.hardwareAcceleration = __wbindgen_enum_HardwareAcceleration[arg1];
|
|
2892
2901
|
},
|
|
2893
|
-
|
|
2902
|
+
__wbg_set_has_dynamic_offset_69725fed837748fe: function(arg0, arg1) {
|
|
2894
2903
|
arg0.hasDynamicOffset = arg1 !== 0;
|
|
2895
2904
|
},
|
|
2896
2905
|
__wbg_set_headers_6ab1105e542834e2: function(arg0, arg1) {
|
|
@@ -2899,10 +2908,10 @@ const exports = { __proto__: null };
|
|
|
2899
2908
|
__wbg_set_height_26ab95ff99e2b620: function(arg0, arg1) {
|
|
2900
2909
|
arg0.height = arg1 >>> 0;
|
|
2901
2910
|
},
|
|
2902
|
-
|
|
2911
|
+
__wbg_set_height_7d0bbaf691aeef8f: function(arg0, arg1) {
|
|
2903
2912
|
arg0.height = arg1 >>> 0;
|
|
2904
2913
|
},
|
|
2905
|
-
|
|
2914
|
+
__wbg_set_height_975770494a218d52: function(arg0, arg1) {
|
|
2906
2915
|
arg0.height = arg1 >>> 0;
|
|
2907
2916
|
},
|
|
2908
2917
|
__wbg_set_href_72e78ccb3b2c5988: function(arg0, arg1, arg2) {
|
|
@@ -2920,124 +2929,124 @@ const exports = { __proto__: null };
|
|
|
2920
2929
|
__wbg_set_integrity_0dcf8feff0f7e4d3: function(arg0, arg1, arg2) {
|
|
2921
2930
|
arg0.integrity = getStringFromWasm0(arg1, arg2);
|
|
2922
2931
|
},
|
|
2923
|
-
|
|
2932
|
+
__wbg_set_label_26577513096f145b: function(arg0, arg1, arg2) {
|
|
2924
2933
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2925
2934
|
},
|
|
2926
|
-
|
|
2935
|
+
__wbg_set_label_2816ddca7866dcfa: function(arg0, arg1, arg2) {
|
|
2927
2936
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2928
2937
|
},
|
|
2929
|
-
|
|
2938
|
+
__wbg_set_label_2a41a6f671383447: function(arg0, arg1, arg2) {
|
|
2930
2939
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2931
2940
|
},
|
|
2932
|
-
|
|
2941
|
+
__wbg_set_label_325c5e4b70c1568f: function(arg0, arg1, arg2) {
|
|
2933
2942
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2934
2943
|
},
|
|
2935
|
-
|
|
2944
|
+
__wbg_set_label_37d0faa0c9b7dee4: function(arg0, arg1, arg2) {
|
|
2936
2945
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2937
2946
|
},
|
|
2938
|
-
|
|
2947
|
+
__wbg_set_label_3e306b2e8f9db666: function(arg0, arg1, arg2) {
|
|
2939
2948
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2940
2949
|
},
|
|
2941
|
-
|
|
2950
|
+
__wbg_set_label_5514e44725004e89: function(arg0, arg1, arg2) {
|
|
2942
2951
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2943
2952
|
},
|
|
2944
|
-
|
|
2953
|
+
__wbg_set_label_570d3dee0e80279e: function(arg0, arg1, arg2) {
|
|
2945
2954
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2946
2955
|
},
|
|
2947
|
-
|
|
2956
|
+
__wbg_set_label_58fbc9fcc6363f16: function(arg0, arg1, arg2) {
|
|
2948
2957
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2949
2958
|
},
|
|
2950
|
-
|
|
2959
|
+
__wbg_set_label_5c952448f9d59f36: function(arg0, arg1, arg2) {
|
|
2951
2960
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2952
2961
|
},
|
|
2953
|
-
|
|
2962
|
+
__wbg_set_label_782e33de78d86641: function(arg0, arg1, arg2) {
|
|
2954
2963
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2955
2964
|
},
|
|
2956
|
-
|
|
2965
|
+
__wbg_set_label_837a3b8ff99c2db3: function(arg0, arg1, arg2) {
|
|
2957
2966
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2958
2967
|
},
|
|
2959
|
-
|
|
2968
|
+
__wbg_set_label_8df6673e1e141fcc: function(arg0, arg1, arg2) {
|
|
2960
2969
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2961
2970
|
},
|
|
2962
|
-
|
|
2971
|
+
__wbg_set_layout_a6ee8e74696bc0c8: function(arg0, arg1) {
|
|
2963
2972
|
arg0.layout = arg1;
|
|
2964
2973
|
},
|
|
2965
|
-
|
|
2974
|
+
__wbg_set_layout_d701bf37a1e489c6: function(arg0, arg1) {
|
|
2966
2975
|
arg0.layout = arg1;
|
|
2967
2976
|
},
|
|
2968
|
-
|
|
2977
|
+
__wbg_set_load_op_e8ff3e1c81f7398d: function(arg0, arg1) {
|
|
2969
2978
|
arg0.loadOp = __wbindgen_enum_GpuLoadOp[arg1];
|
|
2970
2979
|
},
|
|
2971
|
-
|
|
2980
|
+
__wbg_set_lod_max_clamp_a9f93b2e2ae9023d: function(arg0, arg1) {
|
|
2972
2981
|
arg0.lodMaxClamp = arg1;
|
|
2973
2982
|
},
|
|
2974
|
-
|
|
2983
|
+
__wbg_set_lod_min_clamp_342b47161f1fa002: function(arg0, arg1) {
|
|
2975
2984
|
arg0.lodMinClamp = arg1;
|
|
2976
2985
|
},
|
|
2977
|
-
|
|
2986
|
+
__wbg_set_mag_filter_28e863ff1a386f86: function(arg0, arg1) {
|
|
2978
2987
|
arg0.magFilter = __wbindgen_enum_GpuFilterMode[arg1];
|
|
2979
2988
|
},
|
|
2980
|
-
|
|
2989
|
+
__wbg_set_mapped_at_creation_7f0aad21612f3e22: function(arg0, arg1) {
|
|
2981
2990
|
arg0.mappedAtCreation = arg1 !== 0;
|
|
2982
2991
|
},
|
|
2983
|
-
|
|
2992
|
+
__wbg_set_mask_a18cbdfc03a4cbd9: function(arg0, arg1) {
|
|
2984
2993
|
arg0.mask = arg1 >>> 0;
|
|
2985
2994
|
},
|
|
2986
|
-
|
|
2995
|
+
__wbg_set_max_anisotropy_19e574a7e9cb009a: function(arg0, arg1) {
|
|
2987
2996
|
arg0.maxAnisotropy = arg1;
|
|
2988
2997
|
},
|
|
2989
2998
|
__wbg_set_method_1971272fe557e972: function(arg0, arg1, arg2) {
|
|
2990
2999
|
arg0.method = getStringFromWasm0(arg1, arg2);
|
|
2991
3000
|
},
|
|
2992
|
-
|
|
3001
|
+
__wbg_set_min_binding_size_d70e460d165d9144: function(arg0, arg1) {
|
|
2993
3002
|
arg0.minBindingSize = arg1;
|
|
2994
3003
|
},
|
|
2995
|
-
|
|
3004
|
+
__wbg_set_min_filter_5275c8a3815f9f0c: function(arg0, arg1) {
|
|
2996
3005
|
arg0.minFilter = __wbindgen_enum_GpuFilterMode[arg1];
|
|
2997
3006
|
},
|
|
2998
|
-
|
|
3007
|
+
__wbg_set_mip_level_09f903ba22486513: function(arg0, arg1) {
|
|
2999
3008
|
arg0.mipLevel = arg1 >>> 0;
|
|
3000
3009
|
},
|
|
3001
|
-
|
|
3002
|
-
arg0.
|
|
3010
|
+
__wbg_set_mip_level_8d4dfc5d506cb37f: function(arg0, arg1) {
|
|
3011
|
+
arg0.mipLevel = arg1 >>> 0;
|
|
3003
3012
|
},
|
|
3004
|
-
|
|
3013
|
+
__wbg_set_mip_level_count_04af0d33c4905fac: function(arg0, arg1) {
|
|
3005
3014
|
arg0.mipLevelCount = arg1 >>> 0;
|
|
3006
3015
|
},
|
|
3007
|
-
|
|
3008
|
-
arg0.
|
|
3016
|
+
__wbg_set_mip_level_count_dcb2ad32716506a5: function(arg0, arg1) {
|
|
3017
|
+
arg0.mipLevelCount = arg1 >>> 0;
|
|
3009
3018
|
},
|
|
3010
|
-
|
|
3019
|
+
__wbg_set_mipmap_filter_ae5e0e814693019b: function(arg0, arg1) {
|
|
3011
3020
|
arg0.mipmapFilter = __wbindgen_enum_GpuMipmapFilterMode[arg1];
|
|
3012
3021
|
},
|
|
3013
3022
|
__wbg_set_mode_d1b643087602281a: function(arg0, arg1) {
|
|
3014
3023
|
arg0.mode = __wbindgen_enum_RequestMode[arg1];
|
|
3015
3024
|
},
|
|
3016
|
-
|
|
3025
|
+
__wbg_set_module_0933874708065f3b: function(arg0, arg1) {
|
|
3017
3026
|
arg0.module = arg1;
|
|
3018
3027
|
},
|
|
3019
|
-
|
|
3028
|
+
__wbg_set_module_a7a131494850e5f7: function(arg0, arg1) {
|
|
3020
3029
|
arg0.module = arg1;
|
|
3021
3030
|
},
|
|
3022
3031
|
__wbg_set_multiple_390ca167c25b3a68: function(arg0, arg1) {
|
|
3023
3032
|
arg0.multiple = arg1 !== 0;
|
|
3024
3033
|
},
|
|
3025
|
-
|
|
3034
|
+
__wbg_set_multisample_e857cbfca335c7f1: function(arg0, arg1) {
|
|
3026
3035
|
arg0.multisample = arg1;
|
|
3027
3036
|
},
|
|
3028
|
-
|
|
3037
|
+
__wbg_set_multisampled_4ce4c32144215354: function(arg0, arg1) {
|
|
3029
3038
|
arg0.multisampled = arg1 !== 0;
|
|
3030
3039
|
},
|
|
3031
|
-
|
|
3040
|
+
__wbg_set_offset_0e56098d94f81ccd: function(arg0, arg1) {
|
|
3032
3041
|
arg0.offset = arg1;
|
|
3033
3042
|
},
|
|
3034
|
-
|
|
3043
|
+
__wbg_set_offset_baf6780761c43b24: function(arg0, arg1) {
|
|
3035
3044
|
arg0.offset = arg1;
|
|
3036
3045
|
},
|
|
3037
|
-
|
|
3046
|
+
__wbg_set_offset_e316586bb85f0bd6: function(arg0, arg1) {
|
|
3038
3047
|
arg0.offset = arg1;
|
|
3039
3048
|
},
|
|
3040
|
-
|
|
3049
|
+
__wbg_set_offset_eabaf12fe1c98ce7: function(arg0, arg1) {
|
|
3041
3050
|
arg0.offset = arg1;
|
|
3042
3051
|
},
|
|
3043
3052
|
__wbg_set_once_21b4f52a7651545b: function(arg0, arg1) {
|
|
@@ -3049,43 +3058,43 @@ const exports = { __proto__: null };
|
|
|
3049
3058
|
__wbg_set_onload_130e9637450f8179: function(arg0, arg1) {
|
|
3050
3059
|
arg0.onload = arg1;
|
|
3051
3060
|
},
|
|
3052
|
-
|
|
3061
|
+
__wbg_set_onuncapturederror_6632a118e96fdf4e: function(arg0, arg1) {
|
|
3053
3062
|
arg0.onuncapturederror = arg1;
|
|
3054
3063
|
},
|
|
3055
|
-
|
|
3064
|
+
__wbg_set_operation_a91e5763a8313c6b: function(arg0, arg1) {
|
|
3056
3065
|
arg0.operation = __wbindgen_enum_GpuBlendOperation[arg1];
|
|
3057
3066
|
},
|
|
3058
3067
|
__wbg_set_optimize_for_latency_fdf609396e4819e3: function(arg0, arg1) {
|
|
3059
3068
|
arg0.optimizeForLatency = arg1 !== 0;
|
|
3060
3069
|
},
|
|
3061
|
-
|
|
3070
|
+
__wbg_set_origin_24a61b4427e330e9: function(arg0, arg1) {
|
|
3062
3071
|
arg0.origin = arg1;
|
|
3063
3072
|
},
|
|
3064
|
-
|
|
3073
|
+
__wbg_set_origin_9726209f22511ffa: function(arg0, arg1) {
|
|
3065
3074
|
arg0.origin = arg1;
|
|
3066
3075
|
},
|
|
3067
|
-
|
|
3076
|
+
__wbg_set_origin_f7cd05478d9232f0: function(arg0, arg1) {
|
|
3068
3077
|
arg0.origin = arg1;
|
|
3069
3078
|
},
|
|
3070
3079
|
__wbg_set_output_30bc75bf2a5d1416: function(arg0, arg1) {
|
|
3071
3080
|
arg0.output = arg1;
|
|
3072
3081
|
},
|
|
3073
|
-
|
|
3082
|
+
__wbg_set_pass_op_eef0c5885ae707c3: function(arg0, arg1) {
|
|
3074
3083
|
arg0.passOp = __wbindgen_enum_GpuStencilOperation[arg1];
|
|
3075
3084
|
},
|
|
3076
|
-
|
|
3085
|
+
__wbg_set_power_preference_7d669fb9b41f7bf2: function(arg0, arg1) {
|
|
3077
3086
|
arg0.powerPreference = __wbindgen_enum_GpuPowerPreference[arg1];
|
|
3078
3087
|
},
|
|
3079
|
-
|
|
3088
|
+
__wbg_set_premultiplied_alpha_e49848a873888b3d: function(arg0, arg1) {
|
|
3080
3089
|
arg0.premultipliedAlpha = arg1 !== 0;
|
|
3081
3090
|
},
|
|
3082
|
-
|
|
3091
|
+
__wbg_set_primitive_3462e090c7a78969: function(arg0, arg1) {
|
|
3083
3092
|
arg0.primitive = arg1;
|
|
3084
3093
|
},
|
|
3085
|
-
|
|
3094
|
+
__wbg_set_query_set_62d86bdf10d64d37: function(arg0, arg1) {
|
|
3086
3095
|
arg0.querySet = arg1;
|
|
3087
3096
|
},
|
|
3088
|
-
|
|
3097
|
+
__wbg_set_r_40fe44b2d9a401f4: function(arg0, arg1) {
|
|
3089
3098
|
arg0.r = arg1;
|
|
3090
3099
|
},
|
|
3091
3100
|
__wbg_set_redirect_1d6df2c80bf90934: function(arg0, arg1) {
|
|
@@ -3097,103 +3106,103 @@ const exports = { __proto__: null };
|
|
|
3097
3106
|
__wbg_set_referrer_policy_48f3f15e75682149: function(arg0, arg1) {
|
|
3098
3107
|
arg0.referrerPolicy = __wbindgen_enum_ReferrerPolicy[arg1];
|
|
3099
3108
|
},
|
|
3100
|
-
|
|
3109
|
+
__wbg_set_required_features_3d00070d09235d7d: function(arg0, arg1) {
|
|
3101
3110
|
arg0.requiredFeatures = arg1;
|
|
3102
3111
|
},
|
|
3103
|
-
|
|
3112
|
+
__wbg_set_required_limits_e0de55a49a48e3dc: function(arg0, arg1) {
|
|
3104
3113
|
arg0.requiredLimits = arg1;
|
|
3105
3114
|
},
|
|
3106
|
-
|
|
3115
|
+
__wbg_set_resolve_target_6e7eda03a6886624: function(arg0, arg1) {
|
|
3107
3116
|
arg0.resolveTarget = arg1;
|
|
3108
3117
|
},
|
|
3109
|
-
|
|
3118
|
+
__wbg_set_resource_fe1f979fce4afee2: function(arg0, arg1) {
|
|
3110
3119
|
arg0.resource = arg1;
|
|
3111
3120
|
},
|
|
3112
|
-
|
|
3121
|
+
__wbg_set_rows_per_image_1f4a56a3c5d57e93: function(arg0, arg1) {
|
|
3113
3122
|
arg0.rowsPerImage = arg1 >>> 0;
|
|
3114
3123
|
},
|
|
3115
|
-
|
|
3124
|
+
__wbg_set_rows_per_image_c616c70e60a35618: function(arg0, arg1) {
|
|
3116
3125
|
arg0.rowsPerImage = arg1 >>> 0;
|
|
3117
3126
|
},
|
|
3118
|
-
|
|
3127
|
+
__wbg_set_sample_count_2b8ac49e1626ac13: function(arg0, arg1) {
|
|
3119
3128
|
arg0.sampleCount = arg1 >>> 0;
|
|
3120
3129
|
},
|
|
3121
|
-
|
|
3130
|
+
__wbg_set_sample_type_3cecbd4699e2e5fb: function(arg0, arg1) {
|
|
3122
3131
|
arg0.sampleType = __wbindgen_enum_GpuTextureSampleType[arg1];
|
|
3123
3132
|
},
|
|
3124
|
-
|
|
3133
|
+
__wbg_set_sampler_12544c21977075c1: function(arg0, arg1) {
|
|
3125
3134
|
arg0.sampler = arg1;
|
|
3126
3135
|
},
|
|
3127
|
-
|
|
3136
|
+
__wbg_set_shader_location_03356bf6a6da4332: function(arg0, arg1) {
|
|
3128
3137
|
arg0.shaderLocation = arg1 >>> 0;
|
|
3129
3138
|
},
|
|
3130
3139
|
__wbg_set_signal_8564a226c5c6853c: function(arg0, arg1) {
|
|
3131
3140
|
arg0.signal = arg1;
|
|
3132
3141
|
},
|
|
3133
|
-
|
|
3142
|
+
__wbg_set_size_0c20f73abce8f1ce: function(arg0, arg1) {
|
|
3134
3143
|
arg0.size = arg1;
|
|
3135
3144
|
},
|
|
3136
|
-
|
|
3145
|
+
__wbg_set_size_cf04b4174c30722b: function(arg0, arg1) {
|
|
3137
3146
|
arg0.size = arg1;
|
|
3138
3147
|
},
|
|
3139
|
-
|
|
3148
|
+
__wbg_set_size_f1207de283144c72: function(arg0, arg1) {
|
|
3140
3149
|
arg0.size = arg1;
|
|
3141
3150
|
},
|
|
3142
|
-
|
|
3151
|
+
__wbg_set_source_7eb2b03d1177a7c8: function(arg0, arg1) {
|
|
3143
3152
|
arg0.source = arg1;
|
|
3144
3153
|
},
|
|
3145
|
-
|
|
3154
|
+
__wbg_set_src_factor_c3668d4122497276: function(arg0, arg1) {
|
|
3146
3155
|
arg0.srcFactor = __wbindgen_enum_GpuBlendFactor[arg1];
|
|
3147
3156
|
},
|
|
3148
|
-
|
|
3157
|
+
__wbg_set_stencil_back_8d01a6c0477059b0: function(arg0, arg1) {
|
|
3149
3158
|
arg0.stencilBack = arg1;
|
|
3150
3159
|
},
|
|
3151
|
-
|
|
3160
|
+
__wbg_set_stencil_clear_value_1f380af0bd0d9255: function(arg0, arg1) {
|
|
3152
3161
|
arg0.stencilClearValue = arg1 >>> 0;
|
|
3153
3162
|
},
|
|
3154
|
-
|
|
3163
|
+
__wbg_set_stencil_front_f881c15b2d170653: function(arg0, arg1) {
|
|
3155
3164
|
arg0.stencilFront = arg1;
|
|
3156
3165
|
},
|
|
3157
|
-
|
|
3166
|
+
__wbg_set_stencil_load_op_5cde31e71a964b58: function(arg0, arg1) {
|
|
3158
3167
|
arg0.stencilLoadOp = __wbindgen_enum_GpuLoadOp[arg1];
|
|
3159
3168
|
},
|
|
3160
|
-
|
|
3169
|
+
__wbg_set_stencil_read_mask_d79993adcfc418ab: function(arg0, arg1) {
|
|
3161
3170
|
arg0.stencilReadMask = arg1 >>> 0;
|
|
3162
3171
|
},
|
|
3163
|
-
|
|
3172
|
+
__wbg_set_stencil_read_only_ac984029b821315e: function(arg0, arg1) {
|
|
3164
3173
|
arg0.stencilReadOnly = arg1 !== 0;
|
|
3165
3174
|
},
|
|
3166
|
-
|
|
3175
|
+
__wbg_set_stencil_store_op_262e1df7b92404d3: function(arg0, arg1) {
|
|
3167
3176
|
arg0.stencilStoreOp = __wbindgen_enum_GpuStoreOp[arg1];
|
|
3168
3177
|
},
|
|
3169
|
-
|
|
3178
|
+
__wbg_set_stencil_write_mask_94ec6249877e083e: function(arg0, arg1) {
|
|
3170
3179
|
arg0.stencilWriteMask = arg1 >>> 0;
|
|
3171
3180
|
},
|
|
3172
|
-
|
|
3181
|
+
__wbg_set_step_mode_241a8d5515fa964b: function(arg0, arg1) {
|
|
3173
3182
|
arg0.stepMode = __wbindgen_enum_GpuVertexStepMode[arg1];
|
|
3174
3183
|
},
|
|
3175
|
-
|
|
3184
|
+
__wbg_set_storage_texture_36be4834c501acab: function(arg0, arg1) {
|
|
3176
3185
|
arg0.storageTexture = arg1;
|
|
3177
3186
|
},
|
|
3178
|
-
|
|
3187
|
+
__wbg_set_store_op_a95e8da4555c6010: function(arg0, arg1) {
|
|
3179
3188
|
arg0.storeOp = __wbindgen_enum_GpuStoreOp[arg1];
|
|
3180
3189
|
},
|
|
3181
|
-
|
|
3190
|
+
__wbg_set_strip_index_format_62c417aa65a4d277: function(arg0, arg1) {
|
|
3182
3191
|
arg0.stripIndexFormat = __wbindgen_enum_GpuIndexFormat[arg1];
|
|
3183
3192
|
},
|
|
3184
3193
|
__wbg_set_tabIndex_21aab214ff7b4d6e: function(arg0, arg1) {
|
|
3185
3194
|
arg0.tabIndex = arg1;
|
|
3186
3195
|
},
|
|
3187
|
-
|
|
3196
|
+
__wbg_set_targets_6664b7e6ec5da9d3: function(arg0, arg1) {
|
|
3188
3197
|
arg0.targets = arg1;
|
|
3189
3198
|
},
|
|
3190
|
-
|
|
3199
|
+
__wbg_set_texture_292332b872bf75e8: function(arg0, arg1) {
|
|
3191
3200
|
arg0.texture = arg1;
|
|
3192
3201
|
},
|
|
3193
|
-
|
|
3202
|
+
__wbg_set_texture_64823aa8aca790b5: function(arg0, arg1) {
|
|
3194
3203
|
arg0.texture = arg1;
|
|
3195
3204
|
},
|
|
3196
|
-
|
|
3205
|
+
__wbg_set_texture_738e6f6215515de3: function(arg0, arg1) {
|
|
3197
3206
|
arg0.texture = arg1;
|
|
3198
3207
|
},
|
|
3199
3208
|
__wbg_set_timestamp_a6066fff24ba23db: function(arg0, arg1) {
|
|
@@ -3202,94 +3211,94 @@ const exports = { __proto__: null };
|
|
|
3202
3211
|
__wbg_set_timestamp_b63bdeb54c9f64dc: function(arg0, arg1) {
|
|
3203
3212
|
arg0.timestamp = arg1;
|
|
3204
3213
|
},
|
|
3205
|
-
|
|
3214
|
+
__wbg_set_timestamp_writes_3854a564715b0ac7: function(arg0, arg1) {
|
|
3206
3215
|
arg0.timestampWrites = arg1;
|
|
3207
3216
|
},
|
|
3208
|
-
|
|
3217
|
+
__wbg_set_topology_914716698f5868bb: function(arg0, arg1) {
|
|
3209
3218
|
arg0.topology = __wbindgen_enum_GpuPrimitiveTopology[arg1];
|
|
3210
3219
|
},
|
|
3220
|
+
__wbg_set_type_17a1387b620bc902: function(arg0, arg1) {
|
|
3221
|
+
arg0.type = __wbindgen_enum_GpuBufferBindingType[arg1];
|
|
3222
|
+
},
|
|
3211
3223
|
__wbg_set_type_1c9054396ddd2edb: function(arg0, arg1, arg2) {
|
|
3212
3224
|
arg0.type = getStringFromWasm0(arg1, arg2);
|
|
3213
3225
|
},
|
|
3214
|
-
__wbg_set_type_31b1662dd5a6144d: function(arg0, arg1) {
|
|
3215
|
-
arg0.type = __wbindgen_enum_GpuSamplerBindingType[arg1];
|
|
3216
|
-
},
|
|
3217
3226
|
__wbg_set_type_39703335940e3fc7: function(arg0, arg1) {
|
|
3218
3227
|
arg0.type = __wbindgen_enum_EncodedVideoChunkType[arg1];
|
|
3219
3228
|
},
|
|
3220
|
-
|
|
3221
|
-
arg0.type =
|
|
3229
|
+
__wbg_set_type_d4edb621ec2051e0: function(arg0, arg1) {
|
|
3230
|
+
arg0.type = __wbindgen_enum_GpuSamplerBindingType[arg1];
|
|
3222
3231
|
},
|
|
3223
3232
|
__wbg_set_type_ef754f25329c9096: function(arg0, arg1, arg2) {
|
|
3224
3233
|
arg0.type = getStringFromWasm0(arg1, arg2);
|
|
3225
3234
|
},
|
|
3226
|
-
|
|
3235
|
+
__wbg_set_unclipped_depth_e23e3091db2ac351: function(arg0, arg1) {
|
|
3227
3236
|
arg0.unclippedDepth = arg1 !== 0;
|
|
3228
3237
|
},
|
|
3229
|
-
|
|
3238
|
+
__wbg_set_usage_41b7d18f3f220e6c: function(arg0, arg1) {
|
|
3230
3239
|
arg0.usage = arg1 >>> 0;
|
|
3231
3240
|
},
|
|
3232
|
-
|
|
3241
|
+
__wbg_set_usage_6ae4d85589906117: function(arg0, arg1) {
|
|
3233
3242
|
arg0.usage = arg1 >>> 0;
|
|
3234
3243
|
},
|
|
3235
|
-
|
|
3244
|
+
__wbg_set_usage_e167dd772123f679: function(arg0, arg1) {
|
|
3236
3245
|
arg0.usage = arg1 >>> 0;
|
|
3237
3246
|
},
|
|
3238
|
-
|
|
3247
|
+
__wbg_set_usage_f084cd416060ceee: function(arg0, arg1) {
|
|
3239
3248
|
arg0.usage = arg1 >>> 0;
|
|
3240
3249
|
},
|
|
3241
3250
|
__wbg_set_value_1e50ba479347b273: function(arg0, arg1, arg2) {
|
|
3242
3251
|
arg0.value = getStringFromWasm0(arg1, arg2);
|
|
3243
3252
|
},
|
|
3244
|
-
|
|
3253
|
+
__wbg_set_vertex_29812f650590fa45: function(arg0, arg1) {
|
|
3245
3254
|
arg0.vertex = arg1;
|
|
3246
3255
|
},
|
|
3247
|
-
|
|
3256
|
+
__wbg_set_view_32a8132aec6de194: function(arg0, arg1) {
|
|
3248
3257
|
arg0.view = arg1;
|
|
3249
3258
|
},
|
|
3250
|
-
|
|
3259
|
+
__wbg_set_view_506e5beadab34e99: function(arg0, arg1) {
|
|
3251
3260
|
arg0.view = arg1;
|
|
3252
3261
|
},
|
|
3253
|
-
|
|
3262
|
+
__wbg_set_view_dimension_4a840560a13b4860: function(arg0, arg1) {
|
|
3254
3263
|
arg0.viewDimension = __wbindgen_enum_GpuTextureViewDimension[arg1];
|
|
3255
3264
|
},
|
|
3256
|
-
|
|
3265
|
+
__wbg_set_view_dimension_9ae69db849267b1a: function(arg0, arg1) {
|
|
3257
3266
|
arg0.viewDimension = __wbindgen_enum_GpuTextureViewDimension[arg1];
|
|
3258
3267
|
},
|
|
3259
|
-
|
|
3268
|
+
__wbg_set_view_formats_4d0b943f593dd219: function(arg0, arg1) {
|
|
3260
3269
|
arg0.viewFormats = arg1;
|
|
3261
3270
|
},
|
|
3262
|
-
|
|
3271
|
+
__wbg_set_view_formats_cba8520bf0d83d62: function(arg0, arg1) {
|
|
3263
3272
|
arg0.viewFormats = arg1;
|
|
3264
3273
|
},
|
|
3265
|
-
|
|
3274
|
+
__wbg_set_visibility_bbbf3d2b70571950: function(arg0, arg1) {
|
|
3266
3275
|
arg0.visibility = arg1 >>> 0;
|
|
3267
3276
|
},
|
|
3268
|
-
|
|
3277
|
+
__wbg_set_width_0f26635b289b3c67: function(arg0, arg1) {
|
|
3269
3278
|
arg0.width = arg1 >>> 0;
|
|
3270
3279
|
},
|
|
3271
|
-
|
|
3280
|
+
__wbg_set_width_1ae13bf0b65e6395: function(arg0, arg1) {
|
|
3272
3281
|
arg0.width = arg1 >>> 0;
|
|
3273
3282
|
},
|
|
3274
3283
|
__wbg_set_width_81fa781e87b17891: function(arg0, arg1) {
|
|
3275
3284
|
arg0.width = arg1 >>> 0;
|
|
3276
3285
|
},
|
|
3277
|
-
|
|
3286
|
+
__wbg_set_write_mask_949f521dcf3da2b5: function(arg0, arg1) {
|
|
3278
3287
|
arg0.writeMask = arg1 >>> 0;
|
|
3279
3288
|
},
|
|
3280
|
-
|
|
3289
|
+
__wbg_set_x_15a4c893b3366fab: function(arg0, arg1) {
|
|
3281
3290
|
arg0.x = arg1 >>> 0;
|
|
3282
3291
|
},
|
|
3283
|
-
|
|
3292
|
+
__wbg_set_x_7aa02c5d013f6852: function(arg0, arg1) {
|
|
3284
3293
|
arg0.x = arg1 >>> 0;
|
|
3285
3294
|
},
|
|
3286
|
-
|
|
3295
|
+
__wbg_set_y_80ad367d70451024: function(arg0, arg1) {
|
|
3287
3296
|
arg0.y = arg1 >>> 0;
|
|
3288
3297
|
},
|
|
3289
|
-
|
|
3298
|
+
__wbg_set_y_c631920a1c51a694: function(arg0, arg1) {
|
|
3290
3299
|
arg0.y = arg1 >>> 0;
|
|
3291
3300
|
},
|
|
3292
|
-
|
|
3301
|
+
__wbg_set_z_7c526101c55ea2ae: function(arg0, arg1) {
|
|
3293
3302
|
arg0.z = arg1 >>> 0;
|
|
3294
3303
|
},
|
|
3295
3304
|
__wbg_shaderSource_c235f38ba5b536d3: function(arg0, arg1, arg2, arg3) {
|
|
@@ -3310,11 +3319,11 @@ const exports = { __proto__: null };
|
|
|
3310
3319
|
const ret = arg0.signal;
|
|
3311
3320
|
return ret;
|
|
3312
3321
|
},
|
|
3313
|
-
|
|
3322
|
+
__wbg_size_0549be120b7831da: function(arg0) {
|
|
3314
3323
|
const ret = arg0.size;
|
|
3315
3324
|
return ret;
|
|
3316
3325
|
},
|
|
3317
|
-
|
|
3326
|
+
__wbg_size_7306c9406e13bf29: function(arg0) {
|
|
3318
3327
|
const ret = arg0.size;
|
|
3319
3328
|
return ret;
|
|
3320
3329
|
},
|
|
@@ -3325,14 +3334,14 @@ const exports = { __proto__: null };
|
|
|
3325
3334
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
3326
3335
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
3327
3336
|
},
|
|
3328
|
-
|
|
3337
|
+
__wbg_stack_0823f063124627d9: function(arg0, arg1) {
|
|
3329
3338
|
const ret = arg1.stack;
|
|
3330
3339
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3331
3340
|
const len1 = WASM_VECTOR_LEN;
|
|
3332
3341
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
3333
3342
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
3334
3343
|
},
|
|
3335
|
-
|
|
3344
|
+
__wbg_stack_e1c4373cd809ace6: function(arg0, arg1) {
|
|
3336
3345
|
const ret = arg1.stack;
|
|
3337
3346
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3338
3347
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -3405,7 +3414,7 @@ const exports = { __proto__: null };
|
|
|
3405
3414
|
const ret = JSON.stringify(arg0);
|
|
3406
3415
|
return ret;
|
|
3407
3416
|
}, arguments); },
|
|
3408
|
-
|
|
3417
|
+
__wbg_structuredClone_e8194ffa20fc3081: function() { return handleError(function (arg0) {
|
|
3409
3418
|
const ret = window.structuredClone(arg0);
|
|
3410
3419
|
return ret;
|
|
3411
3420
|
}, arguments); },
|
|
@@ -3413,7 +3422,7 @@ const exports = { __proto__: null };
|
|
|
3413
3422
|
const ret = arg0.style;
|
|
3414
3423
|
return ret;
|
|
3415
3424
|
},
|
|
3416
|
-
|
|
3425
|
+
__wbg_submit_b3bbead76cbf7627: function(arg0, arg1) {
|
|
3417
3426
|
arg0.submit(arg1);
|
|
3418
3427
|
},
|
|
3419
3428
|
__wbg_texImage2D_29ce63ed3c9e7fd2: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
@@ -3526,9 +3535,6 @@ const exports = { __proto__: null };
|
|
|
3526
3535
|
const ret = arg0.touches;
|
|
3527
3536
|
return ret;
|
|
3528
3537
|
},
|
|
3529
|
-
__wbg_trace_756daae2bbf98714: function(arg0, arg1) {
|
|
3530
|
-
console.trace(getStringFromWasm0(arg0, arg1));
|
|
3531
|
-
},
|
|
3532
3538
|
__wbg_type_519bcbe4568b18ef: function(arg0, arg1) {
|
|
3533
3539
|
const ret = arg1.type;
|
|
3534
3540
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -3648,7 +3654,7 @@ const exports = { __proto__: null };
|
|
|
3648
3654
|
__wbg_uniformMatrix4x3fv_eec7712cae03a7f1: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3649
3655
|
arg0.uniformMatrix4x3fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
3650
3656
|
},
|
|
3651
|
-
|
|
3657
|
+
__wbg_unmap_817a2e3248a553fb: function(arg0) {
|
|
3652
3658
|
arg0.unmap();
|
|
3653
3659
|
},
|
|
3654
3660
|
__wbg_url_95d8a83d33709572: function(arg0, arg1) {
|
|
@@ -3658,7 +3664,7 @@ const exports = { __proto__: null };
|
|
|
3658
3664
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
3659
3665
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
3660
3666
|
},
|
|
3661
|
-
|
|
3667
|
+
__wbg_usage_265ef3d88b112387: function(arg0) {
|
|
3662
3668
|
const ret = arg0.usage;
|
|
3663
3669
|
return ret;
|
|
3664
3670
|
},
|
|
@@ -3727,8 +3733,11 @@ const exports = { __proto__: null };
|
|
|
3727
3733
|
__wbg_viewport_de5bbf3f5c97bfcf: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3728
3734
|
arg0.viewport(arg1, arg2, arg3, arg4);
|
|
3729
3735
|
},
|
|
3730
|
-
|
|
3731
|
-
console.warn(
|
|
3736
|
+
__wbg_warn_2b0a27f629a4bb1e: function(arg0) {
|
|
3737
|
+
console.warn(arg0);
|
|
3738
|
+
},
|
|
3739
|
+
__wbg_warn_b5013c1036317367: function(arg0, arg1, arg2, arg3) {
|
|
3740
|
+
console.warn(arg0, arg1, arg2, arg3);
|
|
3732
3741
|
},
|
|
3733
3742
|
__wbg_width_4e12e0c19210bcc8: function(arg0) {
|
|
3734
3743
|
const ret = arg0.width;
|
|
@@ -3754,14 +3763,14 @@ const exports = { __proto__: null };
|
|
|
3754
3763
|
const ret = arg0.width;
|
|
3755
3764
|
return ret;
|
|
3756
3765
|
},
|
|
3757
|
-
|
|
3766
|
+
__wbg_writeBuffer_24a10bfd5a8a57f7: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
3758
3767
|
arg0.writeBuffer(arg1, arg2, getArrayU8FromWasm0(arg3, arg4), arg5, arg6);
|
|
3759
3768
|
}, arguments); },
|
|
3760
3769
|
__wbg_writeText_622762687282c553: function(arg0, arg1, arg2) {
|
|
3761
3770
|
const ret = arg0.writeText(getStringFromWasm0(arg1, arg2));
|
|
3762
3771
|
return ret;
|
|
3763
3772
|
},
|
|
3764
|
-
|
|
3773
|
+
__wbg_writeTexture_acb28796746826c8: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
3765
3774
|
arg0.writeTexture(arg1, getArrayU8FromWasm0(arg2, arg3), arg4, arg5);
|
|
3766
3775
|
}, arguments); },
|
|
3767
3776
|
__wbg_write_00f6c35f2c69124a: function(arg0, arg1) {
|
|
@@ -3769,77 +3778,77 @@ const exports = { __proto__: null };
|
|
|
3769
3778
|
return ret;
|
|
3770
3779
|
},
|
|
3771
3780
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
3772
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
3773
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3781
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 22481, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3782
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h7f5990dfa2f7a966);
|
|
3774
3783
|
return ret;
|
|
3775
3784
|
},
|
|
3776
3785
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
3777
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
3786
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 30937, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3778
3787
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hef8875643428db4b);
|
|
3779
3788
|
return ret;
|
|
3780
3789
|
},
|
|
3781
3790
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
3782
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
3791
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 31834, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
3783
3792
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h1a499476b940c1a3);
|
|
3784
3793
|
return ret;
|
|
3785
3794
|
},
|
|
3786
3795
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
3787
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Array<any>")], shim_idx:
|
|
3788
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3796
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Array<any>")], shim_idx: 21884, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3797
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h113a3b6292bca4c3);
|
|
3789
3798
|
return ret;
|
|
3790
3799
|
},
|
|
3791
3800
|
__wbindgen_cast_0000000000000005: function(arg0, arg1) {
|
|
3792
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Error")], shim_idx:
|
|
3793
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3801
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Error")], shim_idx: 26482, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3802
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h146b231274b978ee);
|
|
3794
3803
|
return ret;
|
|
3795
3804
|
},
|
|
3796
3805
|
__wbindgen_cast_0000000000000006: function(arg0, arg1) {
|
|
3797
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Event")], shim_idx:
|
|
3798
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3806
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Event")], shim_idx: 21884, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3807
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h113a3b6292bca4c3_5);
|
|
3799
3808
|
return ret;
|
|
3800
3809
|
},
|
|
3801
3810
|
__wbindgen_cast_0000000000000007: function(arg0, arg1) {
|
|
3802
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("GPUUncapturedErrorEvent")], shim_idx:
|
|
3803
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3811
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("GPUUncapturedErrorEvent")], shim_idx: 22481, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3812
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h7f5990dfa2f7a966_6);
|
|
3804
3813
|
return ret;
|
|
3805
3814
|
},
|
|
3806
3815
|
__wbindgen_cast_0000000000000008: function(arg0, arg1) {
|
|
3807
3816
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("PopStateEvent")], shim_idx: 7, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
3808
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3817
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hd33be00722191293);
|
|
3809
3818
|
return ret;
|
|
3810
3819
|
},
|
|
3811
3820
|
__wbindgen_cast_0000000000000009: function(arg0, arg1) {
|
|
3812
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("StorageEvent")], shim_idx:
|
|
3813
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3821
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("StorageEvent")], shim_idx: 3524, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3822
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h15360cd0644adfb0);
|
|
3814
3823
|
return ret;
|
|
3815
3824
|
},
|
|
3816
3825
|
__wbindgen_cast_000000000000000a: function(arg0, arg1) {
|
|
3817
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("VideoFrame")], shim_idx:
|
|
3818
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3826
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("VideoFrame")], shim_idx: 26482, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3827
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h146b231274b978ee_9);
|
|
3819
3828
|
return ret;
|
|
3820
3829
|
},
|
|
3821
3830
|
__wbindgen_cast_000000000000000b: function(arg0, arg1) {
|
|
3822
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("undefined")], shim_idx:
|
|
3823
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3831
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("undefined")], shim_idx: 26481, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
3832
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h23c293509a282627);
|
|
3824
3833
|
return ret;
|
|
3825
3834
|
},
|
|
3826
3835
|
__wbindgen_cast_000000000000000c: function(arg0, arg1) {
|
|
3827
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
3836
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 1556, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3828
3837
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hf7a14ab725fc9a82);
|
|
3829
3838
|
return ret;
|
|
3830
3839
|
},
|
|
3831
3840
|
__wbindgen_cast_000000000000000d: function(arg0, arg1) {
|
|
3832
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
3833
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3841
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 21883, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
3842
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h888f695dbf200fbf);
|
|
3834
3843
|
return ret;
|
|
3835
3844
|
},
|
|
3836
3845
|
__wbindgen_cast_000000000000000e: function(arg0, arg1) {
|
|
3837
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
3838
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3846
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 26981, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3847
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hd68d6d7df2a6dcd9);
|
|
3839
3848
|
return ret;
|
|
3840
3849
|
},
|
|
3841
3850
|
__wbindgen_cast_000000000000000f: function(arg0, arg1) {
|
|
3842
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
3851
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 6212, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3843
3852
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h2fac9182467b83c4);
|
|
3844
3853
|
return ret;
|
|
3845
3854
|
},
|
|
@@ -3908,51 +3917,51 @@ const exports = { __proto__: null };
|
|
|
3908
3917
|
wasm.wasm_bindgen__convert__closures_____invoke__hf7a14ab725fc9a82(arg0, arg1);
|
|
3909
3918
|
}
|
|
3910
3919
|
|
|
3911
|
-
function
|
|
3912
|
-
wasm.
|
|
3920
|
+
function wasm_bindgen__convert__closures_____invoke__hd68d6d7df2a6dcd9(arg0, arg1) {
|
|
3921
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hd68d6d7df2a6dcd9(arg0, arg1);
|
|
3913
3922
|
}
|
|
3914
3923
|
|
|
3915
3924
|
function wasm_bindgen__convert__closures_____invoke__h2fac9182467b83c4(arg0, arg1) {
|
|
3916
3925
|
wasm.wasm_bindgen__convert__closures_____invoke__h2fac9182467b83c4(arg0, arg1);
|
|
3917
3926
|
}
|
|
3918
3927
|
|
|
3919
|
-
function
|
|
3920
|
-
const ret = wasm.
|
|
3928
|
+
function wasm_bindgen__convert__closures_____invoke__h888f695dbf200fbf(arg0, arg1) {
|
|
3929
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__h888f695dbf200fbf(arg0, arg1);
|
|
3921
3930
|
if (ret[1]) {
|
|
3922
3931
|
throw takeFromExternrefTable0(ret[0]);
|
|
3923
3932
|
}
|
|
3924
3933
|
}
|
|
3925
3934
|
|
|
3926
|
-
function
|
|
3927
|
-
wasm.
|
|
3935
|
+
function wasm_bindgen__convert__closures_____invoke__h7f5990dfa2f7a966(arg0, arg1, arg2) {
|
|
3936
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7f5990dfa2f7a966(arg0, arg1, arg2);
|
|
3928
3937
|
}
|
|
3929
3938
|
|
|
3930
3939
|
function wasm_bindgen__convert__closures_____invoke__hef8875643428db4b(arg0, arg1, arg2) {
|
|
3931
3940
|
wasm.wasm_bindgen__convert__closures_____invoke__hef8875643428db4b(arg0, arg1, arg2);
|
|
3932
3941
|
}
|
|
3933
3942
|
|
|
3934
|
-
function
|
|
3935
|
-
wasm.
|
|
3943
|
+
function wasm_bindgen__convert__closures_____invoke__h113a3b6292bca4c3(arg0, arg1, arg2) {
|
|
3944
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h113a3b6292bca4c3(arg0, arg1, arg2);
|
|
3936
3945
|
}
|
|
3937
3946
|
|
|
3938
|
-
function
|
|
3939
|
-
wasm.
|
|
3947
|
+
function wasm_bindgen__convert__closures_____invoke__h146b231274b978ee(arg0, arg1, arg2) {
|
|
3948
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h146b231274b978ee(arg0, arg1, arg2);
|
|
3940
3949
|
}
|
|
3941
3950
|
|
|
3942
|
-
function
|
|
3943
|
-
wasm.
|
|
3951
|
+
function wasm_bindgen__convert__closures_____invoke__h113a3b6292bca4c3_5(arg0, arg1, arg2) {
|
|
3952
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h113a3b6292bca4c3_5(arg0, arg1, arg2);
|
|
3944
3953
|
}
|
|
3945
3954
|
|
|
3946
|
-
function
|
|
3947
|
-
wasm.
|
|
3955
|
+
function wasm_bindgen__convert__closures_____invoke__h7f5990dfa2f7a966_6(arg0, arg1, arg2) {
|
|
3956
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7f5990dfa2f7a966_6(arg0, arg1, arg2);
|
|
3948
3957
|
}
|
|
3949
3958
|
|
|
3950
|
-
function
|
|
3951
|
-
wasm.
|
|
3959
|
+
function wasm_bindgen__convert__closures_____invoke__h15360cd0644adfb0(arg0, arg1, arg2) {
|
|
3960
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h15360cd0644adfb0(arg0, arg1, arg2);
|
|
3952
3961
|
}
|
|
3953
3962
|
|
|
3954
|
-
function
|
|
3955
|
-
wasm.
|
|
3963
|
+
function wasm_bindgen__convert__closures_____invoke__h146b231274b978ee_9(arg0, arg1, arg2) {
|
|
3964
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h146b231274b978ee_9(arg0, arg1, arg2);
|
|
3956
3965
|
}
|
|
3957
3966
|
|
|
3958
3967
|
function wasm_bindgen__convert__closures_____invoke__h1a499476b940c1a3(arg0, arg1, arg2) {
|
|
@@ -3962,15 +3971,15 @@ const exports = { __proto__: null };
|
|
|
3962
3971
|
}
|
|
3963
3972
|
}
|
|
3964
3973
|
|
|
3965
|
-
function
|
|
3966
|
-
const ret = wasm.
|
|
3974
|
+
function wasm_bindgen__convert__closures_____invoke__hd33be00722191293(arg0, arg1, arg2) {
|
|
3975
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__hd33be00722191293(arg0, arg1, arg2);
|
|
3967
3976
|
if (ret[1]) {
|
|
3968
3977
|
throw takeFromExternrefTable0(ret[0]);
|
|
3969
3978
|
}
|
|
3970
3979
|
}
|
|
3971
3980
|
|
|
3972
|
-
function
|
|
3973
|
-
const ret = wasm.
|
|
3981
|
+
function wasm_bindgen__convert__closures_____invoke__h23c293509a282627(arg0, arg1, arg2) {
|
|
3982
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__h23c293509a282627(arg0, arg1, arg2);
|
|
3974
3983
|
if (ret[1]) {
|
|
3975
3984
|
throw takeFromExternrefTable0(ret[0]);
|
|
3976
3985
|
}
|