@rerun-io/web-viewer 0.25.1-rc.1 → 0.26.0-alpha.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 +3 -1
- package/index.d.ts.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.ts +3 -1
- package/package.json +1 -1
- package/re_viewer.d.ts +14 -14
- package/re_viewer.js +326 -351
- package/re_viewer_bg.wasm +0 -0
- package/re_viewer_bg.wasm.d.ts +14 -14
package/re_viewer.js
CHANGED
|
@@ -280,31 +280,31 @@ export default function() {
|
|
|
280
280
|
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h62243419debf4837(arg0, arg1);
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
-
function __wbg_adapter_55(arg0, arg1
|
|
284
|
-
wasm.
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
function __wbg_adapter_60(arg0, arg1) {
|
|
288
|
-
const ret = wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h765ec94171c42581_multivalue_shim(arg0, arg1);
|
|
283
|
+
function __wbg_adapter_55(arg0, arg1) {
|
|
284
|
+
const ret = wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h48790c12049c7d52_multivalue_shim(arg0, arg1);
|
|
289
285
|
if (ret[1]) {
|
|
290
286
|
throw takeFromExternrefTable0(ret[0]);
|
|
291
287
|
}
|
|
292
288
|
}
|
|
293
289
|
|
|
290
|
+
function __wbg_adapter_58(arg0, arg1, arg2) {
|
|
291
|
+
wasm.closure19065_externref_shim(arg0, arg1, arg2);
|
|
292
|
+
}
|
|
293
|
+
|
|
294
294
|
function __wbg_adapter_63(arg0, arg1, arg2) {
|
|
295
|
-
wasm.
|
|
295
|
+
wasm.closure19595_externref_shim(arg0, arg1, arg2);
|
|
296
296
|
}
|
|
297
297
|
|
|
298
298
|
function __wbg_adapter_66(arg0, arg1, arg2) {
|
|
299
|
-
wasm.
|
|
299
|
+
wasm.closure23219_externref_shim(arg0, arg1, arg2);
|
|
300
300
|
}
|
|
301
301
|
|
|
302
302
|
function __wbg_adapter_71(arg0, arg1, arg2) {
|
|
303
|
-
wasm.
|
|
303
|
+
wasm.closure23817_externref_shim(arg0, arg1, arg2);
|
|
304
304
|
}
|
|
305
305
|
|
|
306
|
-
function
|
|
307
|
-
wasm.
|
|
306
|
+
function __wbg_adapter_1773(arg0, arg1, arg2, arg3) {
|
|
307
|
+
wasm.closure27712_externref_shim(arg0, arg1, arg2, arg3);
|
|
308
308
|
}
|
|
309
309
|
|
|
310
310
|
const __wbindgen_enum_EncodedVideoChunkType = ["key", "delta"];
|
|
@@ -813,11 +813,11 @@ export default function() {
|
|
|
813
813
|
function __wbg_get_imports() {
|
|
814
814
|
const imports = {};
|
|
815
815
|
imports.wbg = {};
|
|
816
|
-
imports.wbg.
|
|
816
|
+
imports.wbg.__wbg_Window_a4c5a48392f234ba = function(arg0) {
|
|
817
817
|
const ret = arg0.Window;
|
|
818
818
|
return ret;
|
|
819
819
|
};
|
|
820
|
-
imports.wbg.
|
|
820
|
+
imports.wbg.__wbg_WorkerGlobalScope_2b2b89e1ac952b50 = function(arg0) {
|
|
821
821
|
const ret = arg0.WorkerGlobalScope;
|
|
822
822
|
return ret;
|
|
823
823
|
};
|
|
@@ -892,7 +892,7 @@ export default function() {
|
|
|
892
892
|
imports.wbg.__wbg_beginQuery_6af0b28414b16c07 = function(arg0, arg1, arg2) {
|
|
893
893
|
arg0.beginQuery(arg1 >>> 0, arg2);
|
|
894
894
|
};
|
|
895
|
-
imports.wbg.
|
|
895
|
+
imports.wbg.__wbg_beginRenderPass_2bc62f5f78642ee0 = function() { return handleError(function (arg0, arg1) {
|
|
896
896
|
const ret = arg0.beginRenderPass(arg1);
|
|
897
897
|
return ret;
|
|
898
898
|
}, arguments) };
|
|
@@ -1163,7 +1163,7 @@ export default function() {
|
|
|
1163
1163
|
imports.wbg.__wbg_configure_69aea2f2c91d2049 = function() { return handleError(function (arg0, arg1) {
|
|
1164
1164
|
arg0.configure(arg1);
|
|
1165
1165
|
}, arguments) };
|
|
1166
|
-
imports.wbg.
|
|
1166
|
+
imports.wbg.__wbg_configure_bced8e40e8dbaaa0 = function() { return handleError(function (arg0, arg1) {
|
|
1167
1167
|
arg0.configure(arg1);
|
|
1168
1168
|
}, arguments) };
|
|
1169
1169
|
imports.wbg.__wbg_contentBoxSize_638692469db816f2 = function(arg0) {
|
|
@@ -1177,13 +1177,16 @@ export default function() {
|
|
|
1177
1177
|
imports.wbg.__wbg_copyBufferSubData_9469a965478e33b5 = function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
1178
1178
|
arg0.copyBufferSubData(arg1 >>> 0, arg2 >>> 0, arg3, arg4, arg5);
|
|
1179
1179
|
};
|
|
1180
|
-
imports.wbg.
|
|
1180
|
+
imports.wbg.__wbg_copyBufferToBuffer_38cb6919320bd451 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
1181
1181
|
arg0.copyBufferToBuffer(arg1, arg2, arg3, arg4, arg5);
|
|
1182
1182
|
}, arguments) };
|
|
1183
|
-
imports.wbg.
|
|
1183
|
+
imports.wbg.__wbg_copyBufferToBuffer_8db6b1d1ef2bcea4 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
1184
|
+
arg0.copyBufferToBuffer(arg1, arg2, arg3, arg4);
|
|
1185
|
+
}, arguments) };
|
|
1186
|
+
imports.wbg.__wbg_copyBufferToTexture_2953a4816f424a15 = function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1184
1187
|
arg0.copyBufferToTexture(arg1, arg2, arg3);
|
|
1185
1188
|
}, arguments) };
|
|
1186
|
-
imports.wbg.
|
|
1189
|
+
imports.wbg.__wbg_copyExternalImageToTexture_56059f22ac4cac0e = function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1187
1190
|
arg0.copyExternalImageToTexture(arg1, arg2, arg3);
|
|
1188
1191
|
}, arguments) };
|
|
1189
1192
|
imports.wbg.__wbg_copyTexSubImage2D_05e7e8df6814a705 = function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) {
|
|
@@ -1195,18 +1198,18 @@ export default function() {
|
|
|
1195
1198
|
imports.wbg.__wbg_copyTexSubImage3D_32e92c94044e58ca = function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
1196
1199
|
arg0.copyTexSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9);
|
|
1197
1200
|
};
|
|
1198
|
-
imports.wbg.
|
|
1201
|
+
imports.wbg.__wbg_copyTextureToBuffer_21b9dc9b4d87baf0 = function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1199
1202
|
arg0.copyTextureToBuffer(arg1, arg2, arg3);
|
|
1200
1203
|
}, arguments) };
|
|
1201
|
-
imports.wbg.
|
|
1204
|
+
imports.wbg.__wbg_createBindGroupLayout_3fb59c14aed4b64e = function() { return handleError(function (arg0, arg1) {
|
|
1202
1205
|
const ret = arg0.createBindGroupLayout(arg1);
|
|
1203
1206
|
return ret;
|
|
1204
1207
|
}, arguments) };
|
|
1205
|
-
imports.wbg.
|
|
1208
|
+
imports.wbg.__wbg_createBindGroup_03f26b8770895116 = function(arg0, arg1) {
|
|
1206
1209
|
const ret = arg0.createBindGroup(arg1);
|
|
1207
1210
|
return ret;
|
|
1208
1211
|
};
|
|
1209
|
-
imports.wbg.
|
|
1212
|
+
imports.wbg.__wbg_createBuffer_76f7598789ecc3d7 = function() { return handleError(function (arg0, arg1) {
|
|
1210
1213
|
const ret = arg0.createBuffer(arg1);
|
|
1211
1214
|
return ret;
|
|
1212
1215
|
}, arguments) };
|
|
@@ -1218,7 +1221,7 @@ export default function() {
|
|
|
1218
1221
|
const ret = arg0.createBuffer();
|
|
1219
1222
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1220
1223
|
};
|
|
1221
|
-
imports.wbg.
|
|
1224
|
+
imports.wbg.__wbg_createCommandEncoder_f8056019328bd192 = function(arg0, arg1) {
|
|
1222
1225
|
const ret = arg0.createCommandEncoder(arg1);
|
|
1223
1226
|
return ret;
|
|
1224
1227
|
};
|
|
@@ -1241,7 +1244,7 @@ export default function() {
|
|
|
1241
1244
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1242
1245
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1243
1246
|
}, arguments) };
|
|
1244
|
-
imports.wbg.
|
|
1247
|
+
imports.wbg.__wbg_createPipelineLayout_5039b0679b6b7f36 = function(arg0, arg1) {
|
|
1245
1248
|
const ret = arg0.createPipelineLayout(arg1);
|
|
1246
1249
|
return ret;
|
|
1247
1250
|
};
|
|
@@ -1257,7 +1260,7 @@ export default function() {
|
|
|
1257
1260
|
const ret = arg0.createQuery();
|
|
1258
1261
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1259
1262
|
};
|
|
1260
|
-
imports.wbg.
|
|
1263
|
+
imports.wbg.__wbg_createRenderPipeline_db585efa9bab66f3 = function() { return handleError(function (arg0, arg1) {
|
|
1261
1264
|
const ret = arg0.createRenderPipeline(arg1);
|
|
1262
1265
|
return ret;
|
|
1263
1266
|
}, arguments) };
|
|
@@ -1269,7 +1272,7 @@ export default function() {
|
|
|
1269
1272
|
const ret = arg0.createRenderbuffer();
|
|
1270
1273
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1271
1274
|
};
|
|
1272
|
-
imports.wbg.
|
|
1275
|
+
imports.wbg.__wbg_createSampler_e421d07197c6e5ec = function(arg0, arg1) {
|
|
1273
1276
|
const ret = arg0.createSampler(arg1);
|
|
1274
1277
|
return ret;
|
|
1275
1278
|
};
|
|
@@ -1277,7 +1280,7 @@ export default function() {
|
|
|
1277
1280
|
const ret = arg0.createSampler();
|
|
1278
1281
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1279
1282
|
};
|
|
1280
|
-
imports.wbg.
|
|
1283
|
+
imports.wbg.__wbg_createShaderModule_3facfe98356b79a9 = function(arg0, arg1) {
|
|
1281
1284
|
const ret = arg0.createShaderModule(arg1);
|
|
1282
1285
|
return ret;
|
|
1283
1286
|
};
|
|
@@ -1289,7 +1292,7 @@ export default function() {
|
|
|
1289
1292
|
const ret = arg0.createShader(arg1 >>> 0);
|
|
1290
1293
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1291
1294
|
};
|
|
1292
|
-
imports.wbg.
|
|
1295
|
+
imports.wbg.__wbg_createTexture_49002c91188f6137 = function() { return handleError(function (arg0, arg1) {
|
|
1293
1296
|
const ret = arg0.createTexture(arg1);
|
|
1294
1297
|
return ret;
|
|
1295
1298
|
}, arguments) };
|
|
@@ -1309,14 +1312,10 @@ export default function() {
|
|
|
1309
1312
|
const ret = arg0.createVertexArray();
|
|
1310
1313
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1311
1314
|
};
|
|
1312
|
-
imports.wbg.
|
|
1315
|
+
imports.wbg.__wbg_createView_0ce5c82d78f482df = function() { return handleError(function (arg0, arg1) {
|
|
1313
1316
|
const ret = arg0.createView(arg1);
|
|
1314
1317
|
return ret;
|
|
1315
1318
|
}, arguments) };
|
|
1316
|
-
imports.wbg.__wbg_crypto_574e78ad8b13b65f = function(arg0) {
|
|
1317
|
-
const ret = arg0.crypto;
|
|
1318
|
-
return ret;
|
|
1319
|
-
};
|
|
1320
1319
|
imports.wbg.__wbg_ctrlKey_1e826e468105ac11 = function(arg0) {
|
|
1321
1320
|
const ret = arg0.ctrlKey;
|
|
1322
1321
|
return ret;
|
|
@@ -1346,7 +1345,7 @@ export default function() {
|
|
|
1346
1345
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1347
1346
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1348
1347
|
};
|
|
1349
|
-
imports.wbg.
|
|
1348
|
+
imports.wbg.__wbg_debug_2469452b4327d189 = function(arg0, arg1) {
|
|
1350
1349
|
console.debug(getStringFromWasm0(arg0, arg1));
|
|
1351
1350
|
};
|
|
1352
1351
|
imports.wbg.__wbg_decode_6c36f113295ffd87 = function() { return handleError(function (arg0, arg1) {
|
|
@@ -1436,10 +1435,10 @@ export default function() {
|
|
|
1436
1435
|
imports.wbg.__wbg_depthRange_f9c084ff3d81fd7b = function(arg0, arg1, arg2) {
|
|
1437
1436
|
arg0.depthRange(arg1, arg2);
|
|
1438
1437
|
};
|
|
1439
|
-
imports.wbg.
|
|
1438
|
+
imports.wbg.__wbg_destroy_09eeb3369fbf129e = function(arg0) {
|
|
1440
1439
|
arg0.destroy();
|
|
1441
1440
|
};
|
|
1442
|
-
imports.wbg.
|
|
1441
|
+
imports.wbg.__wbg_destroy_9ef007ceda9a0b56 = function(arg0) {
|
|
1443
1442
|
arg0.destroy();
|
|
1444
1443
|
};
|
|
1445
1444
|
imports.wbg.__wbg_devicePixelContentBoxSize_a6de82cb30d70825 = function(arg0) {
|
|
@@ -1505,10 +1504,10 @@ export default function() {
|
|
|
1505
1504
|
imports.wbg.__wbg_drawElementsInstanced_f874e87d0b4e95e9 = function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
1506
1505
|
arg0.drawElementsInstanced(arg1 >>> 0, arg2, arg3 >>> 0, arg4, arg5);
|
|
1507
1506
|
};
|
|
1508
|
-
imports.wbg.
|
|
1507
|
+
imports.wbg.__wbg_drawIndexed_d1202dc1fe88d5f5 = function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
1509
1508
|
arg0.drawIndexed(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4, arg5 >>> 0);
|
|
1510
1509
|
};
|
|
1511
|
-
imports.wbg.
|
|
1510
|
+
imports.wbg.__wbg_draw_d3b53fbcc9853635 = function(arg0, arg1, arg2, arg3, arg4) {
|
|
1512
1511
|
arg0.draw(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
|
|
1513
1512
|
};
|
|
1514
1513
|
imports.wbg.__wbg_elementFromPoint_be6286b8ec1ae1a2 = function(arg0, arg1, arg2) {
|
|
@@ -1534,7 +1533,7 @@ export default function() {
|
|
|
1534
1533
|
imports.wbg.__wbg_endQuery_17aac36532ca7d47 = function(arg0, arg1) {
|
|
1535
1534
|
arg0.endQuery(arg1 >>> 0);
|
|
1536
1535
|
};
|
|
1537
|
-
imports.wbg.
|
|
1536
|
+
imports.wbg.__wbg_end_b9d7079f54620f76 = function(arg0) {
|
|
1538
1537
|
arg0.end();
|
|
1539
1538
|
};
|
|
1540
1539
|
imports.wbg.__wbg_enqueue_bb16ba72f537dc9e = function() { return handleError(function (arg0, arg1) {
|
|
@@ -1558,11 +1557,11 @@ export default function() {
|
|
|
1558
1557
|
imports.wbg.__wbg_error_524f506f44df1645 = function(arg0) {
|
|
1559
1558
|
console.error(arg0);
|
|
1560
1559
|
};
|
|
1561
|
-
imports.wbg.
|
|
1560
|
+
imports.wbg.__wbg_error_d2e248d3e80a06c7 = function(arg0) {
|
|
1562
1561
|
const ret = arg0.error;
|
|
1563
1562
|
return ret;
|
|
1564
1563
|
};
|
|
1565
|
-
imports.wbg.
|
|
1564
|
+
imports.wbg.__wbg_features_1e615dfe5ee66265 = function(arg0) {
|
|
1566
1565
|
const ret = arg0.features;
|
|
1567
1566
|
return ret;
|
|
1568
1567
|
};
|
|
@@ -1598,11 +1597,11 @@ export default function() {
|
|
|
1598
1597
|
const ret = arg0.files;
|
|
1599
1598
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1600
1599
|
};
|
|
1601
|
-
imports.wbg.
|
|
1600
|
+
imports.wbg.__wbg_finish_17a0b297901010d5 = function(arg0) {
|
|
1602
1601
|
const ret = arg0.finish();
|
|
1603
1602
|
return ret;
|
|
1604
1603
|
};
|
|
1605
|
-
imports.wbg.
|
|
1604
|
+
imports.wbg.__wbg_finish_ab9e01a922269f3a = function(arg0, arg1) {
|
|
1606
1605
|
const ret = arg0.finish(arg1);
|
|
1607
1606
|
return ret;
|
|
1608
1607
|
};
|
|
@@ -1650,7 +1649,7 @@ export default function() {
|
|
|
1650
1649
|
imports.wbg.__wbg_frontFace_4d4936cfaeb8b7df = function(arg0, arg1) {
|
|
1651
1650
|
arg0.frontFace(arg1 >>> 0);
|
|
1652
1651
|
};
|
|
1653
|
-
imports.wbg.
|
|
1652
|
+
imports.wbg.__wbg_getBindGroupLayout_70511f5f4d93467f = function(arg0, arg1) {
|
|
1654
1653
|
const ret = arg0.getBindGroupLayout(arg1 >>> 0);
|
|
1655
1654
|
return ret;
|
|
1656
1655
|
};
|
|
@@ -1681,7 +1680,7 @@ export default function() {
|
|
|
1681
1680
|
const ret = arg0.getContext(getStringFromWasm0(arg1, arg2), arg3);
|
|
1682
1681
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1683
1682
|
}, arguments) };
|
|
1684
|
-
imports.wbg.
|
|
1683
|
+
imports.wbg.__wbg_getCurrentTexture_d64323b76f42d5e0 = function() { return handleError(function (arg0) {
|
|
1685
1684
|
const ret = arg0.getCurrentTexture();
|
|
1686
1685
|
return ret;
|
|
1687
1686
|
}, arguments) };
|
|
@@ -1711,7 +1710,7 @@ export default function() {
|
|
|
1711
1710
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1712
1711
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1713
1712
|
}, arguments) };
|
|
1714
|
-
imports.wbg.
|
|
1713
|
+
imports.wbg.__wbg_getMappedRange_1229810ff58e27ce = function() { return handleError(function (arg0, arg1, arg2) {
|
|
1715
1714
|
const ret = arg0.getMappedRange(arg1, arg2);
|
|
1716
1715
|
return ret;
|
|
1717
1716
|
}, arguments) };
|
|
@@ -1723,7 +1722,7 @@ export default function() {
|
|
|
1723
1722
|
const ret = arg0.getParameter(arg1 >>> 0);
|
|
1724
1723
|
return ret;
|
|
1725
1724
|
}, arguments) };
|
|
1726
|
-
imports.wbg.
|
|
1725
|
+
imports.wbg.__wbg_getPreferredCanvasFormat_9aef34efead2aa08 = function(arg0) {
|
|
1727
1726
|
const ret = arg0.getPreferredCanvasFormat();
|
|
1728
1727
|
return (__wbindgen_enum_GpuTextureFormat.indexOf(ret) + 1 || 96) - 1;
|
|
1729
1728
|
};
|
|
@@ -1766,9 +1765,6 @@ export default function() {
|
|
|
1766
1765
|
imports.wbg.__wbg_getRandomValues_3c9c0d586e575a16 = function() { return handleError(function (arg0, arg1) {
|
|
1767
1766
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
1768
1767
|
}, arguments) };
|
|
1769
|
-
imports.wbg.__wbg_getRandomValues_b8f5dbd5f3995a9e = function() { return handleError(function (arg0, arg1) {
|
|
1770
|
-
arg0.getRandomValues(arg1);
|
|
1771
|
-
}, arguments) };
|
|
1772
1768
|
imports.wbg.__wbg_getReader_48e00749fe3f6089 = function() { return handleError(function (arg0) {
|
|
1773
1769
|
const ret = arg0.getReader();
|
|
1774
1770
|
return ret;
|
|
@@ -1863,7 +1859,7 @@ export default function() {
|
|
|
1863
1859
|
const ret = arg0[arg1];
|
|
1864
1860
|
return ret;
|
|
1865
1861
|
};
|
|
1866
|
-
imports.wbg.
|
|
1862
|
+
imports.wbg.__wbg_gpu_a6bce2913fb8f574 = function(arg0) {
|
|
1867
1863
|
const ret = arg0.gpu;
|
|
1868
1864
|
return ret;
|
|
1869
1865
|
};
|
|
@@ -1871,14 +1867,14 @@ export default function() {
|
|
|
1871
1867
|
const ret = arg0.hasOwnProperty(arg1);
|
|
1872
1868
|
return ret;
|
|
1873
1869
|
};
|
|
1870
|
+
imports.wbg.__wbg_has_4891bec062ded753 = function(arg0, arg1, arg2) {
|
|
1871
|
+
const ret = arg0.has(getStringFromWasm0(arg1, arg2));
|
|
1872
|
+
return ret;
|
|
1873
|
+
};
|
|
1874
1874
|
imports.wbg.__wbg_has_a5ea9117f258a0ec = function() { return handleError(function (arg0, arg1) {
|
|
1875
1875
|
const ret = Reflect.has(arg0, arg1);
|
|
1876
1876
|
return ret;
|
|
1877
1877
|
}, arguments) };
|
|
1878
|
-
imports.wbg.__wbg_has_c563a404388202f5 = function(arg0, arg1, arg2) {
|
|
1879
|
-
const ret = arg0.has(getStringFromWasm0(arg1, arg2));
|
|
1880
|
-
return ret;
|
|
1881
|
-
};
|
|
1882
1878
|
imports.wbg.__wbg_hash_dd4b49269c385c8a = function() { return handleError(function (arg0, arg1) {
|
|
1883
1879
|
const ret = arg1.hash;
|
|
1884
1880
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -1962,7 +1958,7 @@ export default function() {
|
|
|
1962
1958
|
const ret = arg0.includes(arg1, arg2);
|
|
1963
1959
|
return ret;
|
|
1964
1960
|
};
|
|
1965
|
-
imports.wbg.
|
|
1961
|
+
imports.wbg.__wbg_info_e09ff04cc70267bf = function(arg0, arg1) {
|
|
1966
1962
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
1967
1963
|
};
|
|
1968
1964
|
imports.wbg.__wbg_inlineSize_8ff96b3ec1b24423 = function(arg0) {
|
|
@@ -2019,7 +2015,7 @@ export default function() {
|
|
|
2019
2015
|
const ret = result;
|
|
2020
2016
|
return ret;
|
|
2021
2017
|
};
|
|
2022
|
-
imports.wbg.
|
|
2018
|
+
imports.wbg.__wbg_instanceof_GpuAdapter_fb230cdccb184887 = function(arg0) {
|
|
2023
2019
|
let result;
|
|
2024
2020
|
try {
|
|
2025
2021
|
result = arg0 instanceof GPUAdapter;
|
|
@@ -2029,7 +2025,7 @@ export default function() {
|
|
|
2029
2025
|
const ret = result;
|
|
2030
2026
|
return ret;
|
|
2031
2027
|
};
|
|
2032
|
-
imports.wbg.
|
|
2028
|
+
imports.wbg.__wbg_instanceof_GpuCanvasContext_48ec5330c4425d84 = function(arg0) {
|
|
2033
2029
|
let result;
|
|
2034
2030
|
try {
|
|
2035
2031
|
result = arg0 instanceof GPUCanvasContext;
|
|
@@ -2039,7 +2035,7 @@ export default function() {
|
|
|
2039
2035
|
const ret = result;
|
|
2040
2036
|
return ret;
|
|
2041
2037
|
};
|
|
2042
|
-
imports.wbg.
|
|
2038
|
+
imports.wbg.__wbg_instanceof_GpuOutOfMemoryError_7b1554dded417c4f = function(arg0) {
|
|
2043
2039
|
let result;
|
|
2044
2040
|
try {
|
|
2045
2041
|
result = arg0 instanceof GPUOutOfMemoryError;
|
|
@@ -2049,7 +2045,7 @@ export default function() {
|
|
|
2049
2045
|
const ret = result;
|
|
2050
2046
|
return ret;
|
|
2051
2047
|
};
|
|
2052
|
-
imports.wbg.
|
|
2048
|
+
imports.wbg.__wbg_instanceof_GpuValidationError_124458c5a6bb3b58 = function(arg0) {
|
|
2053
2049
|
let result;
|
|
2054
2050
|
try {
|
|
2055
2051
|
result = arg0 instanceof GPUValidationError;
|
|
@@ -2269,7 +2265,7 @@ export default function() {
|
|
|
2269
2265
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
2270
2266
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
2271
2267
|
};
|
|
2272
|
-
imports.wbg.
|
|
2268
|
+
imports.wbg.__wbg_label_cda985b32d44cee0 = function(arg0, arg1) {
|
|
2273
2269
|
const ret = arg1.label;
|
|
2274
2270
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
2275
2271
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -2304,11 +2300,11 @@ export default function() {
|
|
|
2304
2300
|
const ret = arg0.length;
|
|
2305
2301
|
return ret;
|
|
2306
2302
|
};
|
|
2307
|
-
imports.wbg.
|
|
2303
|
+
imports.wbg.__wbg_limits_79ab67d5f10db979 = function(arg0) {
|
|
2308
2304
|
const ret = arg0.limits;
|
|
2309
2305
|
return ret;
|
|
2310
2306
|
};
|
|
2311
|
-
imports.wbg.
|
|
2307
|
+
imports.wbg.__wbg_limits_b6a82fde3977821c = function(arg0) {
|
|
2312
2308
|
const ret = arg0.limits;
|
|
2313
2309
|
return ret;
|
|
2314
2310
|
};
|
|
@@ -2326,7 +2322,7 @@ export default function() {
|
|
|
2326
2322
|
const ret = arg0.location;
|
|
2327
2323
|
return ret;
|
|
2328
2324
|
};
|
|
2329
|
-
imports.wbg.
|
|
2325
|
+
imports.wbg.__wbg_mapAsync_4a34082bad283ccf = function(arg0, arg1, arg2, arg3) {
|
|
2330
2326
|
const ret = arg0.mapAsync(arg1 >>> 0, arg2, arg3);
|
|
2331
2327
|
return ret;
|
|
2332
2328
|
};
|
|
@@ -2338,115 +2334,115 @@ export default function() {
|
|
|
2338
2334
|
const ret = arg0.matches;
|
|
2339
2335
|
return ret;
|
|
2340
2336
|
};
|
|
2341
|
-
imports.wbg.
|
|
2337
|
+
imports.wbg.__wbg_maxBindGroups_c88520bb1d32bb51 = function(arg0) {
|
|
2342
2338
|
const ret = arg0.maxBindGroups;
|
|
2343
2339
|
return ret;
|
|
2344
2340
|
};
|
|
2345
|
-
imports.wbg.
|
|
2341
|
+
imports.wbg.__wbg_maxBindingsPerBindGroup_432afc05fd4d1473 = function(arg0) {
|
|
2346
2342
|
const ret = arg0.maxBindingsPerBindGroup;
|
|
2347
2343
|
return ret;
|
|
2348
2344
|
};
|
|
2349
|
-
imports.wbg.
|
|
2345
|
+
imports.wbg.__wbg_maxBufferSize_b67a4c44cc76ddc3 = function(arg0) {
|
|
2350
2346
|
const ret = arg0.maxBufferSize;
|
|
2351
2347
|
return ret;
|
|
2352
2348
|
};
|
|
2353
|
-
imports.wbg.
|
|
2349
|
+
imports.wbg.__wbg_maxColorAttachmentBytesPerSample_2b29886758adffb4 = function(arg0) {
|
|
2354
2350
|
const ret = arg0.maxColorAttachmentBytesPerSample;
|
|
2355
2351
|
return ret;
|
|
2356
2352
|
};
|
|
2357
|
-
imports.wbg.
|
|
2353
|
+
imports.wbg.__wbg_maxColorAttachments_ec0f3f73d0af16a4 = function(arg0) {
|
|
2358
2354
|
const ret = arg0.maxColorAttachments;
|
|
2359
2355
|
return ret;
|
|
2360
2356
|
};
|
|
2361
|
-
imports.wbg.
|
|
2357
|
+
imports.wbg.__wbg_maxComputeInvocationsPerWorkgroup_ea57344834f1a195 = function(arg0) {
|
|
2362
2358
|
const ret = arg0.maxComputeInvocationsPerWorkgroup;
|
|
2363
2359
|
return ret;
|
|
2364
2360
|
};
|
|
2365
|
-
imports.wbg.
|
|
2361
|
+
imports.wbg.__wbg_maxComputeWorkgroupSizeX_b924545971550146 = function(arg0) {
|
|
2366
2362
|
const ret = arg0.maxComputeWorkgroupSizeX;
|
|
2367
2363
|
return ret;
|
|
2368
2364
|
};
|
|
2369
|
-
imports.wbg.
|
|
2365
|
+
imports.wbg.__wbg_maxComputeWorkgroupSizeY_c0d9d68b1acecdc1 = function(arg0) {
|
|
2370
2366
|
const ret = arg0.maxComputeWorkgroupSizeY;
|
|
2371
2367
|
return ret;
|
|
2372
2368
|
};
|
|
2373
|
-
imports.wbg.
|
|
2369
|
+
imports.wbg.__wbg_maxComputeWorkgroupSizeZ_3898cfa28ca6d14f = function(arg0) {
|
|
2374
2370
|
const ret = arg0.maxComputeWorkgroupSizeZ;
|
|
2375
2371
|
return ret;
|
|
2376
2372
|
};
|
|
2377
|
-
imports.wbg.
|
|
2373
|
+
imports.wbg.__wbg_maxComputeWorkgroupStorageSize_edea548daf4af87d = function(arg0) {
|
|
2378
2374
|
const ret = arg0.maxComputeWorkgroupStorageSize;
|
|
2379
2375
|
return ret;
|
|
2380
2376
|
};
|
|
2381
|
-
imports.wbg.
|
|
2377
|
+
imports.wbg.__wbg_maxComputeWorkgroupsPerDimension_bfc346c1292145d9 = function(arg0) {
|
|
2382
2378
|
const ret = arg0.maxComputeWorkgroupsPerDimension;
|
|
2383
2379
|
return ret;
|
|
2384
2380
|
};
|
|
2385
|
-
imports.wbg.
|
|
2381
|
+
imports.wbg.__wbg_maxDynamicStorageBuffersPerPipelineLayout_e7359e7bdfc76801 = function(arg0) {
|
|
2386
2382
|
const ret = arg0.maxDynamicStorageBuffersPerPipelineLayout;
|
|
2387
2383
|
return ret;
|
|
2388
2384
|
};
|
|
2389
|
-
imports.wbg.
|
|
2385
|
+
imports.wbg.__wbg_maxDynamicUniformBuffersPerPipelineLayout_8beefcf6b6ae3a02 = function(arg0) {
|
|
2390
2386
|
const ret = arg0.maxDynamicUniformBuffersPerPipelineLayout;
|
|
2391
2387
|
return ret;
|
|
2392
2388
|
};
|
|
2393
|
-
imports.wbg.
|
|
2389
|
+
imports.wbg.__wbg_maxSampledTexturesPerShaderStage_7fe798e58a892ea4 = function(arg0) {
|
|
2394
2390
|
const ret = arg0.maxSampledTexturesPerShaderStage;
|
|
2395
2391
|
return ret;
|
|
2396
2392
|
};
|
|
2397
|
-
imports.wbg.
|
|
2393
|
+
imports.wbg.__wbg_maxSamplersPerShaderStage_84408cd7914be213 = function(arg0) {
|
|
2398
2394
|
const ret = arg0.maxSamplersPerShaderStage;
|
|
2399
2395
|
return ret;
|
|
2400
2396
|
};
|
|
2401
|
-
imports.wbg.
|
|
2397
|
+
imports.wbg.__wbg_maxStorageBufferBindingSize_9711b12549c371a6 = function(arg0) {
|
|
2402
2398
|
const ret = arg0.maxStorageBufferBindingSize;
|
|
2403
2399
|
return ret;
|
|
2404
2400
|
};
|
|
2405
|
-
imports.wbg.
|
|
2401
|
+
imports.wbg.__wbg_maxStorageBuffersPerShaderStage_3b626e8ff1584e0b = function(arg0) {
|
|
2406
2402
|
const ret = arg0.maxStorageBuffersPerShaderStage;
|
|
2407
2403
|
return ret;
|
|
2408
2404
|
};
|
|
2409
|
-
imports.wbg.
|
|
2405
|
+
imports.wbg.__wbg_maxStorageTexturesPerShaderStage_c612c8e8f36e7ad3 = function(arg0) {
|
|
2410
2406
|
const ret = arg0.maxStorageTexturesPerShaderStage;
|
|
2411
2407
|
return ret;
|
|
2412
2408
|
};
|
|
2413
|
-
imports.wbg.
|
|
2409
|
+
imports.wbg.__wbg_maxTextureArrayLayers_6e0973f615982bee = function(arg0) {
|
|
2414
2410
|
const ret = arg0.maxTextureArrayLayers;
|
|
2415
2411
|
return ret;
|
|
2416
2412
|
};
|
|
2417
|
-
imports.wbg.
|
|
2413
|
+
imports.wbg.__wbg_maxTextureDimension1D_fda090a895ffead5 = function(arg0) {
|
|
2418
2414
|
const ret = arg0.maxTextureDimension1D;
|
|
2419
2415
|
return ret;
|
|
2420
2416
|
};
|
|
2421
|
-
imports.wbg.
|
|
2417
|
+
imports.wbg.__wbg_maxTextureDimension2D_876dc9c39fa8de4e = function(arg0) {
|
|
2422
2418
|
const ret = arg0.maxTextureDimension2D;
|
|
2423
2419
|
return ret;
|
|
2424
2420
|
};
|
|
2425
|
-
imports.wbg.
|
|
2421
|
+
imports.wbg.__wbg_maxTextureDimension3D_3e8ca51b995bc0e0 = function(arg0) {
|
|
2426
2422
|
const ret = arg0.maxTextureDimension3D;
|
|
2427
2423
|
return ret;
|
|
2428
2424
|
};
|
|
2429
|
-
imports.wbg.
|
|
2425
|
+
imports.wbg.__wbg_maxUniformBufferBindingSize_d9898f62e702922b = function(arg0) {
|
|
2430
2426
|
const ret = arg0.maxUniformBufferBindingSize;
|
|
2431
2427
|
return ret;
|
|
2432
2428
|
};
|
|
2433
|
-
imports.wbg.
|
|
2429
|
+
imports.wbg.__wbg_maxUniformBuffersPerShaderStage_80346a93791c45ff = function(arg0) {
|
|
2434
2430
|
const ret = arg0.maxUniformBuffersPerShaderStage;
|
|
2435
2431
|
return ret;
|
|
2436
2432
|
};
|
|
2437
|
-
imports.wbg.
|
|
2433
|
+
imports.wbg.__wbg_maxVertexAttributes_bb30494dbeda4a16 = function(arg0) {
|
|
2438
2434
|
const ret = arg0.maxVertexAttributes;
|
|
2439
2435
|
return ret;
|
|
2440
2436
|
};
|
|
2441
|
-
imports.wbg.
|
|
2437
|
+
imports.wbg.__wbg_maxVertexBufferArrayStride_f2b103ca29d68d1a = function(arg0) {
|
|
2442
2438
|
const ret = arg0.maxVertexBufferArrayStride;
|
|
2443
2439
|
return ret;
|
|
2444
2440
|
};
|
|
2445
|
-
imports.wbg.
|
|
2441
|
+
imports.wbg.__wbg_maxVertexBuffers_522f56407d841954 = function(arg0) {
|
|
2446
2442
|
const ret = arg0.maxVertexBuffers;
|
|
2447
2443
|
return ret;
|
|
2448
2444
|
};
|
|
2449
|
-
imports.wbg.
|
|
2445
|
+
imports.wbg.__wbg_message_37510c9867df2726 = function(arg0, arg1) {
|
|
2450
2446
|
const ret = arg1.message;
|
|
2451
2447
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
2452
2448
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -2461,18 +2457,14 @@ export default function() {
|
|
|
2461
2457
|
const ret = arg0.metaKey;
|
|
2462
2458
|
return ret;
|
|
2463
2459
|
};
|
|
2464
|
-
imports.wbg.
|
|
2460
|
+
imports.wbg.__wbg_minStorageBufferOffsetAlignment_8150d07a1d4bf231 = function(arg0) {
|
|
2465
2461
|
const ret = arg0.minStorageBufferOffsetAlignment;
|
|
2466
2462
|
return ret;
|
|
2467
2463
|
};
|
|
2468
|
-
imports.wbg.
|
|
2464
|
+
imports.wbg.__wbg_minUniformBufferOffsetAlignment_f2960fb3c8ad86bd = function(arg0) {
|
|
2469
2465
|
const ret = arg0.minUniformBufferOffsetAlignment;
|
|
2470
2466
|
return ret;
|
|
2471
2467
|
};
|
|
2472
|
-
imports.wbg.__wbg_msCrypto_a61aeb35a24c1329 = function(arg0) {
|
|
2473
|
-
const ret = arg0.msCrypto;
|
|
2474
|
-
return ret;
|
|
2475
|
-
};
|
|
2476
2468
|
imports.wbg.__wbg_name_28c43f147574bf08 = function(arg0, arg1) {
|
|
2477
2469
|
const ret = arg1.name;
|
|
2478
2470
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -2503,7 +2495,7 @@ export default function() {
|
|
|
2503
2495
|
const a = state0.a;
|
|
2504
2496
|
state0.a = 0;
|
|
2505
2497
|
try {
|
|
2506
|
-
return
|
|
2498
|
+
return __wbg_adapter_1773(a, state0.b, arg0, arg1);
|
|
2507
2499
|
} finally {
|
|
2508
2500
|
state0.a = a;
|
|
2509
2501
|
}
|
|
@@ -2534,10 +2526,6 @@ export default function() {
|
|
|
2534
2526
|
const ret = new ResizeObserver(arg0);
|
|
2535
2527
|
return ret;
|
|
2536
2528
|
}, arguments) };
|
|
2537
|
-
imports.wbg.__wbg_new_7627ae86bd072ffa = function() {
|
|
2538
|
-
const ret = new Error();
|
|
2539
|
-
return ret;
|
|
2540
|
-
};
|
|
2541
2529
|
imports.wbg.__wbg_new_78feb108b6472713 = function() {
|
|
2542
2530
|
const ret = new Array();
|
|
2543
2531
|
return ret;
|
|
@@ -2546,6 +2534,10 @@ export default function() {
|
|
|
2546
2534
|
const ret = new URLSearchParams();
|
|
2547
2535
|
return ret;
|
|
2548
2536
|
}, arguments) };
|
|
2537
|
+
imports.wbg.__wbg_new_9b7642cf7e5207bf = function() {
|
|
2538
|
+
const ret = new Error();
|
|
2539
|
+
return ret;
|
|
2540
|
+
};
|
|
2549
2541
|
imports.wbg.__wbg_new_9ffbe0a71eff35e3 = function() { return handleError(function (arg0, arg1) {
|
|
2550
2542
|
const ret = new URL(getStringFromWasm0(arg0, arg1));
|
|
2551
2543
|
return ret;
|
|
@@ -2630,10 +2622,6 @@ export default function() {
|
|
|
2630
2622
|
const ret = arg0.next();
|
|
2631
2623
|
return ret;
|
|
2632
2624
|
}, arguments) };
|
|
2633
|
-
imports.wbg.__wbg_node_905d3e251edff8a2 = function(arg0) {
|
|
2634
|
-
const ret = arg0.node;
|
|
2635
|
-
return ret;
|
|
2636
|
-
};
|
|
2637
2625
|
imports.wbg.__wbg_now_2c95c9de01293173 = function(arg0) {
|
|
2638
2626
|
const ret = arg0.now();
|
|
2639
2627
|
return ret;
|
|
@@ -2692,7 +2680,7 @@ export default function() {
|
|
|
2692
2680
|
imports.wbg.__wbg_polygonOffset_8c11c066486216c4 = function(arg0, arg1, arg2) {
|
|
2693
2681
|
arg0.polygonOffset(arg1, arg2);
|
|
2694
2682
|
};
|
|
2695
|
-
imports.wbg.
|
|
2683
|
+
imports.wbg.__wbg_popErrorScope_37df7a5518e8b238 = function(arg0) {
|
|
2696
2684
|
const ret = arg0.popErrorScope();
|
|
2697
2685
|
return ret;
|
|
2698
2686
|
};
|
|
@@ -2706,10 +2694,6 @@ export default function() {
|
|
|
2706
2694
|
imports.wbg.__wbg_preventDefault_c2314fd813c02b3c = function(arg0) {
|
|
2707
2695
|
arg0.preventDefault();
|
|
2708
2696
|
};
|
|
2709
|
-
imports.wbg.__wbg_process_dc0fbacc7c1c06f7 = function(arg0) {
|
|
2710
|
-
const ret = arg0.process;
|
|
2711
|
-
return ret;
|
|
2712
|
-
};
|
|
2713
2697
|
imports.wbg.__wbg_protocol_faa0494a9b2554cb = function() { return handleError(function (arg0, arg1) {
|
|
2714
2698
|
const ret = arg1.protocol;
|
|
2715
2699
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -2717,7 +2701,7 @@ export default function() {
|
|
|
2717
2701
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
2718
2702
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
2719
2703
|
}, arguments) };
|
|
2720
|
-
imports.wbg.
|
|
2704
|
+
imports.wbg.__wbg_pushErrorScope_79bafe9790e688cf = function(arg0, arg1) {
|
|
2721
2705
|
arg0.pushErrorScope(__wbindgen_enum_GpuErrorFilter[arg1]);
|
|
2722
2706
|
};
|
|
2723
2707
|
imports.wbg.__wbg_pushState_d132f15566570786 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
@@ -2745,13 +2729,10 @@ export default function() {
|
|
|
2745
2729
|
const ret = arg0.queueMicrotask;
|
|
2746
2730
|
return ret;
|
|
2747
2731
|
};
|
|
2748
|
-
imports.wbg.
|
|
2732
|
+
imports.wbg.__wbg_queue_39d4f3bda761adef = function(arg0) {
|
|
2749
2733
|
const ret = arg0.queue;
|
|
2750
2734
|
return ret;
|
|
2751
2735
|
};
|
|
2752
|
-
imports.wbg.__wbg_randomFillSync_ac0988aba3254290 = function() { return handleError(function (arg0, arg1) {
|
|
2753
|
-
arg0.randomFillSync(arg1);
|
|
2754
|
-
}, arguments) };
|
|
2755
2736
|
imports.wbg.__wbg_readAsArrayBuffer_e51cb3c4fcc962de = function() { return handleError(function (arg0, arg1) {
|
|
2756
2737
|
arg0.readAsArrayBuffer(arg1);
|
|
2757
2738
|
}, arguments) };
|
|
@@ -2792,26 +2773,22 @@ export default function() {
|
|
|
2792
2773
|
imports.wbg.__wbg_replaceState_79f3b896be12c919 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
2793
2774
|
arg0.replaceState(arg1, getStringFromWasm0(arg2, arg3), arg4 === 0 ? undefined : getStringFromWasm0(arg4, arg5));
|
|
2794
2775
|
}, arguments) };
|
|
2795
|
-
imports.wbg.
|
|
2796
|
-
const ret = arg0.requestAdapter();
|
|
2776
|
+
imports.wbg.__wbg_requestAdapter_55d15e6d14e8392c = function(arg0, arg1) {
|
|
2777
|
+
const ret = arg0.requestAdapter(arg1);
|
|
2797
2778
|
return ret;
|
|
2798
2779
|
};
|
|
2799
|
-
imports.wbg.
|
|
2800
|
-
const ret = arg0.requestAdapter(
|
|
2780
|
+
imports.wbg.__wbg_requestAdapter_d3963964c51549c6 = function(arg0) {
|
|
2781
|
+
const ret = arg0.requestAdapter();
|
|
2801
2782
|
return ret;
|
|
2802
2783
|
};
|
|
2803
2784
|
imports.wbg.__wbg_requestAnimationFrame_d7fd890aaefc3246 = function() { return handleError(function (arg0, arg1) {
|
|
2804
2785
|
const ret = arg0.requestAnimationFrame(arg1);
|
|
2805
2786
|
return ret;
|
|
2806
2787
|
}, arguments) };
|
|
2807
|
-
imports.wbg.
|
|
2788
|
+
imports.wbg.__wbg_requestDevice_66e864eaf1ffbb38 = function(arg0, arg1) {
|
|
2808
2789
|
const ret = arg0.requestDevice(arg1);
|
|
2809
2790
|
return ret;
|
|
2810
2791
|
};
|
|
2811
|
-
imports.wbg.__wbg_require_60cc747a6bc5215a = function() { return handleError(function () {
|
|
2812
|
-
const ret = module.require;
|
|
2813
|
-
return ret;
|
|
2814
|
-
}, arguments) };
|
|
2815
2792
|
imports.wbg.__wbg_reset_09739ecbd10cf8be = function() { return handleError(function (arg0) {
|
|
2816
2793
|
arg0.reset();
|
|
2817
2794
|
}, arguments) };
|
|
@@ -2860,28 +2837,28 @@ export default function() {
|
|
|
2860
2837
|
imports.wbg.__wbg_setAttribute_2704501201f15687 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
2861
2838
|
arg0.setAttribute(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
2862
2839
|
}, arguments) };
|
|
2863
|
-
imports.wbg.
|
|
2840
|
+
imports.wbg.__wbg_setBindGroup_77fc1c2c49ddcff0 = function(arg0, arg1, arg2) {
|
|
2864
2841
|
arg0.setBindGroup(arg1 >>> 0, arg2);
|
|
2865
2842
|
};
|
|
2866
|
-
imports.wbg.
|
|
2843
|
+
imports.wbg.__wbg_setBindGroup_b966448206045bdd = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
2867
2844
|
arg0.setBindGroup(arg1 >>> 0, arg2, getArrayU32FromWasm0(arg3, arg4), arg5, arg6 >>> 0);
|
|
2868
2845
|
}, arguments) };
|
|
2869
|
-
imports.wbg.
|
|
2870
|
-
arg0.setIndexBuffer(arg1, __wbindgen_enum_GpuIndexFormat[arg2], arg3);
|
|
2871
|
-
};
|
|
2872
|
-
imports.wbg.__wbg_setIndexBuffer_97fb24e7cc5b24c0 = function(arg0, arg1, arg2, arg3, arg4) {
|
|
2846
|
+
imports.wbg.__wbg_setIndexBuffer_8282bd9ab99d7946 = function(arg0, arg1, arg2, arg3, arg4) {
|
|
2873
2847
|
arg0.setIndexBuffer(arg1, __wbindgen_enum_GpuIndexFormat[arg2], arg3, arg4);
|
|
2874
2848
|
};
|
|
2849
|
+
imports.wbg.__wbg_setIndexBuffer_e8e5f34d3adc32b1 = function(arg0, arg1, arg2, arg3) {
|
|
2850
|
+
arg0.setIndexBuffer(arg1, __wbindgen_enum_GpuIndexFormat[arg2], arg3);
|
|
2851
|
+
};
|
|
2875
2852
|
imports.wbg.__wbg_setItem_212ecc915942ab0a = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
2876
2853
|
arg0.setItem(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
2877
2854
|
}, arguments) };
|
|
2878
|
-
imports.wbg.
|
|
2855
|
+
imports.wbg.__wbg_setPipeline_6dd7dffa6e7d7496 = function(arg0, arg1) {
|
|
2879
2856
|
arg0.setPipeline(arg1);
|
|
2880
2857
|
};
|
|
2881
2858
|
imports.wbg.__wbg_setProperty_f2cf326652b9a713 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
2882
2859
|
arg0.setProperty(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
2883
2860
|
}, arguments) };
|
|
2884
|
-
imports.wbg.
|
|
2861
|
+
imports.wbg.__wbg_setScissorRect_994e1c38862bc50f = function(arg0, arg1, arg2, arg3, arg4) {
|
|
2885
2862
|
arg0.setScissorRect(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
|
|
2886
2863
|
};
|
|
2887
2864
|
imports.wbg.__wbg_setTimeout_73ce8df12de4f2f2 = function(arg0, arg1) {
|
|
@@ -2892,13 +2869,13 @@ export default function() {
|
|
|
2892
2869
|
const ret = arg0.setTimeout(arg1, arg2);
|
|
2893
2870
|
return ret;
|
|
2894
2871
|
}, arguments) };
|
|
2895
|
-
imports.wbg.
|
|
2872
|
+
imports.wbg.__wbg_setVertexBuffer_b562a8a167090c01 = function(arg0, arg1, arg2, arg3, arg4) {
|
|
2896
2873
|
arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3, arg4);
|
|
2897
2874
|
};
|
|
2898
|
-
imports.wbg.
|
|
2875
|
+
imports.wbg.__wbg_setVertexBuffer_f6e54c6e90ef26ce = function(arg0, arg1, arg2, arg3) {
|
|
2899
2876
|
arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3);
|
|
2900
2877
|
};
|
|
2901
|
-
imports.wbg.
|
|
2878
|
+
imports.wbg.__wbg_setViewport_91319cc7a634f387 = function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
2902
2879
|
arg0.setViewport(arg1, arg2, arg3, arg4, arg5, arg6);
|
|
2903
2880
|
};
|
|
2904
2881
|
imports.wbg.__wbg_set_11cd83f45504cedf = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
@@ -2917,73 +2894,73 @@ export default function() {
|
|
|
2917
2894
|
imports.wbg.__wbg_set_d254161c469cf8d7 = function(arg0, arg1, arg2, arg3, arg4) {
|
|
2918
2895
|
arg0.set(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
2919
2896
|
};
|
|
2920
|
-
imports.wbg.
|
|
2897
|
+
imports.wbg.__wbg_seta_add312ccdfbfaa2d = function(arg0, arg1) {
|
|
2921
2898
|
arg0.a = arg1;
|
|
2922
2899
|
};
|
|
2923
2900
|
imports.wbg.__wbg_setaccept_ff32b9ffcfbd061d = function(arg0, arg1, arg2) {
|
|
2924
2901
|
arg0.accept = getStringFromWasm0(arg1, arg2);
|
|
2925
2902
|
};
|
|
2926
|
-
imports.wbg.
|
|
2903
|
+
imports.wbg.__wbg_setaccess_c87a9bdb5c449e6b = function(arg0, arg1) {
|
|
2927
2904
|
arg0.access = __wbindgen_enum_GpuStorageTextureAccess[arg1];
|
|
2928
2905
|
};
|
|
2929
|
-
imports.wbg.
|
|
2906
|
+
imports.wbg.__wbg_setaddressmodeu_2ff1a762cca3e679 = function(arg0, arg1) {
|
|
2930
2907
|
arg0.addressModeU = __wbindgen_enum_GpuAddressMode[arg1];
|
|
2931
2908
|
};
|
|
2932
|
-
imports.wbg.
|
|
2909
|
+
imports.wbg.__wbg_setaddressmodev_1322b1b0dafa29ef = function(arg0, arg1) {
|
|
2933
2910
|
arg0.addressModeV = __wbindgen_enum_GpuAddressMode[arg1];
|
|
2934
2911
|
};
|
|
2935
|
-
imports.wbg.
|
|
2912
|
+
imports.wbg.__wbg_setaddressmodew_1128071f5dcb4e54 = function(arg0, arg1) {
|
|
2936
2913
|
arg0.addressModeW = __wbindgen_enum_GpuAddressMode[arg1];
|
|
2937
2914
|
};
|
|
2938
|
-
imports.wbg.
|
|
2915
|
+
imports.wbg.__wbg_setalpha_23751af59d391d98 = function(arg0, arg1) {
|
|
2939
2916
|
arg0.alpha = arg1;
|
|
2940
2917
|
};
|
|
2941
|
-
imports.wbg.
|
|
2918
|
+
imports.wbg.__wbg_setalphamode_1192a40e9bd8c3aa = function(arg0, arg1) {
|
|
2942
2919
|
arg0.alphaMode = __wbindgen_enum_GpuCanvasAlphaMode[arg1];
|
|
2943
2920
|
};
|
|
2944
|
-
imports.wbg.
|
|
2921
|
+
imports.wbg.__wbg_setalphatocoverageenabled_9700e84c77d52727 = function(arg0, arg1) {
|
|
2945
2922
|
arg0.alphaToCoverageEnabled = arg1 !== 0;
|
|
2946
2923
|
};
|
|
2947
|
-
imports.wbg.
|
|
2924
|
+
imports.wbg.__wbg_setarraylayercount_3a8ad1adab3aded1 = function(arg0, arg1) {
|
|
2948
2925
|
arg0.arrayLayerCount = arg1 >>> 0;
|
|
2949
2926
|
};
|
|
2950
|
-
imports.wbg.
|
|
2927
|
+
imports.wbg.__wbg_setarraystride_5508d074b809d568 = function(arg0, arg1) {
|
|
2951
2928
|
arg0.arrayStride = arg1;
|
|
2952
2929
|
};
|
|
2953
|
-
imports.wbg.
|
|
2930
|
+
imports.wbg.__wbg_setaspect_4066a62e6528c589 = function(arg0, arg1) {
|
|
2954
2931
|
arg0.aspect = __wbindgen_enum_GpuTextureAspect[arg1];
|
|
2955
2932
|
};
|
|
2956
|
-
imports.wbg.
|
|
2933
|
+
imports.wbg.__wbg_setaspect_a4fa638f0ab8b4c1 = function(arg0, arg1) {
|
|
2957
2934
|
arg0.aspect = __wbindgen_enum_GpuTextureAspect[arg1];
|
|
2958
2935
|
};
|
|
2959
|
-
imports.wbg.
|
|
2936
|
+
imports.wbg.__wbg_setattributes_aa15086089274167 = function(arg0, arg1) {
|
|
2960
2937
|
arg0.attributes = arg1;
|
|
2961
2938
|
};
|
|
2962
2939
|
imports.wbg.__wbg_setautofocus_6ca6f0ab5a566c21 = function() { return handleError(function (arg0, arg1) {
|
|
2963
2940
|
arg0.autofocus = arg1 !== 0;
|
|
2964
2941
|
}, arguments) };
|
|
2965
|
-
imports.wbg.
|
|
2942
|
+
imports.wbg.__wbg_setb_162f487856c3bad9 = function(arg0, arg1) {
|
|
2966
2943
|
arg0.b = arg1;
|
|
2967
2944
|
};
|
|
2968
|
-
imports.wbg.
|
|
2945
|
+
imports.wbg.__wbg_setbasearraylayer_85c4780859e3e025 = function(arg0, arg1) {
|
|
2969
2946
|
arg0.baseArrayLayer = arg1 >>> 0;
|
|
2970
2947
|
};
|
|
2971
|
-
imports.wbg.
|
|
2948
|
+
imports.wbg.__wbg_setbasemiplevel_f90525112a282a1d = function(arg0, arg1) {
|
|
2972
2949
|
arg0.baseMipLevel = arg1 >>> 0;
|
|
2973
2950
|
};
|
|
2974
|
-
imports.wbg.
|
|
2951
|
+
imports.wbg.__wbg_setbeginningofpasswriteindex_c8a62bc66645f5cd = function(arg0, arg1) {
|
|
2975
2952
|
arg0.beginningOfPassWriteIndex = arg1 >>> 0;
|
|
2976
2953
|
};
|
|
2977
|
-
imports.wbg.
|
|
2954
|
+
imports.wbg.__wbg_setbindgrouplayouts_54f980eb55071c87 = function(arg0, arg1) {
|
|
2978
2955
|
arg0.bindGroupLayouts = arg1;
|
|
2979
2956
|
};
|
|
2980
|
-
imports.wbg.
|
|
2957
|
+
imports.wbg.__wbg_setbinding_1ddbf5eebabdc48c = function(arg0, arg1) {
|
|
2981
2958
|
arg0.binding = arg1 >>> 0;
|
|
2982
2959
|
};
|
|
2983
|
-
imports.wbg.
|
|
2960
|
+
imports.wbg.__wbg_setbinding_5ea4d52c77434dfa = function(arg0, arg1) {
|
|
2984
2961
|
arg0.binding = arg1 >>> 0;
|
|
2985
2962
|
};
|
|
2986
|
-
imports.wbg.
|
|
2963
|
+
imports.wbg.__wbg_setblend_4a45a53ea0e4706e = function(arg0, arg1) {
|
|
2987
2964
|
arg0.blend = arg1;
|
|
2988
2965
|
};
|
|
2989
2966
|
imports.wbg.__wbg_setbody_5923b78a95eedf29 = function(arg0, arg1) {
|
|
@@ -2992,31 +2969,31 @@ export default function() {
|
|
|
2992
2969
|
imports.wbg.__wbg_setbox_2786f3ccea97cac4 = function(arg0, arg1) {
|
|
2993
2970
|
arg0.box = __wbindgen_enum_ResizeObserverBoxOptions[arg1];
|
|
2994
2971
|
};
|
|
2995
|
-
imports.wbg.
|
|
2972
|
+
imports.wbg.__wbg_setbuffer_2dac3e64a7099038 = function(arg0, arg1) {
|
|
2996
2973
|
arg0.buffer = arg1;
|
|
2997
2974
|
};
|
|
2998
|
-
imports.wbg.
|
|
2975
|
+
imports.wbg.__wbg_setbuffer_489d923366e1f63a = function(arg0, arg1) {
|
|
2999
2976
|
arg0.buffer = arg1;
|
|
3000
2977
|
};
|
|
3001
|
-
imports.wbg.
|
|
2978
|
+
imports.wbg.__wbg_setbuffer_a3a7f00fa797e1d1 = function(arg0, arg1) {
|
|
3002
2979
|
arg0.buffer = arg1;
|
|
3003
2980
|
};
|
|
3004
|
-
imports.wbg.
|
|
2981
|
+
imports.wbg.__wbg_setbuffers_d5f54ba1d3368c00 = function(arg0, arg1) {
|
|
3005
2982
|
arg0.buffers = arg1;
|
|
3006
2983
|
};
|
|
3007
|
-
imports.wbg.
|
|
2984
|
+
imports.wbg.__wbg_setbytesperrow_61fdc31fb1e978f4 = function(arg0, arg1) {
|
|
3008
2985
|
arg0.bytesPerRow = arg1 >>> 0;
|
|
3009
2986
|
};
|
|
3010
|
-
imports.wbg.
|
|
2987
|
+
imports.wbg.__wbg_setbytesperrow_7eb4ea50ad336975 = function(arg0, arg1) {
|
|
3011
2988
|
arg0.bytesPerRow = arg1 >>> 0;
|
|
3012
2989
|
};
|
|
3013
2990
|
imports.wbg.__wbg_setcache_12f17c3a980650e4 = function(arg0, arg1) {
|
|
3014
2991
|
arg0.cache = __wbindgen_enum_RequestCache[arg1];
|
|
3015
2992
|
};
|
|
3016
|
-
imports.wbg.
|
|
2993
|
+
imports.wbg.__wbg_setclearvalue_1d26e1b07873908a = function(arg0, arg1) {
|
|
3017
2994
|
arg0.clearValue = arg1;
|
|
3018
2995
|
};
|
|
3019
|
-
imports.wbg.
|
|
2996
|
+
imports.wbg.__wbg_setcode_e66de35c80aa100f = function(arg0, arg1, arg2) {
|
|
3020
2997
|
arg0.code = getStringFromWasm0(arg1, arg2);
|
|
3021
2998
|
};
|
|
3022
2999
|
imports.wbg.__wbg_setcodec_4711d15b4dc250aa = function(arg0, arg1, arg2) {
|
|
@@ -3028,157 +3005,160 @@ export default function() {
|
|
|
3028
3005
|
imports.wbg.__wbg_setcodedwidth_54996c33ecba05cf = function(arg0, arg1) {
|
|
3029
3006
|
arg0.codedWidth = arg1 >>> 0;
|
|
3030
3007
|
};
|
|
3031
|
-
imports.wbg.
|
|
3008
|
+
imports.wbg.__wbg_setcolor_8d4bfc735001f4bd = function(arg0, arg1) {
|
|
3032
3009
|
arg0.color = arg1;
|
|
3033
3010
|
};
|
|
3034
|
-
imports.wbg.
|
|
3011
|
+
imports.wbg.__wbg_setcolorattachments_6118b962baa6088d = function(arg0, arg1) {
|
|
3035
3012
|
arg0.colorAttachments = arg1;
|
|
3036
3013
|
};
|
|
3037
|
-
imports.wbg.
|
|
3014
|
+
imports.wbg.__wbg_setcompare_019e85bf2bf22bc8 = function(arg0, arg1) {
|
|
3038
3015
|
arg0.compare = __wbindgen_enum_GpuCompareFunction[arg1];
|
|
3039
3016
|
};
|
|
3040
|
-
imports.wbg.
|
|
3017
|
+
imports.wbg.__wbg_setcompare_3a69aad67f43501e = function(arg0, arg1) {
|
|
3041
3018
|
arg0.compare = __wbindgen_enum_GpuCompareFunction[arg1];
|
|
3042
3019
|
};
|
|
3043
|
-
imports.wbg.
|
|
3020
|
+
imports.wbg.__wbg_setcount_2013aa835878f321 = function(arg0, arg1) {
|
|
3044
3021
|
arg0.count = arg1 >>> 0;
|
|
3045
3022
|
};
|
|
3046
3023
|
imports.wbg.__wbg_setcredentials_c3a22f1cd105a2c6 = function(arg0, arg1) {
|
|
3047
3024
|
arg0.credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
3048
3025
|
};
|
|
3049
|
-
imports.wbg.
|
|
3026
|
+
imports.wbg.__wbg_setcullmode_e82736bddd8d5a5c = function(arg0, arg1) {
|
|
3050
3027
|
arg0.cullMode = __wbindgen_enum_GpuCullMode[arg1];
|
|
3051
3028
|
};
|
|
3052
3029
|
imports.wbg.__wbg_setdata_5aa9939c8f2f7291 = function(arg0, arg1) {
|
|
3053
3030
|
arg0.data = arg1;
|
|
3054
3031
|
};
|
|
3055
|
-
imports.wbg.
|
|
3032
|
+
imports.wbg.__wbg_setdepthbias_dc092ae40ce06777 = function(arg0, arg1) {
|
|
3056
3033
|
arg0.depthBias = arg1;
|
|
3057
3034
|
};
|
|
3058
|
-
imports.wbg.
|
|
3035
|
+
imports.wbg.__wbg_setdepthbiasclamp_30724e55c04b7132 = function(arg0, arg1) {
|
|
3059
3036
|
arg0.depthBiasClamp = arg1;
|
|
3060
3037
|
};
|
|
3061
|
-
imports.wbg.
|
|
3038
|
+
imports.wbg.__wbg_setdepthbiasslopescale_3047f42a19dd1d21 = function(arg0, arg1) {
|
|
3062
3039
|
arg0.depthBiasSlopeScale = arg1;
|
|
3063
3040
|
};
|
|
3064
|
-
imports.wbg.
|
|
3041
|
+
imports.wbg.__wbg_setdepthclearvalue_e09b29c35f439d38 = function(arg0, arg1) {
|
|
3065
3042
|
arg0.depthClearValue = arg1;
|
|
3066
3043
|
};
|
|
3067
|
-
imports.wbg.
|
|
3044
|
+
imports.wbg.__wbg_setdepthcompare_7ff390bcd4cbc798 = function(arg0, arg1) {
|
|
3068
3045
|
arg0.depthCompare = __wbindgen_enum_GpuCompareFunction[arg1];
|
|
3069
3046
|
};
|
|
3070
|
-
imports.wbg.
|
|
3047
|
+
imports.wbg.__wbg_setdepthfailop_32e5a25f8472872a = function(arg0, arg1) {
|
|
3071
3048
|
arg0.depthFailOp = __wbindgen_enum_GpuStencilOperation[arg1];
|
|
3072
3049
|
};
|
|
3073
|
-
imports.wbg.
|
|
3050
|
+
imports.wbg.__wbg_setdepthloadop_5292e3e4542c7770 = function(arg0, arg1) {
|
|
3074
3051
|
arg0.depthLoadOp = __wbindgen_enum_GpuLoadOp[arg1];
|
|
3075
3052
|
};
|
|
3076
|
-
imports.wbg.
|
|
3053
|
+
imports.wbg.__wbg_setdepthorarraylayers_57e35a31ded46b97 = function(arg0, arg1) {
|
|
3077
3054
|
arg0.depthOrArrayLayers = arg1 >>> 0;
|
|
3078
3055
|
};
|
|
3079
|
-
imports.wbg.
|
|
3056
|
+
imports.wbg.__wbg_setdepthreadonly_8e4aa6065b3f0cb1 = function(arg0, arg1) {
|
|
3080
3057
|
arg0.depthReadOnly = arg1 !== 0;
|
|
3081
3058
|
};
|
|
3082
|
-
imports.wbg.
|
|
3059
|
+
imports.wbg.__wbg_setdepthstencil_2708265354655cab = function(arg0, arg1) {
|
|
3083
3060
|
arg0.depthStencil = arg1;
|
|
3084
3061
|
};
|
|
3085
|
-
imports.wbg.
|
|
3062
|
+
imports.wbg.__wbg_setdepthstencilattachment_ef75a68ffe787e5a = function(arg0, arg1) {
|
|
3086
3063
|
arg0.depthStencilAttachment = arg1;
|
|
3087
3064
|
};
|
|
3088
|
-
imports.wbg.
|
|
3065
|
+
imports.wbg.__wbg_setdepthstoreop_a7eddf1211b8cf40 = function(arg0, arg1) {
|
|
3089
3066
|
arg0.depthStoreOp = __wbindgen_enum_GpuStoreOp[arg1];
|
|
3090
3067
|
};
|
|
3091
|
-
imports.wbg.
|
|
3068
|
+
imports.wbg.__wbg_setdepthwriteenabled_acc3c3e7425182f8 = function(arg0, arg1) {
|
|
3092
3069
|
arg0.depthWriteEnabled = arg1 !== 0;
|
|
3093
3070
|
};
|
|
3094
3071
|
imports.wbg.__wbg_setdescription_d1194da3c0c55b20 = function(arg0, arg1) {
|
|
3095
3072
|
arg0.description = arg1;
|
|
3096
3073
|
};
|
|
3097
|
-
imports.wbg.
|
|
3074
|
+
imports.wbg.__wbg_setdevice_44b06c4615b5e253 = function(arg0, arg1) {
|
|
3098
3075
|
arg0.device = arg1;
|
|
3099
3076
|
};
|
|
3100
|
-
imports.wbg.
|
|
3077
|
+
imports.wbg.__wbg_setdimension_1e40af745768ac00 = function(arg0, arg1) {
|
|
3101
3078
|
arg0.dimension = __wbindgen_enum_GpuTextureDimension[arg1];
|
|
3102
3079
|
};
|
|
3103
|
-
imports.wbg.
|
|
3080
|
+
imports.wbg.__wbg_setdimension_8523a7df804e7839 = function(arg0, arg1) {
|
|
3104
3081
|
arg0.dimension = __wbindgen_enum_GpuTextureViewDimension[arg1];
|
|
3105
3082
|
};
|
|
3106
3083
|
imports.wbg.__wbg_setdownload_2af133b91eb04665 = function(arg0, arg1, arg2) {
|
|
3107
3084
|
arg0.download = getStringFromWasm0(arg1, arg2);
|
|
3108
3085
|
};
|
|
3109
|
-
imports.wbg.
|
|
3086
|
+
imports.wbg.__wbg_setdstfactor_f1f99957519ecc26 = function(arg0, arg1) {
|
|
3110
3087
|
arg0.dstFactor = __wbindgen_enum_GpuBlendFactor[arg1];
|
|
3111
3088
|
};
|
|
3112
3089
|
imports.wbg.__wbg_setduration_f91e800f7c5f3e7b = function(arg0, arg1) {
|
|
3113
3090
|
arg0.duration = arg1;
|
|
3114
3091
|
};
|
|
3115
|
-
imports.wbg.
|
|
3092
|
+
imports.wbg.__wbg_setendofpasswriteindex_7e0b2037985d92b3 = function(arg0, arg1) {
|
|
3116
3093
|
arg0.endOfPassWriteIndex = arg1 >>> 0;
|
|
3117
3094
|
};
|
|
3118
|
-
imports.wbg.
|
|
3095
|
+
imports.wbg.__wbg_setentries_5ebe60dce5e74a0b = function(arg0, arg1) {
|
|
3119
3096
|
arg0.entries = arg1;
|
|
3120
3097
|
};
|
|
3121
|
-
imports.wbg.
|
|
3098
|
+
imports.wbg.__wbg_setentries_9e330e1730f04662 = function(arg0, arg1) {
|
|
3122
3099
|
arg0.entries = arg1;
|
|
3123
3100
|
};
|
|
3124
|
-
imports.wbg.
|
|
3101
|
+
imports.wbg.__wbg_setentrypoint_0a1a32e09949ab1d = function(arg0, arg1, arg2) {
|
|
3125
3102
|
arg0.entryPoint = getStringFromWasm0(arg1, arg2);
|
|
3126
3103
|
};
|
|
3127
|
-
imports.wbg.
|
|
3104
|
+
imports.wbg.__wbg_setentrypoint_f8a6dd312fc366f9 = function(arg0, arg1, arg2) {
|
|
3128
3105
|
arg0.entryPoint = getStringFromWasm0(arg1, arg2);
|
|
3129
3106
|
};
|
|
3130
3107
|
imports.wbg.__wbg_seterror_4ce8a2ad7ee75507 = function(arg0, arg1) {
|
|
3131
3108
|
arg0.error = arg1;
|
|
3132
3109
|
};
|
|
3133
|
-
imports.wbg.
|
|
3110
|
+
imports.wbg.__wbg_setexternaltexture_c45a65eda8f1c7e7 = function(arg0, arg1) {
|
|
3111
|
+
arg0.externalTexture = arg1;
|
|
3112
|
+
};
|
|
3113
|
+
imports.wbg.__wbg_setfailop_30e3f1483250eade = function(arg0, arg1) {
|
|
3134
3114
|
arg0.failOp = __wbindgen_enum_GpuStencilOperation[arg1];
|
|
3135
3115
|
};
|
|
3136
|
-
imports.wbg.
|
|
3116
|
+
imports.wbg.__wbg_setflipy_008d87fb5d2aaed0 = function(arg0, arg1) {
|
|
3137
3117
|
arg0.flipY = arg1 !== 0;
|
|
3138
3118
|
};
|
|
3139
|
-
imports.wbg.
|
|
3119
|
+
imports.wbg.__wbg_setformat_071b082598e71ae2 = function(arg0, arg1) {
|
|
3140
3120
|
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
3141
3121
|
};
|
|
3142
|
-
imports.wbg.
|
|
3122
|
+
imports.wbg.__wbg_setformat_2a57c4eddb717f46 = function(arg0, arg1) {
|
|
3143
3123
|
arg0.format = __wbindgen_enum_GpuVertexFormat[arg1];
|
|
3144
3124
|
};
|
|
3145
|
-
imports.wbg.
|
|
3125
|
+
imports.wbg.__wbg_setformat_45c59d08eefdcb12 = function(arg0, arg1) {
|
|
3146
3126
|
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
3147
3127
|
};
|
|
3148
|
-
imports.wbg.
|
|
3128
|
+
imports.wbg.__wbg_setformat_71f884d31aabe541 = function(arg0, arg1) {
|
|
3149
3129
|
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
3150
3130
|
};
|
|
3151
|
-
imports.wbg.
|
|
3131
|
+
imports.wbg.__wbg_setformat_726ed8f81a287fdc = function(arg0, arg1) {
|
|
3152
3132
|
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
3153
3133
|
};
|
|
3154
|
-
imports.wbg.
|
|
3134
|
+
imports.wbg.__wbg_setformat_8530b9d25ea51775 = function(arg0, arg1) {
|
|
3155
3135
|
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
3156
3136
|
};
|
|
3157
|
-
imports.wbg.
|
|
3137
|
+
imports.wbg.__wbg_setformat_d5c08abcb3a02a26 = function(arg0, arg1) {
|
|
3158
3138
|
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
3159
3139
|
};
|
|
3160
|
-
imports.wbg.
|
|
3140
|
+
imports.wbg.__wbg_setfragment_a6d6aa2f648896c5 = function(arg0, arg1) {
|
|
3161
3141
|
arg0.fragment = arg1;
|
|
3162
3142
|
};
|
|
3163
|
-
imports.wbg.
|
|
3143
|
+
imports.wbg.__wbg_setfrontface_fccdd9171df26b56 = function(arg0, arg1) {
|
|
3164
3144
|
arg0.frontFace = __wbindgen_enum_GpuFrontFace[arg1];
|
|
3165
3145
|
};
|
|
3166
|
-
imports.wbg.
|
|
3146
|
+
imports.wbg.__wbg_setg_d7b95d11c12af1cb = function(arg0, arg1) {
|
|
3167
3147
|
arg0.g = arg1;
|
|
3168
3148
|
};
|
|
3169
3149
|
imports.wbg.__wbg_sethardwareacceleration_15f40e3173e2e8b7 = function(arg0, arg1) {
|
|
3170
3150
|
arg0.hardwareAcceleration = __wbindgen_enum_HardwareAcceleration[arg1];
|
|
3171
3151
|
};
|
|
3172
|
-
imports.wbg.
|
|
3152
|
+
imports.wbg.__wbg_sethasdynamicoffset_dcbae080558be467 = function(arg0, arg1) {
|
|
3173
3153
|
arg0.hasDynamicOffset = arg1 !== 0;
|
|
3174
3154
|
};
|
|
3175
3155
|
imports.wbg.__wbg_setheaders_834c0bdb6a8949ad = function(arg0, arg1) {
|
|
3176
3156
|
arg0.headers = arg1;
|
|
3177
3157
|
};
|
|
3178
|
-
imports.wbg.
|
|
3158
|
+
imports.wbg.__wbg_setheight_28e79506f626af82 = function(arg0, arg1) {
|
|
3179
3159
|
arg0.height = arg1 >>> 0;
|
|
3180
3160
|
};
|
|
3181
|
-
imports.wbg.
|
|
3161
|
+
imports.wbg.__wbg_setheight_433680330c9420c3 = function(arg0, arg1) {
|
|
3182
3162
|
arg0.height = arg1 >>> 0;
|
|
3183
3163
|
};
|
|
3184
3164
|
imports.wbg.__wbg_setheight_da683a33fa99843c = function(arg0, arg1) {
|
|
@@ -3199,124 +3179,124 @@ export default function() {
|
|
|
3199
3179
|
imports.wbg.__wbg_setintegrity_564a2397cf837760 = function(arg0, arg1, arg2) {
|
|
3200
3180
|
arg0.integrity = getStringFromWasm0(arg1, arg2);
|
|
3201
3181
|
};
|
|
3202
|
-
imports.wbg.
|
|
3182
|
+
imports.wbg.__wbg_setlabel_1183ccaccddf4c32 = function(arg0, arg1, arg2) {
|
|
3203
3183
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
3204
3184
|
};
|
|
3205
|
-
imports.wbg.
|
|
3185
|
+
imports.wbg.__wbg_setlabel_3d8a20f328073061 = function(arg0, arg1, arg2) {
|
|
3206
3186
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
3207
3187
|
};
|
|
3208
|
-
imports.wbg.
|
|
3188
|
+
imports.wbg.__wbg_setlabel_53b47ffdebccf638 = function(arg0, arg1, arg2) {
|
|
3209
3189
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
3210
3190
|
};
|
|
3211
|
-
imports.wbg.
|
|
3191
|
+
imports.wbg.__wbg_setlabel_6d317656a2b3dea6 = function(arg0, arg1, arg2) {
|
|
3212
3192
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
3213
3193
|
};
|
|
3214
|
-
imports.wbg.
|
|
3194
|
+
imports.wbg.__wbg_setlabel_7ffda3ed69c72b85 = function(arg0, arg1, arg2) {
|
|
3215
3195
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
3216
3196
|
};
|
|
3217
|
-
imports.wbg.
|
|
3197
|
+
imports.wbg.__wbg_setlabel_828e6fe16c83ad61 = function(arg0, arg1, arg2) {
|
|
3218
3198
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
3219
3199
|
};
|
|
3220
|
-
imports.wbg.
|
|
3200
|
+
imports.wbg.__wbg_setlabel_95bae3d54f33d3c6 = function(arg0, arg1, arg2) {
|
|
3221
3201
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
3222
3202
|
};
|
|
3223
|
-
imports.wbg.
|
|
3203
|
+
imports.wbg.__wbg_setlabel_a1c8caea9f6c17d7 = function(arg0, arg1, arg2) {
|
|
3224
3204
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
3225
3205
|
};
|
|
3226
|
-
imports.wbg.
|
|
3206
|
+
imports.wbg.__wbg_setlabel_a3e682ef8c10c947 = function(arg0, arg1, arg2) {
|
|
3227
3207
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
3228
3208
|
};
|
|
3229
|
-
imports.wbg.
|
|
3209
|
+
imports.wbg.__wbg_setlabel_c7426807cb0ab0d7 = function(arg0, arg1, arg2) {
|
|
3230
3210
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
3231
3211
|
};
|
|
3232
|
-
imports.wbg.
|
|
3212
|
+
imports.wbg.__wbg_setlabel_c880c612e67bf9d9 = function(arg0, arg1, arg2) {
|
|
3233
3213
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
3234
3214
|
};
|
|
3235
|
-
imports.wbg.
|
|
3215
|
+
imports.wbg.__wbg_setlabel_d5ff85faa53a8c67 = function(arg0, arg1, arg2) {
|
|
3236
3216
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
3237
3217
|
};
|
|
3238
|
-
imports.wbg.
|
|
3218
|
+
imports.wbg.__wbg_setlabel_eb73d9dd282c005a = function(arg0, arg1, arg2) {
|
|
3239
3219
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
3240
3220
|
};
|
|
3241
|
-
imports.wbg.
|
|
3221
|
+
imports.wbg.__wbg_setlayout_38ee34b009072f0c = function(arg0, arg1) {
|
|
3242
3222
|
arg0.layout = arg1;
|
|
3243
3223
|
};
|
|
3244
|
-
imports.wbg.
|
|
3224
|
+
imports.wbg.__wbg_setlayout_a9aebce493b15bfb = function(arg0, arg1) {
|
|
3245
3225
|
arg0.layout = arg1;
|
|
3246
3226
|
};
|
|
3247
|
-
imports.wbg.
|
|
3227
|
+
imports.wbg.__wbg_setloadop_15883d29f266b084 = function(arg0, arg1) {
|
|
3248
3228
|
arg0.loadOp = __wbindgen_enum_GpuLoadOp[arg1];
|
|
3249
3229
|
};
|
|
3250
|
-
imports.wbg.
|
|
3230
|
+
imports.wbg.__wbg_setlodmaxclamp_f1429df82c4b3ea8 = function(arg0, arg1) {
|
|
3251
3231
|
arg0.lodMaxClamp = arg1;
|
|
3252
3232
|
};
|
|
3253
|
-
imports.wbg.
|
|
3233
|
+
imports.wbg.__wbg_setlodminclamp_9609dff5684c3fe5 = function(arg0, arg1) {
|
|
3254
3234
|
arg0.lodMinClamp = arg1;
|
|
3255
3235
|
};
|
|
3256
|
-
imports.wbg.
|
|
3236
|
+
imports.wbg.__wbg_setmagfilter_b97a014d5bdb96e4 = function(arg0, arg1) {
|
|
3257
3237
|
arg0.magFilter = __wbindgen_enum_GpuFilterMode[arg1];
|
|
3258
3238
|
};
|
|
3259
|
-
imports.wbg.
|
|
3239
|
+
imports.wbg.__wbg_setmappedatcreation_37dd8bbd1a910924 = function(arg0, arg1) {
|
|
3260
3240
|
arg0.mappedAtCreation = arg1 !== 0;
|
|
3261
3241
|
};
|
|
3262
|
-
imports.wbg.
|
|
3242
|
+
imports.wbg.__wbg_setmask_60410c7f40b0fe24 = function(arg0, arg1) {
|
|
3263
3243
|
arg0.mask = arg1 >>> 0;
|
|
3264
3244
|
};
|
|
3265
|
-
imports.wbg.
|
|
3245
|
+
imports.wbg.__wbg_setmaxanisotropy_cae2737696b22ee1 = function(arg0, arg1) {
|
|
3266
3246
|
arg0.maxAnisotropy = arg1;
|
|
3267
3247
|
};
|
|
3268
3248
|
imports.wbg.__wbg_setmethod_3c5280fe5d890842 = function(arg0, arg1, arg2) {
|
|
3269
3249
|
arg0.method = getStringFromWasm0(arg1, arg2);
|
|
3270
3250
|
};
|
|
3271
|
-
imports.wbg.
|
|
3251
|
+
imports.wbg.__wbg_setminbindingsize_f7d3351b78c71fbc = function(arg0, arg1) {
|
|
3272
3252
|
arg0.minBindingSize = arg1;
|
|
3273
3253
|
};
|
|
3274
|
-
imports.wbg.
|
|
3254
|
+
imports.wbg.__wbg_setminfilter_386c520cd285c6b2 = function(arg0, arg1) {
|
|
3275
3255
|
arg0.minFilter = __wbindgen_enum_GpuFilterMode[arg1];
|
|
3276
3256
|
};
|
|
3277
|
-
imports.wbg.
|
|
3257
|
+
imports.wbg.__wbg_setmiplevel_4adfe9f0872d052d = function(arg0, arg1) {
|
|
3278
3258
|
arg0.mipLevel = arg1 >>> 0;
|
|
3279
3259
|
};
|
|
3280
|
-
imports.wbg.
|
|
3260
|
+
imports.wbg.__wbg_setmiplevel_d5e9c11736d336c5 = function(arg0, arg1) {
|
|
3281
3261
|
arg0.mipLevel = arg1 >>> 0;
|
|
3282
3262
|
};
|
|
3283
|
-
imports.wbg.
|
|
3263
|
+
imports.wbg.__wbg_setmiplevelcount_3368440f1c3c34b9 = function(arg0, arg1) {
|
|
3284
3264
|
arg0.mipLevelCount = arg1 >>> 0;
|
|
3285
3265
|
};
|
|
3286
|
-
imports.wbg.
|
|
3266
|
+
imports.wbg.__wbg_setmiplevelcount_9de96fe0db85420d = function(arg0, arg1) {
|
|
3287
3267
|
arg0.mipLevelCount = arg1 >>> 0;
|
|
3288
3268
|
};
|
|
3289
|
-
imports.wbg.
|
|
3269
|
+
imports.wbg.__wbg_setmipmapfilter_ba0ff5e3e86bc573 = function(arg0, arg1) {
|
|
3290
3270
|
arg0.mipmapFilter = __wbindgen_enum_GpuMipmapFilterMode[arg1];
|
|
3291
3271
|
};
|
|
3292
3272
|
imports.wbg.__wbg_setmode_5dc300b865044b65 = function(arg0, arg1) {
|
|
3293
3273
|
arg0.mode = __wbindgen_enum_RequestMode[arg1];
|
|
3294
3274
|
};
|
|
3295
|
-
imports.wbg.
|
|
3275
|
+
imports.wbg.__wbg_setmodule_4a8baf88303e8712 = function(arg0, arg1) {
|
|
3296
3276
|
arg0.module = arg1;
|
|
3297
3277
|
};
|
|
3298
|
-
imports.wbg.
|
|
3278
|
+
imports.wbg.__wbg_setmodule_871baa111fc4d61b = function(arg0, arg1) {
|
|
3299
3279
|
arg0.module = arg1;
|
|
3300
3280
|
};
|
|
3301
3281
|
imports.wbg.__wbg_setmultiple_1b3b3f243cda56b2 = function(arg0, arg1) {
|
|
3302
3282
|
arg0.multiple = arg1 !== 0;
|
|
3303
3283
|
};
|
|
3304
|
-
imports.wbg.
|
|
3284
|
+
imports.wbg.__wbg_setmultisample_d07e1d64727f8cc6 = function(arg0, arg1) {
|
|
3305
3285
|
arg0.multisample = arg1;
|
|
3306
3286
|
};
|
|
3307
|
-
imports.wbg.
|
|
3287
|
+
imports.wbg.__wbg_setmultisampled_dc1cdd807d0170e1 = function(arg0, arg1) {
|
|
3308
3288
|
arg0.multisampled = arg1 !== 0;
|
|
3309
3289
|
};
|
|
3310
|
-
imports.wbg.
|
|
3290
|
+
imports.wbg.__wbg_setoffset_49dfc93674b6347b = function(arg0, arg1) {
|
|
3311
3291
|
arg0.offset = arg1;
|
|
3312
3292
|
};
|
|
3313
|
-
imports.wbg.
|
|
3293
|
+
imports.wbg.__wbg_setoffset_51eb43b37f1e9525 = function(arg0, arg1) {
|
|
3314
3294
|
arg0.offset = arg1;
|
|
3315
3295
|
};
|
|
3316
|
-
imports.wbg.
|
|
3296
|
+
imports.wbg.__wbg_setoffset_a0d9f31cd1585a78 = function(arg0, arg1) {
|
|
3317
3297
|
arg0.offset = arg1;
|
|
3318
3298
|
};
|
|
3319
|
-
imports.wbg.
|
|
3299
|
+
imports.wbg.__wbg_setoffset_a90a41961b1df9b4 = function(arg0, arg1) {
|
|
3320
3300
|
arg0.offset = arg1;
|
|
3321
3301
|
};
|
|
3322
3302
|
imports.wbg.__wbg_setonce_0cb80aea26303a35 = function(arg0, arg1) {
|
|
@@ -3328,43 +3308,43 @@ export default function() {
|
|
|
3328
3308
|
imports.wbg.__wbg_setonload_1302417ca59f658b = function(arg0, arg1) {
|
|
3329
3309
|
arg0.onload = arg1;
|
|
3330
3310
|
};
|
|
3331
|
-
imports.wbg.
|
|
3311
|
+
imports.wbg.__wbg_setonuncapturederror_a15ab4f8fa2275bd = function(arg0, arg1) {
|
|
3332
3312
|
arg0.onuncapturederror = arg1;
|
|
3333
3313
|
};
|
|
3334
|
-
imports.wbg.
|
|
3314
|
+
imports.wbg.__wbg_setoperation_2bbceba9621b7980 = function(arg0, arg1) {
|
|
3335
3315
|
arg0.operation = __wbindgen_enum_GpuBlendOperation[arg1];
|
|
3336
3316
|
};
|
|
3337
3317
|
imports.wbg.__wbg_setoptimizeforlatency_0bccf9d26e3e2224 = function(arg0, arg1) {
|
|
3338
3318
|
arg0.optimizeForLatency = arg1 !== 0;
|
|
3339
3319
|
};
|
|
3340
|
-
imports.wbg.
|
|
3320
|
+
imports.wbg.__wbg_setorigin_154a83d3703121d7 = function(arg0, arg1) {
|
|
3341
3321
|
arg0.origin = arg1;
|
|
3342
3322
|
};
|
|
3343
|
-
imports.wbg.
|
|
3323
|
+
imports.wbg.__wbg_setorigin_ab13e52b07b09d8c = function(arg0, arg1) {
|
|
3344
3324
|
arg0.origin = arg1;
|
|
3345
3325
|
};
|
|
3346
|
-
imports.wbg.
|
|
3326
|
+
imports.wbg.__wbg_setorigin_d15b59e96b22426e = function(arg0, arg1) {
|
|
3347
3327
|
arg0.origin = arg1;
|
|
3348
3328
|
};
|
|
3349
3329
|
imports.wbg.__wbg_setoutput_ff9dc597ad64d749 = function(arg0, arg1) {
|
|
3350
3330
|
arg0.output = arg1;
|
|
3351
3331
|
};
|
|
3352
|
-
imports.wbg.
|
|
3332
|
+
imports.wbg.__wbg_setpassop_57a439a73e0295e2 = function(arg0, arg1) {
|
|
3353
3333
|
arg0.passOp = __wbindgen_enum_GpuStencilOperation[arg1];
|
|
3354
3334
|
};
|
|
3355
|
-
imports.wbg.
|
|
3335
|
+
imports.wbg.__wbg_setpowerpreference_229fffedb859fda8 = function(arg0, arg1) {
|
|
3356
3336
|
arg0.powerPreference = __wbindgen_enum_GpuPowerPreference[arg1];
|
|
3357
3337
|
};
|
|
3358
|
-
imports.wbg.
|
|
3338
|
+
imports.wbg.__wbg_setpremultipliedalpha_13fd3c2f95d2a27a = function(arg0, arg1) {
|
|
3359
3339
|
arg0.premultipliedAlpha = arg1 !== 0;
|
|
3360
3340
|
};
|
|
3361
|
-
imports.wbg.
|
|
3341
|
+
imports.wbg.__wbg_setprimitive_6c50407f92440018 = function(arg0, arg1) {
|
|
3362
3342
|
arg0.primitive = arg1;
|
|
3363
3343
|
};
|
|
3364
|
-
imports.wbg.
|
|
3344
|
+
imports.wbg.__wbg_setqueryset_1f0efa5a49a1b2ad = function(arg0, arg1) {
|
|
3365
3345
|
arg0.querySet = arg1;
|
|
3366
3346
|
};
|
|
3367
|
-
imports.wbg.
|
|
3347
|
+
imports.wbg.__wbg_setr_6ad5c6f67a5f5a57 = function(arg0, arg1) {
|
|
3368
3348
|
arg0.r = arg1;
|
|
3369
3349
|
};
|
|
3370
3350
|
imports.wbg.__wbg_setredirect_40e6a7f717a2f86a = function(arg0, arg1) {
|
|
@@ -3376,113 +3356,113 @@ export default function() {
|
|
|
3376
3356
|
imports.wbg.__wbg_setreferrerpolicy_b73612479f761b6f = function(arg0, arg1) {
|
|
3377
3357
|
arg0.referrerPolicy = __wbindgen_enum_ReferrerPolicy[arg1];
|
|
3378
3358
|
};
|
|
3379
|
-
imports.wbg.
|
|
3359
|
+
imports.wbg.__wbg_setrequiredfeatures_8135f6ab89e06b58 = function(arg0, arg1) {
|
|
3380
3360
|
arg0.requiredFeatures = arg1;
|
|
3381
3361
|
};
|
|
3382
|
-
imports.wbg.
|
|
3362
|
+
imports.wbg.__wbg_setresolvetarget_95ee5e55e47822ff = function(arg0, arg1) {
|
|
3383
3363
|
arg0.resolveTarget = arg1;
|
|
3384
3364
|
};
|
|
3385
|
-
imports.wbg.
|
|
3365
|
+
imports.wbg.__wbg_setresource_97233a9ead07e4bc = function(arg0, arg1) {
|
|
3386
3366
|
arg0.resource = arg1;
|
|
3387
3367
|
};
|
|
3388
|
-
imports.wbg.
|
|
3368
|
+
imports.wbg.__wbg_setrowsperimage_b2e56467282d270a = function(arg0, arg1) {
|
|
3389
3369
|
arg0.rowsPerImage = arg1 >>> 0;
|
|
3390
3370
|
};
|
|
3391
|
-
imports.wbg.
|
|
3371
|
+
imports.wbg.__wbg_setrowsperimage_ca194ae8c040a0d0 = function(arg0, arg1) {
|
|
3392
3372
|
arg0.rowsPerImage = arg1 >>> 0;
|
|
3393
3373
|
};
|
|
3394
|
-
imports.wbg.
|
|
3374
|
+
imports.wbg.__wbg_setsamplecount_df26d31cf04a57d8 = function(arg0, arg1) {
|
|
3395
3375
|
arg0.sampleCount = arg1 >>> 0;
|
|
3396
3376
|
};
|
|
3397
|
-
imports.wbg.
|
|
3377
|
+
imports.wbg.__wbg_setsampler_43a3dd77c3b0a5ba = function(arg0, arg1) {
|
|
3398
3378
|
arg0.sampler = arg1;
|
|
3399
3379
|
};
|
|
3400
|
-
imports.wbg.
|
|
3380
|
+
imports.wbg.__wbg_setsampletype_5671a405c6474494 = function(arg0, arg1) {
|
|
3401
3381
|
arg0.sampleType = __wbindgen_enum_GpuTextureSampleType[arg1];
|
|
3402
3382
|
};
|
|
3403
|
-
imports.wbg.
|
|
3383
|
+
imports.wbg.__wbg_setshaderlocation_99975e71b887d57f = function(arg0, arg1) {
|
|
3404
3384
|
arg0.shaderLocation = arg1 >>> 0;
|
|
3405
3385
|
};
|
|
3406
3386
|
imports.wbg.__wbg_setsignal_75b21ef3a81de905 = function(arg0, arg1) {
|
|
3407
3387
|
arg0.signal = arg1;
|
|
3408
3388
|
};
|
|
3409
|
-
imports.wbg.
|
|
3389
|
+
imports.wbg.__wbg_setsize_1a3d1e3a2e547ec1 = function(arg0, arg1) {
|
|
3410
3390
|
arg0.size = arg1;
|
|
3411
3391
|
};
|
|
3412
|
-
imports.wbg.
|
|
3392
|
+
imports.wbg.__wbg_setsize_a45dd219534f95ed = function(arg0, arg1) {
|
|
3413
3393
|
arg0.size = arg1;
|
|
3414
3394
|
};
|
|
3415
|
-
imports.wbg.
|
|
3395
|
+
imports.wbg.__wbg_setsize_e0576eacd9f11fed = function(arg0, arg1) {
|
|
3416
3396
|
arg0.size = arg1;
|
|
3417
3397
|
};
|
|
3418
|
-
imports.wbg.
|
|
3398
|
+
imports.wbg.__wbg_setsource_51c596d0bb04f207 = function(arg0, arg1) {
|
|
3419
3399
|
arg0.source = arg1;
|
|
3420
3400
|
};
|
|
3421
|
-
imports.wbg.
|
|
3401
|
+
imports.wbg.__wbg_setsrcfactor_368c2472010737bf = function(arg0, arg1) {
|
|
3422
3402
|
arg0.srcFactor = __wbindgen_enum_GpuBlendFactor[arg1];
|
|
3423
3403
|
};
|
|
3424
|
-
imports.wbg.
|
|
3404
|
+
imports.wbg.__wbg_setstencilback_c70185d4a7d8b41f = function(arg0, arg1) {
|
|
3425
3405
|
arg0.stencilBack = arg1;
|
|
3426
3406
|
};
|
|
3427
|
-
imports.wbg.
|
|
3407
|
+
imports.wbg.__wbg_setstencilclearvalue_1580738072a672c0 = function(arg0, arg1) {
|
|
3428
3408
|
arg0.stencilClearValue = arg1 >>> 0;
|
|
3429
3409
|
};
|
|
3430
|
-
imports.wbg.
|
|
3410
|
+
imports.wbg.__wbg_setstencilfront_dc4230c3548ea7f6 = function(arg0, arg1) {
|
|
3431
3411
|
arg0.stencilFront = arg1;
|
|
3432
3412
|
};
|
|
3433
|
-
imports.wbg.
|
|
3413
|
+
imports.wbg.__wbg_setstencilloadop_8486231257ee81bf = function(arg0, arg1) {
|
|
3434
3414
|
arg0.stencilLoadOp = __wbindgen_enum_GpuLoadOp[arg1];
|
|
3435
3415
|
};
|
|
3436
|
-
imports.wbg.
|
|
3416
|
+
imports.wbg.__wbg_setstencilreadmask_027558153bfc424b = function(arg0, arg1) {
|
|
3437
3417
|
arg0.stencilReadMask = arg1 >>> 0;
|
|
3438
3418
|
};
|
|
3439
|
-
imports.wbg.
|
|
3419
|
+
imports.wbg.__wbg_setstencilreadonly_3f415ad876ffa592 = function(arg0, arg1) {
|
|
3440
3420
|
arg0.stencilReadOnly = arg1 !== 0;
|
|
3441
3421
|
};
|
|
3442
|
-
imports.wbg.
|
|
3422
|
+
imports.wbg.__wbg_setstencilstoreop_39fcdf3cc001e427 = function(arg0, arg1) {
|
|
3443
3423
|
arg0.stencilStoreOp = __wbindgen_enum_GpuStoreOp[arg1];
|
|
3444
3424
|
};
|
|
3445
|
-
imports.wbg.
|
|
3425
|
+
imports.wbg.__wbg_setstencilwritemask_6018d5b786f024b1 = function(arg0, arg1) {
|
|
3446
3426
|
arg0.stencilWriteMask = arg1 >>> 0;
|
|
3447
3427
|
};
|
|
3448
|
-
imports.wbg.
|
|
3428
|
+
imports.wbg.__wbg_setstepmode_3b73fd4c54248ad9 = function(arg0, arg1) {
|
|
3449
3429
|
arg0.stepMode = __wbindgen_enum_GpuVertexStepMode[arg1];
|
|
3450
3430
|
};
|
|
3451
|
-
imports.wbg.
|
|
3431
|
+
imports.wbg.__wbg_setstoragetexture_4853479f6eb61a57 = function(arg0, arg1) {
|
|
3452
3432
|
arg0.storageTexture = arg1;
|
|
3453
3433
|
};
|
|
3454
|
-
imports.wbg.
|
|
3434
|
+
imports.wbg.__wbg_setstoreop_0e46dbc6c9712fbb = function(arg0, arg1) {
|
|
3455
3435
|
arg0.storeOp = __wbindgen_enum_GpuStoreOp[arg1];
|
|
3456
3436
|
};
|
|
3457
|
-
imports.wbg.
|
|
3437
|
+
imports.wbg.__wbg_setstripindexformat_be4689e628d10d25 = function(arg0, arg1) {
|
|
3458
3438
|
arg0.stripIndexFormat = __wbindgen_enum_GpuIndexFormat[arg1];
|
|
3459
3439
|
};
|
|
3460
3440
|
imports.wbg.__wbg_settabIndex_31adfec3c7eafbce = function(arg0, arg1) {
|
|
3461
3441
|
arg0.tabIndex = arg1;
|
|
3462
3442
|
};
|
|
3463
|
-
imports.wbg.
|
|
3443
|
+
imports.wbg.__wbg_settargets_c52d21117ec2cbc0 = function(arg0, arg1) {
|
|
3464
3444
|
arg0.targets = arg1;
|
|
3465
3445
|
};
|
|
3466
|
-
imports.wbg.
|
|
3446
|
+
imports.wbg.__wbg_settexture_5f219a723eb7db43 = function(arg0, arg1) {
|
|
3467
3447
|
arg0.texture = arg1;
|
|
3468
3448
|
};
|
|
3469
|
-
imports.wbg.
|
|
3449
|
+
imports.wbg.__wbg_settexture_84c4ac5434a9ddb5 = function(arg0, arg1) {
|
|
3470
3450
|
arg0.texture = arg1;
|
|
3471
3451
|
};
|
|
3472
|
-
imports.wbg.
|
|
3452
|
+
imports.wbg.__wbg_settexture_d38fb0ac5c8a7504 = function(arg0, arg1) {
|
|
3473
3453
|
arg0.texture = arg1;
|
|
3474
3454
|
};
|
|
3475
3455
|
imports.wbg.__wbg_settimestamp_fea9915c542831dc = function(arg0, arg1) {
|
|
3476
3456
|
arg0.timestamp = arg1;
|
|
3477
3457
|
};
|
|
3478
|
-
imports.wbg.
|
|
3458
|
+
imports.wbg.__wbg_settimestampwrites_9c3e9dd8a3e800a1 = function(arg0, arg1) {
|
|
3479
3459
|
arg0.timestampWrites = arg1;
|
|
3480
3460
|
};
|
|
3481
|
-
imports.wbg.
|
|
3461
|
+
imports.wbg.__wbg_settopology_0c9fa83132042031 = function(arg0, arg1) {
|
|
3482
3462
|
arg0.topology = __wbindgen_enum_GpuPrimitiveTopology[arg1];
|
|
3483
3463
|
};
|
|
3484
|
-
imports.wbg.
|
|
3485
|
-
arg0.type =
|
|
3464
|
+
imports.wbg.__wbg_settype_0a9fcee42b714ba8 = function(arg0, arg1) {
|
|
3465
|
+
arg0.type = __wbindgen_enum_GpuBufferBindingType[arg1];
|
|
3486
3466
|
};
|
|
3487
3467
|
imports.wbg.__wbg_settype_2a902a4a235bb64a = function(arg0, arg1, arg2) {
|
|
3488
3468
|
arg0.type = getStringFromWasm0(arg1, arg2);
|
|
@@ -3493,49 +3473,52 @@ export default function() {
|
|
|
3493
3473
|
imports.wbg.__wbg_settype_4982e42c05ec7507 = function(arg0, arg1) {
|
|
3494
3474
|
arg0.type = __wbindgen_enum_EncodedVideoChunkType[arg1];
|
|
3495
3475
|
};
|
|
3496
|
-
imports.wbg.
|
|
3497
|
-
arg0.type =
|
|
3476
|
+
imports.wbg.__wbg_settype_ba111b7f1813a222 = function(arg0, arg1) {
|
|
3477
|
+
arg0.type = __wbindgen_enum_GpuSamplerBindingType[arg1];
|
|
3498
3478
|
};
|
|
3499
|
-
imports.wbg.
|
|
3479
|
+
imports.wbg.__wbg_setunclippeddepth_b8bfc6ba4e566a5f = function(arg0, arg1) {
|
|
3480
|
+
arg0.unclippedDepth = arg1 !== 0;
|
|
3481
|
+
};
|
|
3482
|
+
imports.wbg.__wbg_setusage_0f3970011718ab12 = function(arg0, arg1) {
|
|
3500
3483
|
arg0.usage = arg1 >>> 0;
|
|
3501
3484
|
};
|
|
3502
|
-
imports.wbg.
|
|
3485
|
+
imports.wbg.__wbg_setusage_49bed7c9b47e7849 = function(arg0, arg1) {
|
|
3503
3486
|
arg0.usage = arg1 >>> 0;
|
|
3504
3487
|
};
|
|
3505
|
-
imports.wbg.
|
|
3488
|
+
imports.wbg.__wbg_setusage_7ffa4257ea250d02 = function(arg0, arg1) {
|
|
3506
3489
|
arg0.usage = arg1 >>> 0;
|
|
3507
3490
|
};
|
|
3508
|
-
imports.wbg.
|
|
3491
|
+
imports.wbg.__wbg_setusage_8a5ac4564d826d9d = function(arg0, arg1) {
|
|
3509
3492
|
arg0.usage = arg1 >>> 0;
|
|
3510
3493
|
};
|
|
3511
3494
|
imports.wbg.__wbg_setvalue_6ad9ef6c692ea746 = function(arg0, arg1, arg2) {
|
|
3512
3495
|
arg0.value = getStringFromWasm0(arg1, arg2);
|
|
3513
3496
|
};
|
|
3514
|
-
imports.wbg.
|
|
3497
|
+
imports.wbg.__wbg_setvertex_725cd211418aeffb = function(arg0, arg1) {
|
|
3515
3498
|
arg0.vertex = arg1;
|
|
3516
3499
|
};
|
|
3517
|
-
imports.wbg.
|
|
3500
|
+
imports.wbg.__wbg_setview_2ae2d88e6d071b88 = function(arg0, arg1) {
|
|
3518
3501
|
arg0.view = arg1;
|
|
3519
3502
|
};
|
|
3520
|
-
imports.wbg.
|
|
3503
|
+
imports.wbg.__wbg_setview_5db167adcc0d1b9c = function(arg0, arg1) {
|
|
3521
3504
|
arg0.view = arg1;
|
|
3522
3505
|
};
|
|
3523
|
-
imports.wbg.
|
|
3506
|
+
imports.wbg.__wbg_setviewdimension_2e3a58d96671f97a = function(arg0, arg1) {
|
|
3524
3507
|
arg0.viewDimension = __wbindgen_enum_GpuTextureViewDimension[arg1];
|
|
3525
3508
|
};
|
|
3526
|
-
imports.wbg.
|
|
3509
|
+
imports.wbg.__wbg_setviewdimension_88c1a47ce71f7839 = function(arg0, arg1) {
|
|
3527
3510
|
arg0.viewDimension = __wbindgen_enum_GpuTextureViewDimension[arg1];
|
|
3528
3511
|
};
|
|
3529
|
-
imports.wbg.
|
|
3512
|
+
imports.wbg.__wbg_setviewformats_dbd4d0d50ed403ff = function(arg0, arg1) {
|
|
3530
3513
|
arg0.viewFormats = arg1;
|
|
3531
3514
|
};
|
|
3532
|
-
imports.wbg.
|
|
3515
|
+
imports.wbg.__wbg_setviewformats_e21a9630b45aff68 = function(arg0, arg1) {
|
|
3533
3516
|
arg0.viewFormats = arg1;
|
|
3534
3517
|
};
|
|
3535
|
-
imports.wbg.
|
|
3518
|
+
imports.wbg.__wbg_setvisibility_f4f66940005e5c39 = function(arg0, arg1) {
|
|
3536
3519
|
arg0.visibility = arg1 >>> 0;
|
|
3537
3520
|
};
|
|
3538
|
-
imports.wbg.
|
|
3521
|
+
imports.wbg.__wbg_setwidth_64c5783b064042bc = function(arg0, arg1) {
|
|
3539
3522
|
arg0.width = arg1 >>> 0;
|
|
3540
3523
|
};
|
|
3541
3524
|
imports.wbg.__wbg_setwidth_660ca581e3fbe279 = function(arg0, arg1) {
|
|
@@ -3544,22 +3527,22 @@ export default function() {
|
|
|
3544
3527
|
imports.wbg.__wbg_setwidth_c5fed9f5e7f0b406 = function(arg0, arg1) {
|
|
3545
3528
|
arg0.width = arg1 >>> 0;
|
|
3546
3529
|
};
|
|
3547
|
-
imports.wbg.
|
|
3530
|
+
imports.wbg.__wbg_setwritemask_4198f874c5422156 = function(arg0, arg1) {
|
|
3548
3531
|
arg0.writeMask = arg1 >>> 0;
|
|
3549
3532
|
};
|
|
3550
|
-
imports.wbg.
|
|
3533
|
+
imports.wbg.__wbg_setx_6968babe18f3ff41 = function(arg0, arg1) {
|
|
3551
3534
|
arg0.x = arg1 >>> 0;
|
|
3552
3535
|
};
|
|
3553
|
-
imports.wbg.
|
|
3536
|
+
imports.wbg.__wbg_setx_d5236bf9391eb053 = function(arg0, arg1) {
|
|
3554
3537
|
arg0.x = arg1 >>> 0;
|
|
3555
3538
|
};
|
|
3556
|
-
imports.wbg.
|
|
3539
|
+
imports.wbg.__wbg_sety_413262ade3cc0d56 = function(arg0, arg1) {
|
|
3557
3540
|
arg0.y = arg1 >>> 0;
|
|
3558
3541
|
};
|
|
3559
|
-
imports.wbg.
|
|
3542
|
+
imports.wbg.__wbg_sety_e3dd79062e975415 = function(arg0, arg1) {
|
|
3560
3543
|
arg0.y = arg1 >>> 0;
|
|
3561
3544
|
};
|
|
3562
|
-
imports.wbg.
|
|
3545
|
+
imports.wbg.__wbg_setz_a136ba9bd16085f0 = function(arg0, arg1) {
|
|
3563
3546
|
arg0.z = arg1 >>> 0;
|
|
3564
3547
|
};
|
|
3565
3548
|
imports.wbg.__wbg_shaderSource_72d3e8597ef85b67 = function(arg0, arg1, arg2, arg3) {
|
|
@@ -3580,22 +3563,22 @@ export default function() {
|
|
|
3580
3563
|
const ret = arg0.signal;
|
|
3581
3564
|
return ret;
|
|
3582
3565
|
};
|
|
3583
|
-
imports.wbg.
|
|
3566
|
+
imports.wbg.__wbg_size_04e7b306340c55f9 = function(arg0) {
|
|
3584
3567
|
const ret = arg0.size;
|
|
3585
3568
|
return ret;
|
|
3586
3569
|
};
|
|
3587
|
-
imports.wbg.
|
|
3570
|
+
imports.wbg.__wbg_size_3808d41635a9c259 = function(arg0) {
|
|
3588
3571
|
const ret = arg0.size;
|
|
3589
3572
|
return ret;
|
|
3590
3573
|
};
|
|
3591
|
-
imports.wbg.
|
|
3574
|
+
imports.wbg.__wbg_stack_2be210a04826560e = function(arg0, arg1) {
|
|
3592
3575
|
const ret = arg1.stack;
|
|
3593
3576
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3594
3577
|
const len1 = WASM_VECTOR_LEN;
|
|
3595
3578
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
3596
3579
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
3597
3580
|
};
|
|
3598
|
-
imports.wbg.
|
|
3581
|
+
imports.wbg.__wbg_stack_ce508d4881a78479 = function(arg0, arg1) {
|
|
3599
3582
|
const ret = arg1.stack;
|
|
3600
3583
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3601
3584
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -3668,7 +3651,7 @@ export default function() {
|
|
|
3668
3651
|
const ret = JSON.stringify(arg0);
|
|
3669
3652
|
return ret;
|
|
3670
3653
|
}, arguments) };
|
|
3671
|
-
imports.wbg.
|
|
3654
|
+
imports.wbg.__wbg_structuredClone_c73424dfb6344679 = function() { return handleError(function (arg0) {
|
|
3672
3655
|
const ret = window.structuredClone(arg0);
|
|
3673
3656
|
return ret;
|
|
3674
3657
|
}, arguments) };
|
|
@@ -3676,11 +3659,7 @@ export default function() {
|
|
|
3676
3659
|
const ret = arg0.style;
|
|
3677
3660
|
return ret;
|
|
3678
3661
|
};
|
|
3679
|
-
imports.wbg.
|
|
3680
|
-
const ret = arg0.subarray(arg1 >>> 0, arg2 >>> 0);
|
|
3681
|
-
return ret;
|
|
3682
|
-
};
|
|
3683
|
-
imports.wbg.__wbg_submit_252766c4e0945cee = function(arg0, arg1) {
|
|
3662
|
+
imports.wbg.__wbg_submit_068b03683463d934 = function(arg0, arg1) {
|
|
3684
3663
|
arg0.submit(arg1);
|
|
3685
3664
|
};
|
|
3686
3665
|
imports.wbg.__wbg_texImage2D_57483314967bdd11 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
@@ -3790,7 +3769,7 @@ export default function() {
|
|
|
3790
3769
|
const ret = arg0.touches;
|
|
3791
3770
|
return ret;
|
|
3792
3771
|
};
|
|
3793
|
-
imports.wbg.
|
|
3772
|
+
imports.wbg.__wbg_trace_ac2dc39b5079cf86 = function(arg0, arg1) {
|
|
3794
3773
|
console.trace(getStringFromWasm0(arg0, arg1));
|
|
3795
3774
|
};
|
|
3796
3775
|
imports.wbg.__wbg_type_00566e0d2e337e2e = function(arg0, arg1) {
|
|
@@ -3912,7 +3891,7 @@ export default function() {
|
|
|
3912
3891
|
imports.wbg.__wbg_uniformMatrix4x3fv_6712c7a3b4276fb4 = function(arg0, arg1, arg2, arg3, arg4) {
|
|
3913
3892
|
arg0.uniformMatrix4x3fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
3914
3893
|
};
|
|
3915
|
-
imports.wbg.
|
|
3894
|
+
imports.wbg.__wbg_unmap_619e40c09473aed0 = function(arg0) {
|
|
3916
3895
|
arg0.unmap();
|
|
3917
3896
|
};
|
|
3918
3897
|
imports.wbg.__wbg_url_ae10c34ca209681d = function(arg0, arg1) {
|
|
@@ -3922,7 +3901,7 @@ export default function() {
|
|
|
3922
3901
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
3923
3902
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
3924
3903
|
};
|
|
3925
|
-
imports.wbg.
|
|
3904
|
+
imports.wbg.__wbg_usage_af514d644ba6fe62 = function(arg0) {
|
|
3926
3905
|
const ret = arg0.usage;
|
|
3927
3906
|
return ret;
|
|
3928
3907
|
};
|
|
@@ -3954,10 +3933,6 @@ export default function() {
|
|
|
3954
3933
|
const ret = arg0.value;
|
|
3955
3934
|
return ret;
|
|
3956
3935
|
};
|
|
3957
|
-
imports.wbg.__wbg_versions_c01dfd4722a88165 = function(arg0) {
|
|
3958
|
-
const ret = arg0.versions;
|
|
3959
|
-
return ret;
|
|
3960
|
-
};
|
|
3961
3936
|
imports.wbg.__wbg_vertexAttribDivisorANGLE_11e909d332960413 = function(arg0, arg1, arg2) {
|
|
3962
3937
|
arg0.vertexAttribDivisorANGLE(arg1 >>> 0, arg2 >>> 0);
|
|
3963
3938
|
};
|
|
@@ -3991,7 +3966,7 @@ export default function() {
|
|
|
3991
3966
|
imports.wbg.__wbg_viewport_e615e98f676f2d39 = function(arg0, arg1, arg2, arg3, arg4) {
|
|
3992
3967
|
arg0.viewport(arg1, arg2, arg3, arg4);
|
|
3993
3968
|
};
|
|
3994
|
-
imports.wbg.
|
|
3969
|
+
imports.wbg.__wbg_warn_623408a104675bf9 = function(arg0, arg1) {
|
|
3995
3970
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
3996
3971
|
};
|
|
3997
3972
|
imports.wbg.__wbg_width_4f334fc47ef03de1 = function(arg0) {
|
|
@@ -4018,14 +3993,14 @@ export default function() {
|
|
|
4018
3993
|
const ret = arg0.width;
|
|
4019
3994
|
return ret;
|
|
4020
3995
|
};
|
|
4021
|
-
imports.wbg.
|
|
3996
|
+
imports.wbg.__wbg_writeBuffer_b479dd5b90cd43eb = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
4022
3997
|
arg0.writeBuffer(arg1, arg2, arg3, arg4, arg5);
|
|
4023
3998
|
}, arguments) };
|
|
4024
3999
|
imports.wbg.__wbg_writeText_51c338e8ae4b85b9 = function(arg0, arg1, arg2) {
|
|
4025
4000
|
const ret = arg0.writeText(getStringFromWasm0(arg1, arg2));
|
|
4026
4001
|
return ret;
|
|
4027
4002
|
};
|
|
4028
|
-
imports.wbg.
|
|
4003
|
+
imports.wbg.__wbg_writeTexture_c70826cc2ae8e127 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
4029
4004
|
arg0.writeTexture(arg1, arg2, arg3, arg4);
|
|
4030
4005
|
}, arguments) };
|
|
4031
4006
|
imports.wbg.__wbg_write_e357400b06c0ccf5 = function(arg0, arg1) {
|
|
@@ -4050,44 +4025,44 @@ export default function() {
|
|
|
4050
4025
|
const ret = false;
|
|
4051
4026
|
return ret;
|
|
4052
4027
|
};
|
|
4053
|
-
imports.wbg.
|
|
4054
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4028
|
+
imports.wbg.__wbindgen_closure_wrapper107500 = function(arg0, arg1, arg2) {
|
|
4029
|
+
const ret = makeMutClosure(arg0, arg1, 23220, __wbg_adapter_66);
|
|
4055
4030
|
return ret;
|
|
4056
4031
|
};
|
|
4057
|
-
imports.wbg.
|
|
4058
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4032
|
+
imports.wbg.__wbindgen_closure_wrapper107502 = function(arg0, arg1, arg2) {
|
|
4033
|
+
const ret = makeMutClosure(arg0, arg1, 23220, __wbg_adapter_66);
|
|
4059
4034
|
return ret;
|
|
4060
4035
|
};
|
|
4061
|
-
imports.wbg.
|
|
4062
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4036
|
+
imports.wbg.__wbindgen_closure_wrapper111680 = function(arg0, arg1, arg2) {
|
|
4037
|
+
const ret = makeMutClosure(arg0, arg1, 23818, __wbg_adapter_71);
|
|
4063
4038
|
return ret;
|
|
4064
4039
|
};
|
|
4065
|
-
imports.wbg.
|
|
4040
|
+
imports.wbg.__wbindgen_closure_wrapper1434 = function(arg0, arg1, arg2) {
|
|
4066
4041
|
const ret = makeMutClosure(arg0, arg1, 13, __wbg_adapter_46);
|
|
4067
4042
|
return ret;
|
|
4068
4043
|
};
|
|
4069
|
-
imports.wbg.
|
|
4070
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4044
|
+
imports.wbg.__wbindgen_closure_wrapper76460 = function(arg0, arg1, arg2) {
|
|
4045
|
+
const ret = makeMutClosure(arg0, arg1, 18405, __wbg_adapter_52);
|
|
4071
4046
|
return ret;
|
|
4072
4047
|
};
|
|
4073
|
-
imports.wbg.
|
|
4074
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4048
|
+
imports.wbg.__wbindgen_closure_wrapper7868 = function(arg0, arg1, arg2) {
|
|
4049
|
+
const ret = makeMutClosure(arg0, arg1, 1355, __wbg_adapter_49);
|
|
4075
4050
|
return ret;
|
|
4076
4051
|
};
|
|
4077
|
-
imports.wbg.
|
|
4078
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4052
|
+
imports.wbg.__wbindgen_closure_wrapper81463 = function(arg0, arg1, arg2) {
|
|
4053
|
+
const ret = makeMutClosure(arg0, arg1, 19064, __wbg_adapter_55);
|
|
4079
4054
|
return ret;
|
|
4080
4055
|
};
|
|
4081
|
-
imports.wbg.
|
|
4082
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4056
|
+
imports.wbg.__wbindgen_closure_wrapper81465 = function(arg0, arg1, arg2) {
|
|
4057
|
+
const ret = makeMutClosure(arg0, arg1, 19064, __wbg_adapter_58);
|
|
4083
4058
|
return ret;
|
|
4084
4059
|
};
|
|
4085
|
-
imports.wbg.
|
|
4086
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4060
|
+
imports.wbg.__wbindgen_closure_wrapper81467 = function(arg0, arg1, arg2) {
|
|
4061
|
+
const ret = makeMutClosure(arg0, arg1, 19064, __wbg_adapter_58);
|
|
4087
4062
|
return ret;
|
|
4088
4063
|
};
|
|
4089
|
-
imports.wbg.
|
|
4090
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
4064
|
+
imports.wbg.__wbindgen_closure_wrapper85207 = function(arg0, arg1, arg2) {
|
|
4065
|
+
const ret = makeMutClosure(arg0, arg1, 19596, __wbg_adapter_63);
|
|
4091
4066
|
return ret;
|
|
4092
4067
|
};
|
|
4093
4068
|
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
|