@sanox/sangine-core 0.3.4 → 0.4.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/dist/gen-types.d.ts +59 -21
- package/dist/gen-types.d.ts.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +101 -78
- package/dist/wasm/basis-decode/snippets/basisu_c_sys-273c0aeb51b100af/wasm/basisu_transcoder.js +2 -0
- package/dist/wasm/basis-decode/snippets/basisu_c_sys-273c0aeb51b100af/wasm/basisu_transcoder.wasm +0 -0
- package/dist/wasm/basis-decode/wasm_basis_decode.a8b7eebd.js +553 -0
- package/dist/wasm/basis-decode/wasm_basis_decode.d.ts +58 -0
- package/dist/wasm/basis-decode/wasm_basis_decode_bg.a8b7eebd.wasm +0 -0
- package/dist/wasm/basis-decode/wasm_basis_decode_bg.wasm.d.ts +16 -0
- package/dist/wasm/sangine/{sangine.df2c068e.js → sangine.31a02d84.js} +909 -819
- package/dist/wasm/sangine/sangine.d.ts +24 -40
- package/dist/wasm/sangine/{sangine_bg.df2c068e.wasm → sangine_bg.31a02d84.wasm} +0 -0
- package/dist/wasm/sangine/sangine_bg.wasm.d.ts +24 -18
- package/dist/wasm/sbo-decode/{wasm_sbo_decode.fa5ceba1.js → wasm_sbo_decode.5c359661.js} +3 -4
- package/dist/wasm/sbo-decode/wasm_sbo_decode_bg.5c359661.wasm +0 -0
- package/dist/wasm-hashes/basis-decode.d.ts +2 -0
- package/dist/wasm-hashes/basis-decode.d.ts.map +1 -0
- package/dist/wasm-hashes/sangine.d.ts +1 -1
- package/dist/wasm-hashes/sbo-decode.d.ts +1 -1
- package/dist/worker/decodeWorkerImpl.d.ts +9 -4
- package/dist/worker/decodeWorkerImpl.d.ts.map +1 -1
- package/dist/worker/pool.d.ts +1 -0
- package/dist/worker/pool.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/wasm/sbo-decode/wasm_sbo_decode_bg.fa5ceba1.wasm +0 -0
|
@@ -1,28 +1,5 @@
|
|
|
1
1
|
/* @ts-self-types="./sangine.d.ts" */
|
|
2
2
|
|
|
3
|
-
/**
|
|
4
|
-
* Chroma subsampling format
|
|
5
|
-
* @enum {0 | 1 | 2 | 3}
|
|
6
|
-
*/
|
|
7
|
-
export const ChromaSampling = Object.freeze({
|
|
8
|
-
/**
|
|
9
|
-
* Both vertically and horizontally subsampled.
|
|
10
|
-
*/
|
|
11
|
-
Cs420: 0, "0": "Cs420",
|
|
12
|
-
/**
|
|
13
|
-
* Horizontally subsampled.
|
|
14
|
-
*/
|
|
15
|
-
Cs422: 1, "1": "Cs422",
|
|
16
|
-
/**
|
|
17
|
-
* Not subsampled.
|
|
18
|
-
*/
|
|
19
|
-
Cs444: 2, "2": "Cs444",
|
|
20
|
-
/**
|
|
21
|
-
* Monochrome.
|
|
22
|
-
*/
|
|
23
|
-
Cs400: 3, "3": "Cs400",
|
|
24
|
-
});
|
|
25
|
-
|
|
26
3
|
/**
|
|
27
4
|
* @param {number} window_id
|
|
28
5
|
* @param {any} camera_target
|
|
@@ -222,85 +199,84 @@ export function set_window_scale(window_id, scale) {
|
|
|
222
199
|
throw takeFromExternrefTable0(ret[0]);
|
|
223
200
|
}
|
|
224
201
|
}
|
|
225
|
-
|
|
226
202
|
function __wbg_get_imports() {
|
|
227
203
|
const import0 = {
|
|
228
204
|
__proto__: null,
|
|
229
|
-
|
|
205
|
+
__wbg_Error_960c155d3d49e4c2: function(arg0, arg1) {
|
|
230
206
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
231
207
|
return ret;
|
|
232
208
|
},
|
|
233
|
-
|
|
209
|
+
__wbg_Number_32bf70a599af1d4b: function(arg0) {
|
|
234
210
|
const ret = Number(arg0);
|
|
235
211
|
return ret;
|
|
236
212
|
},
|
|
237
|
-
|
|
213
|
+
__wbg_String_8564e559799eccda: function(arg0, arg1) {
|
|
238
214
|
const ret = String(arg1);
|
|
239
215
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
240
216
|
const len1 = WASM_VECTOR_LEN;
|
|
241
217
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
242
218
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
243
219
|
},
|
|
244
|
-
|
|
220
|
+
__wbg_Window_0dc65f28a4345887: function(arg0) {
|
|
245
221
|
const ret = arg0.Window;
|
|
246
222
|
return ret;
|
|
247
223
|
},
|
|
248
|
-
|
|
224
|
+
__wbg_Window_c7f91e3f80ae0a0e: function(arg0) {
|
|
249
225
|
const ret = arg0.Window;
|
|
250
226
|
return ret;
|
|
251
227
|
},
|
|
252
|
-
|
|
228
|
+
__wbg_WorkerGlobalScope_262c8e34a919509f: function(arg0) {
|
|
253
229
|
const ret = arg0.WorkerGlobalScope;
|
|
254
230
|
return ret;
|
|
255
231
|
},
|
|
256
|
-
|
|
232
|
+
__wbg___wbindgen_boolean_get_6ea149f0a8dcc5ff: function(arg0) {
|
|
257
233
|
const v = arg0;
|
|
258
234
|
const ret = typeof(v) === 'boolean' ? v : undefined;
|
|
259
235
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
260
236
|
},
|
|
261
|
-
|
|
237
|
+
__wbg___wbindgen_debug_string_ab4b34d23d6778bd: function(arg0, arg1) {
|
|
262
238
|
const ret = debugString(arg1);
|
|
263
239
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
264
240
|
const len1 = WASM_VECTOR_LEN;
|
|
265
241
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
266
242
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
267
243
|
},
|
|
268
|
-
|
|
244
|
+
__wbg___wbindgen_in_a5d8b22e52b24dd1: function(arg0, arg1) {
|
|
269
245
|
const ret = arg0 in arg1;
|
|
270
246
|
return ret;
|
|
271
247
|
},
|
|
272
|
-
|
|
248
|
+
__wbg___wbindgen_is_function_3baa9db1a987f47d: function(arg0) {
|
|
273
249
|
const ret = typeof(arg0) === 'function';
|
|
274
250
|
return ret;
|
|
275
251
|
},
|
|
276
|
-
|
|
252
|
+
__wbg___wbindgen_is_null_52ff4ec04186736f: function(arg0) {
|
|
277
253
|
const ret = arg0 === null;
|
|
278
254
|
return ret;
|
|
279
255
|
},
|
|
280
|
-
|
|
256
|
+
__wbg___wbindgen_is_object_63322ec0cd6ea4ef: function(arg0) {
|
|
281
257
|
const val = arg0;
|
|
282
258
|
const ret = typeof(val) === 'object' && val !== null;
|
|
283
259
|
return ret;
|
|
284
260
|
},
|
|
285
|
-
|
|
261
|
+
__wbg___wbindgen_is_string_6df3bf7ef1164ed3: function(arg0) {
|
|
286
262
|
const ret = typeof(arg0) === 'string';
|
|
287
263
|
return ret;
|
|
288
264
|
},
|
|
289
|
-
|
|
265
|
+
__wbg___wbindgen_is_undefined_29a43b4d42920abd: function(arg0) {
|
|
290
266
|
const ret = arg0 === undefined;
|
|
291
267
|
return ret;
|
|
292
268
|
},
|
|
293
|
-
|
|
269
|
+
__wbg___wbindgen_jsval_loose_eq_cac3565e89b4134c: function(arg0, arg1) {
|
|
294
270
|
const ret = arg0 == arg1;
|
|
295
271
|
return ret;
|
|
296
272
|
},
|
|
297
|
-
|
|
273
|
+
__wbg___wbindgen_number_get_c7f42aed0525c451: function(arg0, arg1) {
|
|
298
274
|
const obj = arg1;
|
|
299
275
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
300
276
|
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
301
277
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
302
278
|
},
|
|
303
|
-
|
|
279
|
+
__wbg___wbindgen_string_get_7ed5322991caaec5: function(arg0, arg1) {
|
|
304
280
|
const obj = arg1;
|
|
305
281
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
306
282
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -308,606 +284,612 @@ function __wbg_get_imports() {
|
|
|
308
284
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
309
285
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
310
286
|
},
|
|
311
|
-
|
|
287
|
+
__wbg___wbindgen_throw_6b64449b9b9ed33c: function(arg0, arg1) {
|
|
312
288
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
313
289
|
},
|
|
314
|
-
|
|
290
|
+
__wbg__wbg_cb_unref_b46c9b5a9f08ec37: function(arg0) {
|
|
315
291
|
arg0._wbg_cb_unref();
|
|
316
292
|
},
|
|
317
|
-
|
|
293
|
+
__wbg_abort_4ce5b484434ef6fd: function(arg0) {
|
|
318
294
|
arg0.abort();
|
|
319
295
|
},
|
|
320
|
-
|
|
296
|
+
__wbg_activeElement_737cd2e5ce862ac0: function(arg0) {
|
|
321
297
|
const ret = arg0.activeElement;
|
|
322
298
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
323
299
|
},
|
|
324
|
-
|
|
300
|
+
__wbg_activeTexture_3df5a43f55a69a6c: function(arg0, arg1) {
|
|
325
301
|
arg0.activeTexture(arg1 >>> 0);
|
|
326
302
|
},
|
|
327
|
-
|
|
303
|
+
__wbg_activeTexture_546afc38eb98df71: function(arg0, arg1) {
|
|
328
304
|
arg0.activeTexture(arg1 >>> 0);
|
|
329
305
|
},
|
|
330
|
-
|
|
306
|
+
__wbg_addEventListener_8176dab41b09531c: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
331
307
|
arg0.addEventListener(getStringFromWasm0(arg1, arg2), arg3);
|
|
332
308
|
}, arguments); },
|
|
333
|
-
|
|
309
|
+
__wbg_addListener_7202e355ec2df79d: function() { return handleError(function (arg0, arg1) {
|
|
334
310
|
arg0.addListener(arg1);
|
|
335
311
|
}, arguments); },
|
|
336
|
-
|
|
312
|
+
__wbg_altKey_3116112ec764f316: function(arg0) {
|
|
337
313
|
const ret = arg0.altKey;
|
|
338
314
|
return ret;
|
|
339
315
|
},
|
|
340
|
-
|
|
316
|
+
__wbg_altKey_c4f26b40f1b826b4: function(arg0) {
|
|
341
317
|
const ret = arg0.altKey;
|
|
342
318
|
return ret;
|
|
343
319
|
},
|
|
344
|
-
|
|
320
|
+
__wbg_animate_8f41e2f47c7d04ab: function(arg0, arg1, arg2) {
|
|
345
321
|
const ret = arg0.animate(arg1, arg2);
|
|
346
322
|
return ret;
|
|
347
323
|
},
|
|
348
|
-
|
|
324
|
+
__wbg_appendChild_e95c8b3b936d250a: function() { return handleError(function (arg0, arg1) {
|
|
349
325
|
const ret = arg0.appendChild(arg1);
|
|
350
326
|
return ret;
|
|
351
327
|
}, arguments); },
|
|
352
|
-
|
|
328
|
+
__wbg_attachShader_1eec3a0d2bfe6f83: function(arg0, arg1, arg2) {
|
|
353
329
|
arg0.attachShader(arg1, arg2);
|
|
354
330
|
},
|
|
355
|
-
|
|
331
|
+
__wbg_attachShader_e1c4cb1f00f167df: function(arg0, arg1, arg2) {
|
|
356
332
|
arg0.attachShader(arg1, arg2);
|
|
357
333
|
},
|
|
358
|
-
|
|
334
|
+
__wbg_beginQuery_330ed668ec983f20: function(arg0, arg1, arg2) {
|
|
359
335
|
arg0.beginQuery(arg1 >>> 0, arg2);
|
|
360
336
|
},
|
|
361
|
-
|
|
337
|
+
__wbg_beginRenderPass_1636be9bc8e33c43: function() { return handleError(function (arg0, arg1) {
|
|
362
338
|
const ret = arg0.beginRenderPass(arg1);
|
|
363
339
|
return ret;
|
|
364
340
|
}, arguments); },
|
|
365
|
-
|
|
341
|
+
__wbg_bindAttribLocation_3d20dac16f0dd5d2: function(arg0, arg1, arg2, arg3, arg4) {
|
|
366
342
|
arg0.bindAttribLocation(arg1, arg2 >>> 0, getStringFromWasm0(arg3, arg4));
|
|
367
343
|
},
|
|
368
|
-
|
|
344
|
+
__wbg_bindAttribLocation_ba0ee411099ec472: function(arg0, arg1, arg2, arg3, arg4) {
|
|
369
345
|
arg0.bindAttribLocation(arg1, arg2 >>> 0, getStringFromWasm0(arg3, arg4));
|
|
370
346
|
},
|
|
371
|
-
|
|
347
|
+
__wbg_bindBufferRange_538b702311d21a3a: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
372
348
|
arg0.bindBufferRange(arg1 >>> 0, arg2 >>> 0, arg3, arg4, arg5);
|
|
373
349
|
},
|
|
374
|
-
|
|
350
|
+
__wbg_bindBuffer_710a611286e86fe9: function(arg0, arg1, arg2) {
|
|
375
351
|
arg0.bindBuffer(arg1 >>> 0, arg2);
|
|
376
352
|
},
|
|
377
|
-
|
|
353
|
+
__wbg_bindBuffer_b193f35215c88d5d: function(arg0, arg1, arg2) {
|
|
378
354
|
arg0.bindBuffer(arg1 >>> 0, arg2);
|
|
379
355
|
},
|
|
380
|
-
|
|
356
|
+
__wbg_bindFramebuffer_8d7b9da43a5c1c2b: function(arg0, arg1, arg2) {
|
|
381
357
|
arg0.bindFramebuffer(arg1 >>> 0, arg2);
|
|
382
358
|
},
|
|
383
|
-
|
|
359
|
+
__wbg_bindFramebuffer_fab857ccf69f3da9: function(arg0, arg1, arg2) {
|
|
384
360
|
arg0.bindFramebuffer(arg1 >>> 0, arg2);
|
|
385
361
|
},
|
|
386
|
-
|
|
362
|
+
__wbg_bindRenderbuffer_21cf597fc94be1c7: function(arg0, arg1, arg2) {
|
|
387
363
|
arg0.bindRenderbuffer(arg1 >>> 0, arg2);
|
|
388
364
|
},
|
|
389
|
-
|
|
365
|
+
__wbg_bindRenderbuffer_30a3bb44ea0e058f: function(arg0, arg1, arg2) {
|
|
390
366
|
arg0.bindRenderbuffer(arg1 >>> 0, arg2);
|
|
391
367
|
},
|
|
392
|
-
|
|
368
|
+
__wbg_bindSampler_2179eb28a43d1075: function(arg0, arg1, arg2) {
|
|
393
369
|
arg0.bindSampler(arg1 >>> 0, arg2);
|
|
394
370
|
},
|
|
395
|
-
|
|
371
|
+
__wbg_bindTexture_a87fb41b3319bcb9: function(arg0, arg1, arg2) {
|
|
396
372
|
arg0.bindTexture(arg1 >>> 0, arg2);
|
|
397
373
|
},
|
|
398
|
-
|
|
374
|
+
__wbg_bindTexture_c3fcb7dc0c448083: function(arg0, arg1, arg2) {
|
|
399
375
|
arg0.bindTexture(arg1 >>> 0, arg2);
|
|
400
376
|
},
|
|
401
|
-
|
|
377
|
+
__wbg_bindVertexArrayOES_b0e8a5a6c8a88c84: function(arg0, arg1) {
|
|
402
378
|
arg0.bindVertexArrayOES(arg1);
|
|
403
379
|
},
|
|
404
|
-
|
|
380
|
+
__wbg_bindVertexArray_ea785b5f2238eb93: function(arg0, arg1) {
|
|
405
381
|
arg0.bindVertexArray(arg1);
|
|
406
382
|
},
|
|
407
|
-
|
|
383
|
+
__wbg_blendColor_ca4a431a958a4984: function(arg0, arg1, arg2, arg3, arg4) {
|
|
408
384
|
arg0.blendColor(arg1, arg2, arg3, arg4);
|
|
409
385
|
},
|
|
410
|
-
|
|
386
|
+
__wbg_blendColor_fd6d1cb4a2be4efd: function(arg0, arg1, arg2, arg3, arg4) {
|
|
411
387
|
arg0.blendColor(arg1, arg2, arg3, arg4);
|
|
412
388
|
},
|
|
413
|
-
|
|
389
|
+
__wbg_blendEquationSeparate_1dedaa54091b78a5: function(arg0, arg1, arg2) {
|
|
414
390
|
arg0.blendEquationSeparate(arg1 >>> 0, arg2 >>> 0);
|
|
415
391
|
},
|
|
416
|
-
|
|
392
|
+
__wbg_blendEquationSeparate_8a6f5cdd3d6af806: function(arg0, arg1, arg2) {
|
|
417
393
|
arg0.blendEquationSeparate(arg1 >>> 0, arg2 >>> 0);
|
|
418
394
|
},
|
|
419
|
-
|
|
395
|
+
__wbg_blendEquation_0abbff18abcf6c63: function(arg0, arg1) {
|
|
420
396
|
arg0.blendEquation(arg1 >>> 0);
|
|
421
397
|
},
|
|
422
|
-
|
|
398
|
+
__wbg_blendEquation_f0b8a2ea6cfe3a8a: function(arg0, arg1) {
|
|
423
399
|
arg0.blendEquation(arg1 >>> 0);
|
|
424
400
|
},
|
|
425
|
-
|
|
401
|
+
__wbg_blendFuncSeparate_a1f8e0d6a1fa6fa6: function(arg0, arg1, arg2, arg3, arg4) {
|
|
426
402
|
arg0.blendFuncSeparate(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
|
|
427
403
|
},
|
|
428
|
-
|
|
404
|
+
__wbg_blendFuncSeparate_d3b4bffd37fd37de: function(arg0, arg1, arg2, arg3, arg4) {
|
|
429
405
|
arg0.blendFuncSeparate(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
|
|
430
406
|
},
|
|
431
|
-
|
|
407
|
+
__wbg_blendFunc_73401f287153631f: function(arg0, arg1, arg2) {
|
|
432
408
|
arg0.blendFunc(arg1 >>> 0, arg2 >>> 0);
|
|
433
409
|
},
|
|
434
|
-
|
|
410
|
+
__wbg_blendFunc_9c1ee0744b7da386: function(arg0, arg1, arg2) {
|
|
435
411
|
arg0.blendFunc(arg1 >>> 0, arg2 >>> 0);
|
|
436
412
|
},
|
|
437
|
-
|
|
413
|
+
__wbg_blitFramebuffer_796256485239eebc: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) {
|
|
438
414
|
arg0.blitFramebuffer(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0);
|
|
439
415
|
},
|
|
440
|
-
|
|
416
|
+
__wbg_blockSize_9bfce6be11544dd1: function(arg0) {
|
|
441
417
|
const ret = arg0.blockSize;
|
|
442
418
|
return ret;
|
|
443
419
|
},
|
|
444
|
-
|
|
420
|
+
__wbg_body_c7b35a55457167ba: function(arg0) {
|
|
445
421
|
const ret = arg0.body;
|
|
446
422
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
447
423
|
},
|
|
448
|
-
|
|
424
|
+
__wbg_brand_3bc196a43eceb8af: function(arg0, arg1) {
|
|
449
425
|
const ret = arg1.brand;
|
|
450
426
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
451
427
|
const len1 = WASM_VECTOR_LEN;
|
|
452
428
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
453
429
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
454
430
|
},
|
|
455
|
-
|
|
431
|
+
__wbg_brands_b7dcf262485c3e7c: function(arg0) {
|
|
456
432
|
const ret = arg0.brands;
|
|
457
433
|
return ret;
|
|
458
434
|
},
|
|
459
|
-
|
|
435
|
+
__wbg_bufferData_5788346a959129ab: function(arg0, arg1, arg2, arg3) {
|
|
460
436
|
arg0.bufferData(arg1 >>> 0, arg2, arg3 >>> 0);
|
|
461
437
|
},
|
|
462
|
-
|
|
438
|
+
__wbg_bufferData_6669d1a205932a9c: function(arg0, arg1, arg2, arg3) {
|
|
463
439
|
arg0.bufferData(arg1 >>> 0, arg2, arg3 >>> 0);
|
|
464
440
|
},
|
|
465
|
-
|
|
441
|
+
__wbg_bufferData_f267cdc80efbd6a0: function(arg0, arg1, arg2, arg3) {
|
|
466
442
|
arg0.bufferData(arg1 >>> 0, arg2, arg3 >>> 0);
|
|
467
443
|
},
|
|
468
|
-
|
|
444
|
+
__wbg_bufferData_f401229c915b8028: function(arg0, arg1, arg2, arg3) {
|
|
469
445
|
arg0.bufferData(arg1 >>> 0, arg2, arg3 >>> 0);
|
|
470
446
|
},
|
|
471
|
-
|
|
447
|
+
__wbg_bufferSubData_3708c0445a03981a: function(arg0, arg1, arg2, arg3) {
|
|
472
448
|
arg0.bufferSubData(arg1 >>> 0, arg2, arg3);
|
|
473
449
|
},
|
|
474
|
-
|
|
450
|
+
__wbg_bufferSubData_ade66d88865db9fc: function(arg0, arg1, arg2, arg3) {
|
|
475
451
|
arg0.bufferSubData(arg1 >>> 0, arg2, arg3);
|
|
476
452
|
},
|
|
477
|
-
|
|
453
|
+
__wbg_buffer_d0f5ea0926a691fd: function(arg0) {
|
|
478
454
|
const ret = arg0.buffer;
|
|
479
455
|
return ret;
|
|
480
456
|
},
|
|
481
|
-
|
|
457
|
+
__wbg_button_c794bf4b1dcd7c4c: function(arg0) {
|
|
482
458
|
const ret = arg0.button;
|
|
483
459
|
return ret;
|
|
484
460
|
},
|
|
485
|
-
|
|
461
|
+
__wbg_buttons_9b45c5f89c8d91db: function(arg0) {
|
|
486
462
|
const ret = arg0.buttons;
|
|
487
463
|
return ret;
|
|
488
464
|
},
|
|
489
|
-
|
|
465
|
+
__wbg_call_14b169f759b26747: function() { return handleError(function (arg0, arg1) {
|
|
490
466
|
const ret = arg0.call(arg1);
|
|
491
467
|
return ret;
|
|
492
468
|
}, arguments); },
|
|
493
|
-
|
|
469
|
+
__wbg_call_a24592a6f349a97e: function() { return handleError(function (arg0, arg1, arg2) {
|
|
494
470
|
const ret = arg0.call(arg1, arg2);
|
|
495
471
|
return ret;
|
|
496
472
|
}, arguments); },
|
|
497
|
-
|
|
473
|
+
__wbg_call_bb28efe6b2f55b86: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
498
474
|
const ret = arg0.call(arg1, arg2, arg3);
|
|
499
475
|
return ret;
|
|
500
476
|
}, arguments); },
|
|
501
|
-
|
|
477
|
+
__wbg_cancelAnimationFrame_3fe3db137219c343: function() { return handleError(function (arg0, arg1) {
|
|
502
478
|
arg0.cancelAnimationFrame(arg1);
|
|
503
479
|
}, arguments); },
|
|
504
|
-
|
|
480
|
+
__wbg_cancelIdleCallback_cc76338bb44d0b0a: function(arg0, arg1) {
|
|
505
481
|
arg0.cancelIdleCallback(arg1 >>> 0);
|
|
506
482
|
},
|
|
507
|
-
|
|
483
|
+
__wbg_cancel_65f38182e2eeac5c: function(arg0) {
|
|
508
484
|
arg0.cancel();
|
|
509
485
|
},
|
|
510
|
-
|
|
486
|
+
__wbg_catch_e9362815fd0b24cf: function(arg0, arg1) {
|
|
511
487
|
const ret = arg0.catch(arg1);
|
|
512
488
|
return ret;
|
|
513
489
|
},
|
|
514
|
-
|
|
490
|
+
__wbg_clearBufferfv_715310a7cc30715d: function(arg0, arg1, arg2, arg3, arg4) {
|
|
515
491
|
arg0.clearBufferfv(arg1 >>> 0, arg2, getArrayF32FromWasm0(arg3, arg4));
|
|
516
492
|
},
|
|
517
|
-
|
|
493
|
+
__wbg_clearBufferiv_a086fd83c8c5759c: function(arg0, arg1, arg2, arg3, arg4) {
|
|
518
494
|
arg0.clearBufferiv(arg1 >>> 0, arg2, getArrayI32FromWasm0(arg3, arg4));
|
|
519
495
|
},
|
|
520
|
-
|
|
496
|
+
__wbg_clearBufferuiv_8260c12b38743ac5: function(arg0, arg1, arg2, arg3, arg4) {
|
|
521
497
|
arg0.clearBufferuiv(arg1 >>> 0, arg2, getArrayU32FromWasm0(arg3, arg4));
|
|
522
498
|
},
|
|
523
|
-
|
|
499
|
+
__wbg_clearDepth_6a75b6bfa763b04c: function(arg0, arg1) {
|
|
524
500
|
arg0.clearDepth(arg1);
|
|
525
501
|
},
|
|
526
|
-
|
|
502
|
+
__wbg_clearDepth_e602528ddc745c62: function(arg0, arg1) {
|
|
527
503
|
arg0.clearDepth(arg1);
|
|
528
504
|
},
|
|
529
|
-
|
|
505
|
+
__wbg_clearStencil_584a4c6144f1164d: function(arg0, arg1) {
|
|
530
506
|
arg0.clearStencil(arg1);
|
|
531
507
|
},
|
|
532
|
-
|
|
508
|
+
__wbg_clearStencil_8a4463aa6ab4f980: function(arg0, arg1) {
|
|
533
509
|
arg0.clearStencil(arg1);
|
|
534
510
|
},
|
|
535
|
-
|
|
511
|
+
__wbg_clearTimeout_1a62f3563b1611b3: function(arg0, arg1) {
|
|
536
512
|
arg0.clearTimeout(arg1);
|
|
537
513
|
},
|
|
538
|
-
|
|
514
|
+
__wbg_clear_d82c0c485d1af30e: function(arg0, arg1) {
|
|
539
515
|
arg0.clear(arg1 >>> 0);
|
|
540
516
|
},
|
|
541
|
-
|
|
517
|
+
__wbg_clear_e39cde04b063e709: function(arg0, arg1) {
|
|
542
518
|
arg0.clear(arg1 >>> 0);
|
|
543
519
|
},
|
|
544
|
-
|
|
520
|
+
__wbg_clientWaitSync_ce22c6bcd7b1c355: function(arg0, arg1, arg2, arg3) {
|
|
545
521
|
const ret = arg0.clientWaitSync(arg1, arg2 >>> 0, arg3 >>> 0);
|
|
546
522
|
return ret;
|
|
547
523
|
},
|
|
548
|
-
|
|
524
|
+
__wbg_close_7e700111d27bdd8c: function(arg0) {
|
|
549
525
|
arg0.close();
|
|
550
526
|
},
|
|
551
|
-
|
|
527
|
+
__wbg_code_09d0c59f9029dd28: function(arg0, arg1) {
|
|
552
528
|
const ret = arg1.code;
|
|
553
529
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
554
530
|
const len1 = WASM_VECTOR_LEN;
|
|
555
531
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
556
532
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
557
533
|
},
|
|
558
|
-
|
|
534
|
+
__wbg_colorMask_5e1ce60e460bf963: function(arg0, arg1, arg2, arg3, arg4) {
|
|
559
535
|
arg0.colorMask(arg1 !== 0, arg2 !== 0, arg3 !== 0, arg4 !== 0);
|
|
560
536
|
},
|
|
561
|
-
|
|
537
|
+
__wbg_colorMask_71190391f59922fe: function(arg0, arg1, arg2, arg3, arg4) {
|
|
562
538
|
arg0.colorMask(arg1 !== 0, arg2 !== 0, arg3 !== 0, arg4 !== 0);
|
|
563
539
|
},
|
|
564
|
-
|
|
540
|
+
__wbg_compileShader_b39b7d5caca97c9d: function(arg0, arg1) {
|
|
565
541
|
arg0.compileShader(arg1);
|
|
566
542
|
},
|
|
567
|
-
|
|
543
|
+
__wbg_compileShader_fc084de511370bc0: function(arg0, arg1) {
|
|
568
544
|
arg0.compileShader(arg1);
|
|
569
545
|
},
|
|
570
|
-
|
|
571
|
-
arg0.compressedTexSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8);
|
|
546
|
+
__wbg_compressedTexSubImage2D_846de8fb28dec7a9: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
547
|
+
arg0.compressedTexSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8, arg9);
|
|
572
548
|
},
|
|
573
|
-
|
|
549
|
+
__wbg_compressedTexSubImage2D_8b3ae69927d595ce: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) {
|
|
574
550
|
arg0.compressedTexSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8);
|
|
575
551
|
},
|
|
576
|
-
|
|
577
|
-
arg0.compressedTexSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8
|
|
552
|
+
__wbg_compressedTexSubImage2D_b2126dd76e4f45d9: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) {
|
|
553
|
+
arg0.compressedTexSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8);
|
|
578
554
|
},
|
|
579
|
-
|
|
555
|
+
__wbg_compressedTexSubImage3D_08741720ce7a1a6b: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) {
|
|
580
556
|
arg0.compressedTexSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10);
|
|
581
557
|
},
|
|
582
|
-
|
|
558
|
+
__wbg_compressedTexSubImage3D_6d41d588f1b1fa8a: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
|
|
583
559
|
arg0.compressedTexSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10, arg11);
|
|
584
560
|
},
|
|
585
|
-
|
|
561
|
+
__wbg_configure_a85ef99634672c4a: function() { return handleError(function (arg0, arg1) {
|
|
586
562
|
arg0.configure(arg1);
|
|
587
563
|
}, arguments); },
|
|
588
|
-
|
|
564
|
+
__wbg_contains_495334b455843d23: function(arg0, arg1) {
|
|
589
565
|
const ret = arg0.contains(arg1);
|
|
590
566
|
return ret;
|
|
591
567
|
},
|
|
592
|
-
|
|
568
|
+
__wbg_contentRect_e3958925fadb3298: function(arg0) {
|
|
593
569
|
const ret = arg0.contentRect;
|
|
594
570
|
return ret;
|
|
595
571
|
},
|
|
596
|
-
|
|
572
|
+
__wbg_copyBufferSubData_8646c023657c626d: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
597
573
|
arg0.copyBufferSubData(arg1 >>> 0, arg2 >>> 0, arg3, arg4, arg5);
|
|
598
574
|
},
|
|
599
|
-
|
|
575
|
+
__wbg_copyExternalImageToTexture_199725d78e904766: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
576
|
+
arg0.copyExternalImageToTexture(arg1, arg2, arg3);
|
|
577
|
+
}, arguments); },
|
|
578
|
+
__wbg_copyTexSubImage2D_30dff1abdab02706: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) {
|
|
600
579
|
arg0.copyTexSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8);
|
|
601
580
|
},
|
|
602
|
-
|
|
581
|
+
__wbg_copyTexSubImage2D_a2aa1d558b98374c: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) {
|
|
603
582
|
arg0.copyTexSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8);
|
|
604
583
|
},
|
|
605
|
-
|
|
584
|
+
__wbg_copyTexSubImage3D_182ddcace125b399: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
606
585
|
arg0.copyTexSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9);
|
|
607
586
|
},
|
|
608
|
-
|
|
587
|
+
__wbg_createBindGroupLayout_0f080b11fd4b5ffe: function() { return handleError(function (arg0, arg1) {
|
|
609
588
|
const ret = arg0.createBindGroupLayout(arg1);
|
|
610
589
|
return ret;
|
|
611
590
|
}, arguments); },
|
|
612
|
-
|
|
591
|
+
__wbg_createBindGroup_4a548d28221a3724: function(arg0, arg1) {
|
|
613
592
|
const ret = arg0.createBindGroup(arg1);
|
|
614
593
|
return ret;
|
|
615
594
|
},
|
|
616
|
-
|
|
617
|
-
const ret = arg0.createBuffer(arg1);
|
|
618
|
-
return ret;
|
|
619
|
-
}, arguments); },
|
|
620
|
-
__wbg_createBuffer_26534c05e01b8559: function(arg0) {
|
|
595
|
+
__wbg_createBuffer_6ad9886c8fed1a21: function(arg0) {
|
|
621
596
|
const ret = arg0.createBuffer();
|
|
622
597
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
623
598
|
},
|
|
624
|
-
|
|
599
|
+
__wbg_createBuffer_de348fec3cfa3bd1: function() { return handleError(function (arg0, arg1) {
|
|
600
|
+
const ret = arg0.createBuffer(arg1);
|
|
601
|
+
return ret;
|
|
602
|
+
}, arguments); },
|
|
603
|
+
__wbg_createBuffer_f68202a47c36c3d6: function(arg0) {
|
|
625
604
|
const ret = arg0.createBuffer();
|
|
626
605
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
627
606
|
},
|
|
628
|
-
|
|
607
|
+
__wbg_createCommandEncoder_f1ebf253171c6c1b: function(arg0, arg1) {
|
|
629
608
|
const ret = arg0.createCommandEncoder(arg1);
|
|
630
609
|
return ret;
|
|
631
610
|
},
|
|
632
|
-
|
|
611
|
+
__wbg_createElement_bbd4c90086fe6f7b: function() { return handleError(function (arg0, arg1, arg2) {
|
|
633
612
|
const ret = arg0.createElement(getStringFromWasm0(arg1, arg2));
|
|
634
613
|
return ret;
|
|
635
614
|
}, arguments); },
|
|
636
|
-
|
|
615
|
+
__wbg_createFramebuffer_03fa5aab12587b89: function(arg0) {
|
|
637
616
|
const ret = arg0.createFramebuffer();
|
|
638
617
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
639
618
|
},
|
|
640
|
-
|
|
619
|
+
__wbg_createFramebuffer_211e9c2acecac22f: function(arg0) {
|
|
641
620
|
const ret = arg0.createFramebuffer();
|
|
642
621
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
643
622
|
},
|
|
644
|
-
|
|
623
|
+
__wbg_createObjectURL_46e1b0c55389893b: function() { return handleError(function (arg0, arg1) {
|
|
645
624
|
const ret = URL.createObjectURL(arg1);
|
|
646
625
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
647
626
|
const len1 = WASM_VECTOR_LEN;
|
|
648
627
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
649
628
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
650
629
|
}, arguments); },
|
|
651
|
-
|
|
630
|
+
__wbg_createPipelineLayout_8d969fc745f20f23: function(arg0, arg1) {
|
|
652
631
|
const ret = arg0.createPipelineLayout(arg1);
|
|
653
632
|
return ret;
|
|
654
633
|
},
|
|
655
|
-
|
|
634
|
+
__wbg_createProgram_635f6f85c5f3c83d: function(arg0) {
|
|
656
635
|
const ret = arg0.createProgram();
|
|
657
636
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
658
637
|
},
|
|
659
|
-
|
|
638
|
+
__wbg_createProgram_bedc70c0d16e41df: function(arg0) {
|
|
660
639
|
const ret = arg0.createProgram();
|
|
661
640
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
662
641
|
},
|
|
663
|
-
|
|
642
|
+
__wbg_createQuery_276833144fe200cc: function(arg0) {
|
|
664
643
|
const ret = arg0.createQuery();
|
|
665
644
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
666
645
|
},
|
|
667
|
-
|
|
646
|
+
__wbg_createRenderPipeline_1dbdc88da325f5dc: function() { return handleError(function (arg0, arg1) {
|
|
668
647
|
const ret = arg0.createRenderPipeline(arg1);
|
|
669
648
|
return ret;
|
|
670
649
|
}, arguments); },
|
|
671
|
-
|
|
650
|
+
__wbg_createRenderbuffer_35e6bde126d973f9: function(arg0) {
|
|
672
651
|
const ret = arg0.createRenderbuffer();
|
|
673
652
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
674
653
|
},
|
|
675
|
-
|
|
654
|
+
__wbg_createRenderbuffer_cb16d578fe2964c3: function(arg0) {
|
|
676
655
|
const ret = arg0.createRenderbuffer();
|
|
677
656
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
678
657
|
},
|
|
679
|
-
|
|
658
|
+
__wbg_createSampler_7a0e4bf12aad2139: function(arg0) {
|
|
680
659
|
const ret = arg0.createSampler();
|
|
681
660
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
682
661
|
},
|
|
683
|
-
|
|
662
|
+
__wbg_createSampler_80b553fb1915ad98: function(arg0, arg1) {
|
|
684
663
|
const ret = arg0.createSampler(arg1);
|
|
685
664
|
return ret;
|
|
686
665
|
},
|
|
687
|
-
|
|
666
|
+
__wbg_createShaderModule_4a697f05633fc0d8: function(arg0, arg1) {
|
|
688
667
|
const ret = arg0.createShaderModule(arg1);
|
|
689
668
|
return ret;
|
|
690
669
|
},
|
|
691
|
-
|
|
670
|
+
__wbg_createShader_2c8d8c9f17967efe: function(arg0, arg1) {
|
|
692
671
|
const ret = arg0.createShader(arg1 >>> 0);
|
|
693
672
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
694
673
|
},
|
|
695
|
-
|
|
674
|
+
__wbg_createShader_5484e429d7514a9d: function(arg0, arg1) {
|
|
696
675
|
const ret = arg0.createShader(arg1 >>> 0);
|
|
697
676
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
698
677
|
},
|
|
699
|
-
|
|
678
|
+
__wbg_createTexture_423ec5113612ebe8: function() { return handleError(function (arg0, arg1) {
|
|
700
679
|
const ret = arg0.createTexture(arg1);
|
|
701
680
|
return ret;
|
|
702
681
|
}, arguments); },
|
|
703
|
-
|
|
682
|
+
__wbg_createTexture_caeb4349ae5c7a83: function(arg0) {
|
|
704
683
|
const ret = arg0.createTexture();
|
|
705
684
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
706
685
|
},
|
|
707
|
-
|
|
686
|
+
__wbg_createTexture_f9850d55f04c7883: function(arg0) {
|
|
708
687
|
const ret = arg0.createTexture();
|
|
709
688
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
710
689
|
},
|
|
711
|
-
|
|
690
|
+
__wbg_createVertexArrayOES_25823ca742b59551: function(arg0) {
|
|
712
691
|
const ret = arg0.createVertexArrayOES();
|
|
713
692
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
714
693
|
},
|
|
715
|
-
|
|
694
|
+
__wbg_createVertexArray_a8c3e6799bdb5af8: function(arg0) {
|
|
716
695
|
const ret = arg0.createVertexArray();
|
|
717
696
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
718
697
|
},
|
|
719
|
-
|
|
698
|
+
__wbg_createView_d928ef35cd04a244: function() { return handleError(function (arg0, arg1) {
|
|
720
699
|
const ret = arg0.createView(arg1);
|
|
721
700
|
return ret;
|
|
722
701
|
}, arguments); },
|
|
723
|
-
|
|
702
|
+
__wbg_ctrlKey_31968cccd46bdef6: function(arg0) {
|
|
724
703
|
const ret = arg0.ctrlKey;
|
|
725
704
|
return ret;
|
|
726
705
|
},
|
|
727
|
-
|
|
706
|
+
__wbg_ctrlKey_a49693667722b909: function(arg0) {
|
|
728
707
|
const ret = arg0.ctrlKey;
|
|
729
708
|
return ret;
|
|
730
709
|
},
|
|
731
|
-
|
|
710
|
+
__wbg_cullFace_87cf8b47e8d3edd2: function(arg0, arg1) {
|
|
732
711
|
arg0.cullFace(arg1 >>> 0);
|
|
733
712
|
},
|
|
734
|
-
|
|
713
|
+
__wbg_cullFace_c35bb54d07e68290: function(arg0, arg1) {
|
|
735
714
|
arg0.cullFace(arg1 >>> 0);
|
|
736
715
|
},
|
|
737
|
-
|
|
716
|
+
__wbg_debug_c014a160490283dc: function(arg0) {
|
|
738
717
|
console.debug(arg0);
|
|
739
718
|
},
|
|
740
|
-
|
|
719
|
+
__wbg_deleteBuffer_521c77539f9941c1: function(arg0, arg1) {
|
|
741
720
|
arg0.deleteBuffer(arg1);
|
|
742
721
|
},
|
|
743
|
-
|
|
722
|
+
__wbg_deleteBuffer_558c85bd550b15df: function(arg0, arg1) {
|
|
744
723
|
arg0.deleteBuffer(arg1);
|
|
745
724
|
},
|
|
746
|
-
|
|
725
|
+
__wbg_deleteFramebuffer_2fb61c893f34a853: function(arg0, arg1) {
|
|
747
726
|
arg0.deleteFramebuffer(arg1);
|
|
748
727
|
},
|
|
749
|
-
|
|
728
|
+
__wbg_deleteFramebuffer_a0b3386cb631ca92: function(arg0, arg1) {
|
|
750
729
|
arg0.deleteFramebuffer(arg1);
|
|
751
730
|
},
|
|
752
|
-
|
|
731
|
+
__wbg_deleteProgram_6d3a2bdf7fc6d658: function(arg0, arg1) {
|
|
753
732
|
arg0.deleteProgram(arg1);
|
|
754
733
|
},
|
|
755
|
-
|
|
734
|
+
__wbg_deleteProgram_8175823e816f19ed: function(arg0, arg1) {
|
|
756
735
|
arg0.deleteProgram(arg1);
|
|
757
736
|
},
|
|
758
|
-
|
|
737
|
+
__wbg_deleteQuery_774f28829e3eb161: function(arg0, arg1) {
|
|
759
738
|
arg0.deleteQuery(arg1);
|
|
760
739
|
},
|
|
761
|
-
|
|
740
|
+
__wbg_deleteRenderbuffer_826cb5d271ce4663: function(arg0, arg1) {
|
|
762
741
|
arg0.deleteRenderbuffer(arg1);
|
|
763
742
|
},
|
|
764
|
-
|
|
743
|
+
__wbg_deleteRenderbuffer_fe0ab39c4929254b: function(arg0, arg1) {
|
|
765
744
|
arg0.deleteRenderbuffer(arg1);
|
|
766
745
|
},
|
|
767
|
-
|
|
746
|
+
__wbg_deleteSampler_34704dd7176c6cb6: function(arg0, arg1) {
|
|
768
747
|
arg0.deleteSampler(arg1);
|
|
769
748
|
},
|
|
770
|
-
|
|
749
|
+
__wbg_deleteShader_379785984071d8af: function(arg0, arg1) {
|
|
771
750
|
arg0.deleteShader(arg1);
|
|
772
751
|
},
|
|
773
|
-
|
|
752
|
+
__wbg_deleteShader_460e3d0b80ea3790: function(arg0, arg1) {
|
|
774
753
|
arg0.deleteShader(arg1);
|
|
775
754
|
},
|
|
776
|
-
|
|
755
|
+
__wbg_deleteSync_bdc4a0bdb747530d: function(arg0, arg1) {
|
|
777
756
|
arg0.deleteSync(arg1);
|
|
778
757
|
},
|
|
779
|
-
|
|
758
|
+
__wbg_deleteTexture_6de16581bf7e5e00: function(arg0, arg1) {
|
|
780
759
|
arg0.deleteTexture(arg1);
|
|
781
760
|
},
|
|
782
|
-
|
|
761
|
+
__wbg_deleteTexture_8714aac647598458: function(arg0, arg1) {
|
|
783
762
|
arg0.deleteTexture(arg1);
|
|
784
763
|
},
|
|
785
|
-
|
|
764
|
+
__wbg_deleteVertexArrayOES_6bac63f2a6cf4257: function(arg0, arg1) {
|
|
786
765
|
arg0.deleteVertexArrayOES(arg1);
|
|
787
766
|
},
|
|
788
|
-
|
|
767
|
+
__wbg_deleteVertexArray_c0c2dbbda37e677b: function(arg0, arg1) {
|
|
789
768
|
arg0.deleteVertexArray(arg1);
|
|
790
769
|
},
|
|
791
|
-
|
|
770
|
+
__wbg_deltaMode_e3330902f10b9218: function(arg0) {
|
|
792
771
|
const ret = arg0.deltaMode;
|
|
793
772
|
return ret;
|
|
794
773
|
},
|
|
795
|
-
|
|
774
|
+
__wbg_deltaX_7f421a85054bc57c: function(arg0) {
|
|
796
775
|
const ret = arg0.deltaX;
|
|
797
776
|
return ret;
|
|
798
777
|
},
|
|
799
|
-
|
|
778
|
+
__wbg_deltaY_ca7744a8772482e1: function(arg0) {
|
|
800
779
|
const ret = arg0.deltaY;
|
|
801
780
|
return ret;
|
|
802
781
|
},
|
|
803
|
-
|
|
782
|
+
__wbg_depthFunc_2dcf4f6cd1ae352f: function(arg0, arg1) {
|
|
804
783
|
arg0.depthFunc(arg1 >>> 0);
|
|
805
784
|
},
|
|
806
|
-
|
|
785
|
+
__wbg_depthFunc_477c738f0d31fb27: function(arg0, arg1) {
|
|
807
786
|
arg0.depthFunc(arg1 >>> 0);
|
|
808
787
|
},
|
|
809
|
-
|
|
788
|
+
__wbg_depthMask_0212eafbadf5c510: function(arg0, arg1) {
|
|
810
789
|
arg0.depthMask(arg1 !== 0);
|
|
811
790
|
},
|
|
812
|
-
|
|
791
|
+
__wbg_depthMask_79ce0d02cd6be571: function(arg0, arg1) {
|
|
813
792
|
arg0.depthMask(arg1 !== 0);
|
|
814
793
|
},
|
|
815
|
-
|
|
794
|
+
__wbg_depthRange_9e176d2eecf5817d: function(arg0, arg1, arg2) {
|
|
816
795
|
arg0.depthRange(arg1, arg2);
|
|
817
796
|
},
|
|
818
|
-
|
|
797
|
+
__wbg_depthRange_aa0a658c759230f3: function(arg0, arg1, arg2) {
|
|
819
798
|
arg0.depthRange(arg1, arg2);
|
|
820
799
|
},
|
|
821
|
-
|
|
800
|
+
__wbg_destroy_31fc5500bd03bfe0: function(arg0) {
|
|
822
801
|
arg0.destroy();
|
|
823
802
|
},
|
|
824
|
-
|
|
803
|
+
__wbg_devicePixelContentBoxSize_c1a8da18615df561: function(arg0) {
|
|
825
804
|
const ret = arg0.devicePixelContentBoxSize;
|
|
826
805
|
return ret;
|
|
827
806
|
},
|
|
828
|
-
|
|
807
|
+
__wbg_devicePixelRatio_18e6533e6d7f4088: function(arg0) {
|
|
829
808
|
const ret = arg0.devicePixelRatio;
|
|
830
809
|
return ret;
|
|
831
810
|
},
|
|
832
|
-
|
|
811
|
+
__wbg_disableVertexAttribArray_c56221197975648d: function(arg0, arg1) {
|
|
833
812
|
arg0.disableVertexAttribArray(arg1 >>> 0);
|
|
834
813
|
},
|
|
835
|
-
|
|
814
|
+
__wbg_disableVertexAttribArray_dbf84d5ba8f67bad: function(arg0, arg1) {
|
|
836
815
|
arg0.disableVertexAttribArray(arg1 >>> 0);
|
|
837
816
|
},
|
|
838
|
-
|
|
817
|
+
__wbg_disable_c83e7f9d8a8660e6: function(arg0, arg1) {
|
|
839
818
|
arg0.disable(arg1 >>> 0);
|
|
840
819
|
},
|
|
841
|
-
|
|
820
|
+
__wbg_disable_d115c77f70b6b789: function(arg0, arg1) {
|
|
842
821
|
arg0.disable(arg1 >>> 0);
|
|
843
822
|
},
|
|
844
|
-
|
|
823
|
+
__wbg_disconnect_b688a8dfdd1f8a2e: function(arg0) {
|
|
845
824
|
arg0.disconnect();
|
|
846
825
|
},
|
|
847
|
-
|
|
826
|
+
__wbg_disconnect_d173374266b80cfa: function(arg0) {
|
|
848
827
|
arg0.disconnect();
|
|
849
828
|
},
|
|
850
|
-
|
|
829
|
+
__wbg_document_7a41071f2f439323: function(arg0) {
|
|
851
830
|
const ret = arg0.document;
|
|
852
831
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
853
832
|
},
|
|
854
|
-
|
|
833
|
+
__wbg_done_9158f7cc8751ba32: function(arg0) {
|
|
855
834
|
const ret = arg0.done;
|
|
856
835
|
return ret;
|
|
857
836
|
},
|
|
858
|
-
|
|
837
|
+
__wbg_drawArraysInstancedANGLE_f6a18e87c8a056c3: function(arg0, arg1, arg2, arg3, arg4) {
|
|
859
838
|
arg0.drawArraysInstancedANGLE(arg1 >>> 0, arg2, arg3, arg4);
|
|
860
839
|
},
|
|
861
|
-
|
|
840
|
+
__wbg_drawArraysInstanced_43319f9817fad285: function(arg0, arg1, arg2, arg3, arg4) {
|
|
862
841
|
arg0.drawArraysInstanced(arg1 >>> 0, arg2, arg3, arg4);
|
|
863
842
|
},
|
|
864
|
-
|
|
843
|
+
__wbg_drawArrays_058a7d3434327b6d: function(arg0, arg1, arg2, arg3) {
|
|
865
844
|
arg0.drawArrays(arg1 >>> 0, arg2, arg3);
|
|
866
845
|
},
|
|
867
|
-
|
|
846
|
+
__wbg_drawArrays_0b6495544ecb3b5e: function(arg0, arg1, arg2, arg3) {
|
|
868
847
|
arg0.drawArrays(arg1 >>> 0, arg2, arg3);
|
|
869
848
|
},
|
|
870
|
-
|
|
849
|
+
__wbg_drawBuffersWEBGL_674a96484245cee8: function(arg0, arg1) {
|
|
871
850
|
arg0.drawBuffersWEBGL(arg1);
|
|
872
851
|
},
|
|
873
|
-
|
|
852
|
+
__wbg_drawBuffers_0808a2009fb32b11: function(arg0, arg1) {
|
|
874
853
|
arg0.drawBuffers(arg1);
|
|
875
854
|
},
|
|
876
|
-
|
|
855
|
+
__wbg_drawElementsInstancedANGLE_01b7fe3dcfda1f57: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
877
856
|
arg0.drawElementsInstancedANGLE(arg1 >>> 0, arg2, arg3 >>> 0, arg4, arg5);
|
|
878
857
|
},
|
|
879
|
-
|
|
858
|
+
__wbg_drawElementsInstanced_9cdd75777f6fe52e: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
880
859
|
arg0.drawElementsInstanced(arg1 >>> 0, arg2, arg3 >>> 0, arg4, arg5);
|
|
881
860
|
},
|
|
882
|
-
|
|
861
|
+
__wbg_drawIndexed_67b8b407e4690b5b: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
883
862
|
arg0.drawIndexed(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4, arg5 >>> 0);
|
|
884
863
|
},
|
|
885
|
-
|
|
864
|
+
__wbg_draw_144fe15cf5de8254: function(arg0, arg1, arg2, arg3, arg4) {
|
|
886
865
|
arg0.draw(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
|
|
887
866
|
},
|
|
888
|
-
|
|
867
|
+
__wbg_enableVertexAttribArray_44d2f9d5bd7d4773: function(arg0, arg1) {
|
|
889
868
|
arg0.enableVertexAttribArray(arg1 >>> 0);
|
|
890
869
|
},
|
|
891
|
-
|
|
870
|
+
__wbg_enableVertexAttribArray_a6fb4500c619f67f: function(arg0, arg1) {
|
|
892
871
|
arg0.enableVertexAttribArray(arg1 >>> 0);
|
|
893
872
|
},
|
|
894
|
-
|
|
873
|
+
__wbg_enable_aafffd647725f82c: function(arg0, arg1) {
|
|
895
874
|
arg0.enable(arg1 >>> 0);
|
|
896
875
|
},
|
|
897
|
-
|
|
876
|
+
__wbg_enable_e9e223bf04c318ac: function(arg0, arg1) {
|
|
898
877
|
arg0.enable(arg1 >>> 0);
|
|
899
878
|
},
|
|
900
|
-
|
|
879
|
+
__wbg_endQuery_35c4e07c06fe3d01: function(arg0, arg1) {
|
|
901
880
|
arg0.endQuery(arg1 >>> 0);
|
|
902
881
|
},
|
|
903
|
-
|
|
882
|
+
__wbg_end_68d2bd9f647a2a38: function(arg0) {
|
|
904
883
|
arg0.end();
|
|
905
884
|
},
|
|
906
|
-
|
|
885
|
+
__wbg_entries_e0b73aa8571ddb56: function(arg0) {
|
|
907
886
|
const ret = Object.entries(arg0);
|
|
908
887
|
return ret;
|
|
909
888
|
},
|
|
910
|
-
|
|
889
|
+
__wbg_error_2001591ad2463697: function(arg0) {
|
|
890
|
+
console.error(arg0);
|
|
891
|
+
},
|
|
892
|
+
__wbg_error_a6fa202b58aa1cd3: function(arg0, arg1) {
|
|
911
893
|
let deferred0_0;
|
|
912
894
|
let deferred0_1;
|
|
913
895
|
try {
|
|
@@ -918,250 +900,283 @@ function __wbg_get_imports() {
|
|
|
918
900
|
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
919
901
|
}
|
|
920
902
|
},
|
|
921
|
-
|
|
922
|
-
console.error(arg0);
|
|
923
|
-
},
|
|
924
|
-
__wbg_error_f852e41c69b0bd84: function(arg0, arg1) {
|
|
903
|
+
__wbg_error_f536c7930d1c5c8d: function(arg0, arg1) {
|
|
925
904
|
console.error(arg0, arg1);
|
|
926
905
|
},
|
|
927
|
-
|
|
906
|
+
__wbg_features_308760f9ae699ee0: function(arg0) {
|
|
907
|
+
const ret = arg0.features;
|
|
908
|
+
return ret;
|
|
909
|
+
},
|
|
910
|
+
__wbg_fenceSync_a6b717c8aa19605f: function(arg0, arg1, arg2) {
|
|
928
911
|
const ret = arg0.fenceSync(arg1 >>> 0, arg2 >>> 0);
|
|
929
912
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
930
913
|
},
|
|
931
|
-
|
|
914
|
+
__wbg_finish_7d949e916fb756c0: function(arg0) {
|
|
932
915
|
const ret = arg0.finish();
|
|
933
916
|
return ret;
|
|
934
917
|
},
|
|
935
|
-
|
|
918
|
+
__wbg_finish_7dc4e63765afdf59: function(arg0, arg1) {
|
|
936
919
|
const ret = arg0.finish(arg1);
|
|
937
920
|
return ret;
|
|
938
921
|
},
|
|
939
|
-
|
|
922
|
+
__wbg_flush_83c9379ecf842793: function(arg0) {
|
|
940
923
|
arg0.flush();
|
|
941
924
|
},
|
|
942
|
-
|
|
925
|
+
__wbg_flush_919dd5bcf0622389: function(arg0) {
|
|
943
926
|
arg0.flush();
|
|
944
927
|
},
|
|
945
|
-
|
|
928
|
+
__wbg_focus_089295847acbfa20: function() { return handleError(function (arg0) {
|
|
946
929
|
arg0.focus();
|
|
947
930
|
}, arguments); },
|
|
948
|
-
|
|
931
|
+
__wbg_framebufferRenderbuffer_45ca809f8ae492b2: function(arg0, arg1, arg2, arg3, arg4) {
|
|
949
932
|
arg0.framebufferRenderbuffer(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4);
|
|
950
933
|
},
|
|
951
|
-
|
|
934
|
+
__wbg_framebufferRenderbuffer_fb45867659c40998: function(arg0, arg1, arg2, arg3, arg4) {
|
|
952
935
|
arg0.framebufferRenderbuffer(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4);
|
|
953
936
|
},
|
|
954
|
-
|
|
937
|
+
__wbg_framebufferTexture2D_44e56e9e14542bb5: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
955
938
|
arg0.framebufferTexture2D(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4, arg5);
|
|
956
939
|
},
|
|
957
|
-
|
|
940
|
+
__wbg_framebufferTexture2D_f54db6e0dc9fac5e: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
958
941
|
arg0.framebufferTexture2D(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4, arg5);
|
|
959
942
|
},
|
|
960
|
-
|
|
943
|
+
__wbg_framebufferTextureLayer_9304ec957d83d40c: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
961
944
|
arg0.framebufferTextureLayer(arg1 >>> 0, arg2 >>> 0, arg3, arg4, arg5);
|
|
962
945
|
},
|
|
963
|
-
|
|
946
|
+
__wbg_framebufferTextureMultiviewOVR_da9e610e7905c5d6: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
964
947
|
arg0.framebufferTextureMultiviewOVR(arg1 >>> 0, arg2 >>> 0, arg3, arg4, arg5, arg6);
|
|
965
948
|
},
|
|
966
|
-
|
|
949
|
+
__wbg_frontFace_8355322e74d5ff2c: function(arg0, arg1) {
|
|
967
950
|
arg0.frontFace(arg1 >>> 0);
|
|
968
951
|
},
|
|
969
|
-
|
|
952
|
+
__wbg_frontFace_fc39e9727cc574df: function(arg0, arg1) {
|
|
970
953
|
arg0.frontFace(arg1 >>> 0);
|
|
971
954
|
},
|
|
972
|
-
|
|
955
|
+
__wbg_fullscreenElement_2eed7fc26f0751e2: function(arg0) {
|
|
973
956
|
const ret = arg0.fullscreenElement;
|
|
974
957
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
975
958
|
},
|
|
976
|
-
|
|
959
|
+
__wbg_getBufferSubData_008fe53c81fd2c77: function(arg0, arg1, arg2, arg3) {
|
|
977
960
|
arg0.getBufferSubData(arg1 >>> 0, arg2, arg3);
|
|
978
961
|
},
|
|
979
|
-
|
|
980
|
-
const ret = arg0.getCoalescedEvents;
|
|
962
|
+
__wbg_getCoalescedEvents_08ae0f67553c536f: function(arg0) {
|
|
963
|
+
const ret = arg0.getCoalescedEvents();
|
|
981
964
|
return ret;
|
|
982
965
|
},
|
|
983
|
-
|
|
984
|
-
const ret = arg0.getCoalescedEvents
|
|
966
|
+
__wbg_getCoalescedEvents_3e003f63d9ebbc05: function(arg0) {
|
|
967
|
+
const ret = arg0.getCoalescedEvents;
|
|
985
968
|
return ret;
|
|
986
969
|
},
|
|
987
|
-
|
|
970
|
+
__wbg_getComputedStyle_a23c121719ab715c: function() { return handleError(function (arg0, arg1) {
|
|
988
971
|
const ret = arg0.getComputedStyle(arg1);
|
|
989
972
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
990
973
|
}, arguments); },
|
|
991
|
-
|
|
992
|
-
const ret = arg0.getContext(getStringFromWasm0(arg1, arg2));
|
|
974
|
+
__wbg_getContext_367a8d870ace1970: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
975
|
+
const ret = arg0.getContext(getStringFromWasm0(arg1, arg2), arg3);
|
|
993
976
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
994
977
|
}, arguments); },
|
|
995
|
-
|
|
978
|
+
__wbg_getContext_69ddc504535a2e7b: function() { return handleError(function (arg0, arg1, arg2) {
|
|
996
979
|
const ret = arg0.getContext(getStringFromWasm0(arg1, arg2));
|
|
997
980
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
998
981
|
}, arguments); },
|
|
999
|
-
|
|
982
|
+
__wbg_getContext_7721c879aeeb69f4: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1000
983
|
const ret = arg0.getContext(getStringFromWasm0(arg1, arg2), arg3);
|
|
1001
984
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1002
985
|
}, arguments); },
|
|
1003
|
-
|
|
1004
|
-
const ret = arg0.getContext(getStringFromWasm0(arg1, arg2)
|
|
986
|
+
__wbg_getContext_fc146f8ec021d074: function() { return handleError(function (arg0, arg1, arg2) {
|
|
987
|
+
const ret = arg0.getContext(getStringFromWasm0(arg1, arg2));
|
|
1005
988
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1006
989
|
}, arguments); },
|
|
1007
|
-
|
|
990
|
+
__wbg_getCurrentTexture_a516a0b9b636961a: function() { return handleError(function (arg0) {
|
|
1008
991
|
const ret = arg0.getCurrentTexture();
|
|
1009
992
|
return ret;
|
|
1010
993
|
}, arguments); },
|
|
1011
|
-
|
|
994
|
+
__wbg_getElementById_0b5a508c91194690: function(arg0, arg1, arg2) {
|
|
1012
995
|
const ret = arg0.getElementById(getStringFromWasm0(arg1, arg2));
|
|
1013
996
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1014
997
|
},
|
|
1015
|
-
|
|
998
|
+
__wbg_getExtension_5228364a0715c7db: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1016
999
|
const ret = arg0.getExtension(getStringFromWasm0(arg1, arg2));
|
|
1017
1000
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1018
1001
|
}, arguments); },
|
|
1019
|
-
|
|
1002
|
+
__wbg_getIndexedParameter_03d7b63e08249113: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1020
1003
|
const ret = arg0.getIndexedParameter(arg1 >>> 0, arg2 >>> 0);
|
|
1021
1004
|
return ret;
|
|
1022
1005
|
}, arguments); },
|
|
1023
|
-
|
|
1006
|
+
__wbg_getMappedRange_3505c06e92dc304c: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1024
1007
|
const ret = arg0.getMappedRange(arg1, arg2);
|
|
1025
1008
|
return ret;
|
|
1026
1009
|
}, arguments); },
|
|
1027
|
-
|
|
1010
|
+
__wbg_getOwnPropertyDescriptor_131bd582a45a6f5d: function(arg0, arg1) {
|
|
1028
1011
|
const ret = Object.getOwnPropertyDescriptor(arg0, arg1);
|
|
1029
1012
|
return ret;
|
|
1030
1013
|
},
|
|
1031
|
-
|
|
1014
|
+
__wbg_getParameter_594f21b1d26abeed: function() { return handleError(function (arg0, arg1) {
|
|
1032
1015
|
const ret = arg0.getParameter(arg1 >>> 0);
|
|
1033
1016
|
return ret;
|
|
1034
1017
|
}, arguments); },
|
|
1035
|
-
|
|
1018
|
+
__wbg_getParameter_e1c6e394a2959d43: function() { return handleError(function (arg0, arg1) {
|
|
1036
1019
|
const ret = arg0.getParameter(arg1 >>> 0);
|
|
1037
1020
|
return ret;
|
|
1038
1021
|
}, arguments); },
|
|
1039
|
-
|
|
1022
|
+
__wbg_getPreferredCanvasFormat_78b186193f25cd47: function(arg0) {
|
|
1040
1023
|
const ret = arg0.getPreferredCanvasFormat();
|
|
1041
1024
|
return (__wbindgen_enum_GpuTextureFormat.indexOf(ret) + 1 || 96) - 1;
|
|
1042
1025
|
},
|
|
1043
|
-
|
|
1026
|
+
__wbg_getProgramInfoLog_00af0d3e29c73293: function(arg0, arg1, arg2) {
|
|
1044
1027
|
const ret = arg1.getProgramInfoLog(arg2);
|
|
1045
1028
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1046
1029
|
var len1 = WASM_VECTOR_LEN;
|
|
1047
1030
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1048
1031
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1049
1032
|
},
|
|
1050
|
-
|
|
1033
|
+
__wbg_getProgramInfoLog_612d2724e854e752: function(arg0, arg1, arg2) {
|
|
1051
1034
|
const ret = arg1.getProgramInfoLog(arg2);
|
|
1052
1035
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1053
1036
|
var len1 = WASM_VECTOR_LEN;
|
|
1054
1037
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1055
1038
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1056
1039
|
},
|
|
1057
|
-
|
|
1040
|
+
__wbg_getProgramParameter_6aa39c38709e0d9d: function(arg0, arg1, arg2) {
|
|
1058
1041
|
const ret = arg0.getProgramParameter(arg1, arg2 >>> 0);
|
|
1059
1042
|
return ret;
|
|
1060
1043
|
},
|
|
1061
|
-
|
|
1044
|
+
__wbg_getProgramParameter_d18275e84d037799: function(arg0, arg1, arg2) {
|
|
1062
1045
|
const ret = arg0.getProgramParameter(arg1, arg2 >>> 0);
|
|
1063
1046
|
return ret;
|
|
1064
1047
|
},
|
|
1065
|
-
|
|
1048
|
+
__wbg_getPropertyValue_0bc8c6164d246228: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1066
1049
|
const ret = arg1.getPropertyValue(getStringFromWasm0(arg2, arg3));
|
|
1067
1050
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1068
1051
|
const len1 = WASM_VECTOR_LEN;
|
|
1069
1052
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1070
1053
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1071
1054
|
}, arguments); },
|
|
1072
|
-
|
|
1055
|
+
__wbg_getQueryParameter_9a1b5a99c953b0de: function(arg0, arg1, arg2) {
|
|
1073
1056
|
const ret = arg0.getQueryParameter(arg1, arg2 >>> 0);
|
|
1074
1057
|
return ret;
|
|
1075
1058
|
},
|
|
1076
|
-
|
|
1059
|
+
__wbg_getRandomValues_3f44b700395062e5: function() { return handleError(function (arg0, arg1) {
|
|
1077
1060
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
1078
1061
|
}, arguments); },
|
|
1079
|
-
|
|
1062
|
+
__wbg_getShaderInfoLog_57fd85336a768aa9: function(arg0, arg1, arg2) {
|
|
1080
1063
|
const ret = arg1.getShaderInfoLog(arg2);
|
|
1081
1064
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1082
1065
|
var len1 = WASM_VECTOR_LEN;
|
|
1083
1066
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1084
1067
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1085
1068
|
},
|
|
1086
|
-
|
|
1069
|
+
__wbg_getShaderInfoLog_ef603aa10b52d639: function(arg0, arg1, arg2) {
|
|
1087
1070
|
const ret = arg1.getShaderInfoLog(arg2);
|
|
1088
1071
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1089
1072
|
var len1 = WASM_VECTOR_LEN;
|
|
1090
1073
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1091
1074
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1092
1075
|
},
|
|
1093
|
-
|
|
1076
|
+
__wbg_getShaderParameter_4676ea57a8db83ec: function(arg0, arg1, arg2) {
|
|
1094
1077
|
const ret = arg0.getShaderParameter(arg1, arg2 >>> 0);
|
|
1095
1078
|
return ret;
|
|
1096
1079
|
},
|
|
1097
|
-
|
|
1080
|
+
__wbg_getShaderParameter_f1ed538581985875: function(arg0, arg1, arg2) {
|
|
1098
1081
|
const ret = arg0.getShaderParameter(arg1, arg2 >>> 0);
|
|
1099
1082
|
return ret;
|
|
1100
1083
|
},
|
|
1101
|
-
|
|
1084
|
+
__wbg_getSupportedExtensions_a6b7a4d43810c644: function(arg0) {
|
|
1102
1085
|
const ret = arg0.getSupportedExtensions();
|
|
1103
1086
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1104
1087
|
},
|
|
1105
|
-
|
|
1088
|
+
__wbg_getSupportedProfiles_07d149b0534e6e7d: function(arg0) {
|
|
1106
1089
|
const ret = arg0.getSupportedProfiles();
|
|
1107
1090
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1108
1091
|
},
|
|
1109
|
-
|
|
1092
|
+
__wbg_getSyncParameter_eca2fe84d5f74227: function(arg0, arg1, arg2) {
|
|
1110
1093
|
const ret = arg0.getSyncParameter(arg1, arg2 >>> 0);
|
|
1111
1094
|
return ret;
|
|
1112
1095
|
},
|
|
1113
|
-
|
|
1096
|
+
__wbg_getUniformBlockIndex_79370b4799b9dd60: function(arg0, arg1, arg2, arg3) {
|
|
1114
1097
|
const ret = arg0.getUniformBlockIndex(arg1, getStringFromWasm0(arg2, arg3));
|
|
1115
1098
|
return ret;
|
|
1116
1099
|
},
|
|
1117
|
-
|
|
1100
|
+
__wbg_getUniformLocation_084155a4348002df: function(arg0, arg1, arg2, arg3) {
|
|
1118
1101
|
const ret = arg0.getUniformLocation(arg1, getStringFromWasm0(arg2, arg3));
|
|
1119
1102
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1120
1103
|
},
|
|
1121
|
-
|
|
1104
|
+
__wbg_getUniformLocation_91e9e13f695e50c5: function(arg0, arg1, arg2, arg3) {
|
|
1122
1105
|
const ret = arg0.getUniformLocation(arg1, getStringFromWasm0(arg2, arg3));
|
|
1123
1106
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1124
1107
|
},
|
|
1125
|
-
|
|
1126
|
-
const ret = arg0[
|
|
1108
|
+
__wbg_get_0cfbe604d86bac03: function(arg0, arg1) {
|
|
1109
|
+
const ret = arg0[arg1 >>> 0];
|
|
1127
1110
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1128
1111
|
},
|
|
1129
|
-
|
|
1130
|
-
const ret = arg0
|
|
1112
|
+
__wbg_get_1affdbdd5573b16a: function() { return handleError(function (arg0, arg1) {
|
|
1113
|
+
const ret = Reflect.get(arg0, arg1);
|
|
1131
1114
|
return ret;
|
|
1132
|
-
},
|
|
1133
|
-
|
|
1115
|
+
}, arguments); },
|
|
1116
|
+
__wbg_get_6011fa3a58f61074: function() { return handleError(function (arg0, arg1) {
|
|
1134
1117
|
const ret = Reflect.get(arg0, arg1);
|
|
1135
1118
|
return ret;
|
|
1136
1119
|
}, arguments); },
|
|
1137
|
-
|
|
1120
|
+
__wbg_get_8360291721e2339f: function(arg0, arg1) {
|
|
1138
1121
|
const ret = arg0[arg1 >>> 0];
|
|
1122
|
+
return ret;
|
|
1123
|
+
},
|
|
1124
|
+
__wbg_get_c0c16b5bb811bbf3: function(arg0, arg1, arg2) {
|
|
1125
|
+
const ret = arg0[getStringFromWasm0(arg1, arg2)];
|
|
1139
1126
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1140
1127
|
},
|
|
1141
|
-
|
|
1128
|
+
__wbg_get_unchecked_17f53dad852b9588: function(arg0, arg1) {
|
|
1129
|
+
const ret = arg0[arg1 >>> 0];
|
|
1130
|
+
return ret;
|
|
1131
|
+
},
|
|
1132
|
+
__wbg_get_with_ref_key_6412cf3094599694: function(arg0, arg1) {
|
|
1142
1133
|
const ret = arg0[arg1];
|
|
1143
1134
|
return ret;
|
|
1144
1135
|
},
|
|
1145
|
-
|
|
1136
|
+
__wbg_gpu_03716d242aac2a7a: function(arg0) {
|
|
1146
1137
|
const ret = arg0.gpu;
|
|
1147
1138
|
return ret;
|
|
1148
1139
|
},
|
|
1149
|
-
|
|
1140
|
+
__wbg_has_3dde616b19827a8d: function(arg0, arg1, arg2) {
|
|
1141
|
+
const ret = arg0.has(getStringFromWasm0(arg1, arg2));
|
|
1142
|
+
return ret;
|
|
1143
|
+
},
|
|
1144
|
+
__wbg_height_1bd361dd29823921: function(arg0) {
|
|
1145
|
+
const ret = arg0.height;
|
|
1146
|
+
return ret;
|
|
1147
|
+
},
|
|
1148
|
+
__wbg_height_528848d067cc2221: function(arg0) {
|
|
1149
|
+
const ret = arg0.height;
|
|
1150
|
+
return ret;
|
|
1151
|
+
},
|
|
1152
|
+
__wbg_height_686fe15182fb5d4e: function(arg0) {
|
|
1153
|
+
const ret = arg0.height;
|
|
1154
|
+
return ret;
|
|
1155
|
+
},
|
|
1156
|
+
__wbg_height_e9bd2453b0432ed7: function(arg0) {
|
|
1157
|
+
const ret = arg0.height;
|
|
1158
|
+
return ret;
|
|
1159
|
+
},
|
|
1160
|
+
__wbg_height_f8efae863e677d02: function(arg0) {
|
|
1150
1161
|
const ret = arg0.height;
|
|
1151
1162
|
return ret;
|
|
1152
1163
|
},
|
|
1153
|
-
|
|
1164
|
+
__wbg_height_fc2f1def9f6e7730: function(arg0) {
|
|
1165
|
+
const ret = arg0.height;
|
|
1166
|
+
return ret;
|
|
1167
|
+
},
|
|
1168
|
+
__wbg_includes_591176a7a8b346e9: function(arg0, arg1, arg2) {
|
|
1154
1169
|
const ret = arg0.includes(arg1, arg2);
|
|
1155
1170
|
return ret;
|
|
1156
1171
|
},
|
|
1157
|
-
|
|
1172
|
+
__wbg_info_7479429238bffbce: function(arg0) {
|
|
1158
1173
|
console.info(arg0);
|
|
1159
1174
|
},
|
|
1160
|
-
|
|
1175
|
+
__wbg_inlineSize_ade7bedbe596e98c: function(arg0) {
|
|
1161
1176
|
const ret = arg0.inlineSize;
|
|
1162
1177
|
return ret;
|
|
1163
1178
|
},
|
|
1164
|
-
|
|
1179
|
+
__wbg_instanceof_ArrayBuffer_7c8433c6ed14ffe3: function(arg0) {
|
|
1165
1180
|
let result;
|
|
1166
1181
|
try {
|
|
1167
1182
|
result = arg0 instanceof ArrayBuffer;
|
|
@@ -1191,7 +1206,7 @@ function __wbg_get_imports() {
|
|
|
1191
1206
|
const ret = result;
|
|
1192
1207
|
return ret;
|
|
1193
1208
|
},
|
|
1194
|
-
|
|
1209
|
+
__wbg_instanceof_HtmlCanvasElement_ea4dfc3bb77c734b: function(arg0) {
|
|
1195
1210
|
let result;
|
|
1196
1211
|
try {
|
|
1197
1212
|
result = arg0 instanceof HTMLCanvasElement;
|
|
@@ -1201,7 +1216,7 @@ function __wbg_get_imports() {
|
|
|
1201
1216
|
const ret = result;
|
|
1202
1217
|
return ret;
|
|
1203
1218
|
},
|
|
1204
|
-
|
|
1219
|
+
__wbg_instanceof_Object_7c99480a1cdfb911: function(arg0) {
|
|
1205
1220
|
let result;
|
|
1206
1221
|
try {
|
|
1207
1222
|
result = arg0 instanceof Object;
|
|
@@ -1211,7 +1226,7 @@ function __wbg_get_imports() {
|
|
|
1211
1226
|
const ret = result;
|
|
1212
1227
|
return ret;
|
|
1213
1228
|
},
|
|
1214
|
-
|
|
1229
|
+
__wbg_instanceof_Uint8Array_152ba1f289edcf3f: function(arg0) {
|
|
1215
1230
|
let result;
|
|
1216
1231
|
try {
|
|
1217
1232
|
result = arg0 instanceof Uint8Array;
|
|
@@ -1221,7 +1236,7 @@ function __wbg_get_imports() {
|
|
|
1221
1236
|
const ret = result;
|
|
1222
1237
|
return ret;
|
|
1223
1238
|
},
|
|
1224
|
-
|
|
1239
|
+
__wbg_instanceof_WebGl2RenderingContext_23f2da2f294d4c8e: function(arg0) {
|
|
1225
1240
|
let result;
|
|
1226
1241
|
try {
|
|
1227
1242
|
result = arg0 instanceof WebGL2RenderingContext;
|
|
@@ -1231,7 +1246,7 @@ function __wbg_get_imports() {
|
|
|
1231
1246
|
const ret = result;
|
|
1232
1247
|
return ret;
|
|
1233
1248
|
},
|
|
1234
|
-
|
|
1249
|
+
__wbg_instanceof_Window_cc64c86c8ef9e02b: function(arg0) {
|
|
1235
1250
|
let result;
|
|
1236
1251
|
try {
|
|
1237
1252
|
result = arg0 instanceof Window;
|
|
@@ -1241,1502 +1256,1550 @@ function __wbg_get_imports() {
|
|
|
1241
1256
|
const ret = result;
|
|
1242
1257
|
return ret;
|
|
1243
1258
|
},
|
|
1244
|
-
|
|
1259
|
+
__wbg_invalidateFramebuffer_c731d4aba0d9ae7a: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1245
1260
|
arg0.invalidateFramebuffer(arg1 >>> 0, arg2);
|
|
1246
1261
|
}, arguments); },
|
|
1247
|
-
|
|
1262
|
+
__wbg_isArray_c3109d14ffc06469: function(arg0) {
|
|
1248
1263
|
const ret = Array.isArray(arg0);
|
|
1249
1264
|
return ret;
|
|
1250
1265
|
},
|
|
1251
|
-
|
|
1266
|
+
__wbg_isIntersecting_10f717a22304a79d: function(arg0) {
|
|
1252
1267
|
const ret = arg0.isIntersecting;
|
|
1253
1268
|
return ret;
|
|
1254
1269
|
},
|
|
1255
|
-
|
|
1270
|
+
__wbg_isSafeInteger_4fc213d1989d6d2a: function(arg0) {
|
|
1256
1271
|
const ret = Number.isSafeInteger(arg0);
|
|
1257
1272
|
return ret;
|
|
1258
1273
|
},
|
|
1259
|
-
|
|
1274
|
+
__wbg_is_8f7ba86b7f249abd: function(arg0, arg1) {
|
|
1260
1275
|
const ret = Object.is(arg0, arg1);
|
|
1261
1276
|
return ret;
|
|
1262
1277
|
},
|
|
1263
|
-
|
|
1278
|
+
__wbg_iterator_013bc09ec998c2a7: function() {
|
|
1264
1279
|
const ret = Symbol.iterator;
|
|
1265
1280
|
return ret;
|
|
1266
1281
|
},
|
|
1267
|
-
|
|
1282
|
+
__wbg_key_2cbc38fa83cdb336: function(arg0, arg1) {
|
|
1268
1283
|
const ret = arg1.key;
|
|
1269
1284
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1270
1285
|
const len1 = WASM_VECTOR_LEN;
|
|
1271
1286
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1272
1287
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1273
1288
|
},
|
|
1274
|
-
|
|
1289
|
+
__wbg_label_9850c9fa8a462e67: function(arg0, arg1) {
|
|
1275
1290
|
const ret = arg1.label;
|
|
1276
1291
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1277
1292
|
const len1 = WASM_VECTOR_LEN;
|
|
1278
1293
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1279
1294
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1280
1295
|
},
|
|
1281
|
-
|
|
1296
|
+
__wbg_length_3d4ecd04bd8d22f1: function(arg0) {
|
|
1282
1297
|
const ret = arg0.length;
|
|
1283
1298
|
return ret;
|
|
1284
1299
|
},
|
|
1285
|
-
|
|
1300
|
+
__wbg_length_9f1775224cf1d815: function(arg0) {
|
|
1286
1301
|
const ret = arg0.length;
|
|
1287
1302
|
return ret;
|
|
1288
1303
|
},
|
|
1289
|
-
|
|
1290
|
-
const ret = arg0.length;
|
|
1291
|
-
return ret;
|
|
1292
|
-
},
|
|
1293
|
-
__wbg_limits_563f98195b4aab75: function(arg0) {
|
|
1304
|
+
__wbg_limits_5bca67036d8c5c3d: function(arg0) {
|
|
1294
1305
|
const ret = arg0.limits;
|
|
1295
1306
|
return ret;
|
|
1296
1307
|
},
|
|
1297
|
-
|
|
1308
|
+
__wbg_limits_ea41c3962a6b95bc: function(arg0) {
|
|
1298
1309
|
const ret = arg0.limits;
|
|
1299
1310
|
return ret;
|
|
1300
1311
|
},
|
|
1301
|
-
|
|
1312
|
+
__wbg_linkProgram_0f095b446d393a30: function(arg0, arg1) {
|
|
1302
1313
|
arg0.linkProgram(arg1);
|
|
1303
1314
|
},
|
|
1304
|
-
|
|
1315
|
+
__wbg_linkProgram_aa5b01ff0fcf3a80: function(arg0, arg1) {
|
|
1305
1316
|
arg0.linkProgram(arg1);
|
|
1306
1317
|
},
|
|
1307
|
-
|
|
1318
|
+
__wbg_location_8f2306ac5789eb87: function(arg0) {
|
|
1308
1319
|
const ret = arg0.location;
|
|
1309
1320
|
return ret;
|
|
1310
1321
|
},
|
|
1311
|
-
|
|
1322
|
+
__wbg_log_7e1aa9064a1dbdbd: function(arg0) {
|
|
1312
1323
|
console.log(arg0);
|
|
1313
1324
|
},
|
|
1314
|
-
|
|
1325
|
+
__wbg_matchMedia_ce9949babceac178: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1315
1326
|
const ret = arg0.matchMedia(getStringFromWasm0(arg1, arg2));
|
|
1316
1327
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1317
1328
|
}, arguments); },
|
|
1318
|
-
|
|
1329
|
+
__wbg_matches_60339f60d9118f30: function(arg0) {
|
|
1319
1330
|
const ret = arg0.matches;
|
|
1320
1331
|
return ret;
|
|
1321
1332
|
},
|
|
1322
|
-
|
|
1333
|
+
__wbg_maxBindGroups_2bf4f99a58a6309f: function(arg0) {
|
|
1323
1334
|
const ret = arg0.maxBindGroups;
|
|
1324
1335
|
return ret;
|
|
1325
1336
|
},
|
|
1326
|
-
|
|
1337
|
+
__wbg_maxBindingsPerBindGroup_dacc570aa61d0dca: function(arg0) {
|
|
1327
1338
|
const ret = arg0.maxBindingsPerBindGroup;
|
|
1328
1339
|
return ret;
|
|
1329
1340
|
},
|
|
1330
|
-
|
|
1341
|
+
__wbg_maxBufferSize_99fc9443bb4067ba: function(arg0) {
|
|
1331
1342
|
const ret = arg0.maxBufferSize;
|
|
1332
1343
|
return ret;
|
|
1333
1344
|
},
|
|
1334
|
-
|
|
1345
|
+
__wbg_maxColorAttachmentBytesPerSample_2da4920e0acebc0e: function(arg0) {
|
|
1335
1346
|
const ret = arg0.maxColorAttachmentBytesPerSample;
|
|
1336
1347
|
return ret;
|
|
1337
1348
|
},
|
|
1338
|
-
|
|
1349
|
+
__wbg_maxColorAttachments_bebac93064a9d843: function(arg0) {
|
|
1339
1350
|
const ret = arg0.maxColorAttachments;
|
|
1340
1351
|
return ret;
|
|
1341
1352
|
},
|
|
1342
|
-
|
|
1353
|
+
__wbg_maxComputeInvocationsPerWorkgroup_ccd6b7df84154e21: function(arg0) {
|
|
1343
1354
|
const ret = arg0.maxComputeInvocationsPerWorkgroup;
|
|
1344
1355
|
return ret;
|
|
1345
1356
|
},
|
|
1346
|
-
|
|
1357
|
+
__wbg_maxComputeWorkgroupSizeX_0e4f5019b8ab256e: function(arg0) {
|
|
1347
1358
|
const ret = arg0.maxComputeWorkgroupSizeX;
|
|
1348
1359
|
return ret;
|
|
1349
1360
|
},
|
|
1350
|
-
|
|
1361
|
+
__wbg_maxComputeWorkgroupSizeY_8276aa965a003c45: function(arg0) {
|
|
1351
1362
|
const ret = arg0.maxComputeWorkgroupSizeY;
|
|
1352
1363
|
return ret;
|
|
1353
1364
|
},
|
|
1354
|
-
|
|
1365
|
+
__wbg_maxComputeWorkgroupSizeZ_977746dd442595bd: function(arg0) {
|
|
1355
1366
|
const ret = arg0.maxComputeWorkgroupSizeZ;
|
|
1356
1367
|
return ret;
|
|
1357
1368
|
},
|
|
1358
|
-
|
|
1369
|
+
__wbg_maxComputeWorkgroupStorageSize_ce16b9d5d8733780: function(arg0) {
|
|
1359
1370
|
const ret = arg0.maxComputeWorkgroupStorageSize;
|
|
1360
1371
|
return ret;
|
|
1361
1372
|
},
|
|
1362
|
-
|
|
1373
|
+
__wbg_maxComputeWorkgroupsPerDimension_3b7b8e447a68f678: function(arg0) {
|
|
1363
1374
|
const ret = arg0.maxComputeWorkgroupsPerDimension;
|
|
1364
1375
|
return ret;
|
|
1365
1376
|
},
|
|
1366
|
-
|
|
1377
|
+
__wbg_maxDynamicStorageBuffersPerPipelineLayout_8355a4388945b17c: function(arg0) {
|
|
1367
1378
|
const ret = arg0.maxDynamicStorageBuffersPerPipelineLayout;
|
|
1368
1379
|
return ret;
|
|
1369
1380
|
},
|
|
1370
|
-
|
|
1381
|
+
__wbg_maxDynamicUniformBuffersPerPipelineLayout_977505074842a93f: function(arg0) {
|
|
1371
1382
|
const ret = arg0.maxDynamicUniformBuffersPerPipelineLayout;
|
|
1372
1383
|
return ret;
|
|
1373
1384
|
},
|
|
1374
|
-
|
|
1385
|
+
__wbg_maxSampledTexturesPerShaderStage_e946a03f2f1039de: function(arg0) {
|
|
1375
1386
|
const ret = arg0.maxSampledTexturesPerShaderStage;
|
|
1376
1387
|
return ret;
|
|
1377
1388
|
},
|
|
1378
|
-
|
|
1389
|
+
__wbg_maxSamplersPerShaderStage_14d367c8faabd3bc: function(arg0) {
|
|
1379
1390
|
const ret = arg0.maxSamplersPerShaderStage;
|
|
1380
1391
|
return ret;
|
|
1381
1392
|
},
|
|
1382
|
-
|
|
1393
|
+
__wbg_maxStorageBufferBindingSize_4a8221c2bde16572: function(arg0) {
|
|
1383
1394
|
const ret = arg0.maxStorageBufferBindingSize;
|
|
1384
1395
|
return ret;
|
|
1385
1396
|
},
|
|
1386
|
-
|
|
1397
|
+
__wbg_maxStorageBuffersPerShaderStage_0f46960801ff4626: function(arg0) {
|
|
1387
1398
|
const ret = arg0.maxStorageBuffersPerShaderStage;
|
|
1388
1399
|
return ret;
|
|
1389
1400
|
},
|
|
1390
|
-
|
|
1401
|
+
__wbg_maxStorageTexturesPerShaderStage_55c540c36a9a8670: function(arg0) {
|
|
1391
1402
|
const ret = arg0.maxStorageTexturesPerShaderStage;
|
|
1392
1403
|
return ret;
|
|
1393
1404
|
},
|
|
1394
|
-
|
|
1405
|
+
__wbg_maxTextureArrayLayers_ff0524af946d2147: function(arg0) {
|
|
1395
1406
|
const ret = arg0.maxTextureArrayLayers;
|
|
1396
1407
|
return ret;
|
|
1397
1408
|
},
|
|
1398
|
-
|
|
1409
|
+
__wbg_maxTextureDimension1D_7e7b3134d878963f: function(arg0) {
|
|
1399
1410
|
const ret = arg0.maxTextureDimension1D;
|
|
1400
1411
|
return ret;
|
|
1401
1412
|
},
|
|
1402
|
-
|
|
1413
|
+
__wbg_maxTextureDimension2D_4cebfd3132f9db9c: function(arg0) {
|
|
1403
1414
|
const ret = arg0.maxTextureDimension2D;
|
|
1404
1415
|
return ret;
|
|
1405
1416
|
},
|
|
1406
|
-
|
|
1417
|
+
__wbg_maxTextureDimension3D_487f24962e39588f: function(arg0) {
|
|
1407
1418
|
const ret = arg0.maxTextureDimension3D;
|
|
1408
1419
|
return ret;
|
|
1409
1420
|
},
|
|
1410
|
-
|
|
1421
|
+
__wbg_maxUniformBufferBindingSize_a7c5e53f603450e4: function(arg0) {
|
|
1411
1422
|
const ret = arg0.maxUniformBufferBindingSize;
|
|
1412
1423
|
return ret;
|
|
1413
1424
|
},
|
|
1414
|
-
|
|
1425
|
+
__wbg_maxUniformBuffersPerShaderStage_b4a0c0df66ad558d: function(arg0) {
|
|
1415
1426
|
const ret = arg0.maxUniformBuffersPerShaderStage;
|
|
1416
1427
|
return ret;
|
|
1417
1428
|
},
|
|
1418
|
-
|
|
1429
|
+
__wbg_maxVertexAttributes_6561757d6b756306: function(arg0) {
|
|
1419
1430
|
const ret = arg0.maxVertexAttributes;
|
|
1420
1431
|
return ret;
|
|
1421
1432
|
},
|
|
1422
|
-
|
|
1433
|
+
__wbg_maxVertexBufferArrayStride_32ac993891416ff9: function(arg0) {
|
|
1423
1434
|
const ret = arg0.maxVertexBufferArrayStride;
|
|
1424
1435
|
return ret;
|
|
1425
1436
|
},
|
|
1426
|
-
|
|
1437
|
+
__wbg_maxVertexBuffers_933477de1b5f4825: function(arg0) {
|
|
1427
1438
|
const ret = arg0.maxVertexBuffers;
|
|
1428
1439
|
return ret;
|
|
1429
1440
|
},
|
|
1430
|
-
|
|
1441
|
+
__wbg_media_e755b0c3bda4816a: function(arg0, arg1) {
|
|
1431
1442
|
const ret = arg1.media;
|
|
1432
1443
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1433
1444
|
const len1 = WASM_VECTOR_LEN;
|
|
1434
1445
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1435
1446
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1436
1447
|
},
|
|
1437
|
-
|
|
1448
|
+
__wbg_metaKey_665498d01ebfd062: function(arg0) {
|
|
1438
1449
|
const ret = arg0.metaKey;
|
|
1439
1450
|
return ret;
|
|
1440
1451
|
},
|
|
1441
|
-
|
|
1452
|
+
__wbg_metaKey_f8f3c1d2a5b88850: function(arg0) {
|
|
1442
1453
|
const ret = arg0.metaKey;
|
|
1443
1454
|
return ret;
|
|
1444
1455
|
},
|
|
1445
|
-
|
|
1456
|
+
__wbg_minStorageBufferOffsetAlignment_e1f616695b1de18f: function(arg0) {
|
|
1446
1457
|
const ret = arg0.minStorageBufferOffsetAlignment;
|
|
1447
1458
|
return ret;
|
|
1448
1459
|
},
|
|
1449
|
-
|
|
1460
|
+
__wbg_minUniformBufferOffsetAlignment_c3f7877c57eab7a0: function(arg0) {
|
|
1450
1461
|
const ret = arg0.minUniformBufferOffsetAlignment;
|
|
1451
1462
|
return ret;
|
|
1452
1463
|
},
|
|
1453
|
-
|
|
1464
|
+
__wbg_movementX_cacb769bb4f92fb5: function(arg0) {
|
|
1454
1465
|
const ret = arg0.movementX;
|
|
1455
1466
|
return ret;
|
|
1456
1467
|
},
|
|
1457
|
-
|
|
1468
|
+
__wbg_movementY_6a643f8b43d5a15b: function(arg0) {
|
|
1458
1469
|
const ret = arg0.movementY;
|
|
1459
1470
|
return ret;
|
|
1460
1471
|
},
|
|
1461
|
-
|
|
1472
|
+
__wbg_navigator_353318de944ca7f6: function(arg0) {
|
|
1462
1473
|
const ret = arg0.navigator;
|
|
1463
1474
|
return ret;
|
|
1464
1475
|
},
|
|
1465
|
-
|
|
1476
|
+
__wbg_navigator_bc077756492232c5: function(arg0) {
|
|
1466
1477
|
const ret = arg0.navigator;
|
|
1467
1478
|
return ret;
|
|
1468
1479
|
},
|
|
1469
|
-
|
|
1470
|
-
const ret = new
|
|
1480
|
+
__wbg_new_0c7403db6e782f19: function(arg0) {
|
|
1481
|
+
const ret = new Uint8Array(arg0);
|
|
1482
|
+
return ret;
|
|
1483
|
+
},
|
|
1484
|
+
__wbg_new_1b792d90f7c7a3b4: function() { return handleError(function () {
|
|
1485
|
+
const ret = new MessageChannel();
|
|
1471
1486
|
return ret;
|
|
1472
1487
|
}, arguments); },
|
|
1473
|
-
|
|
1474
|
-
const ret = new
|
|
1488
|
+
__wbg_new_227d7c05414eb861: function() {
|
|
1489
|
+
const ret = new Error();
|
|
1475
1490
|
return ret;
|
|
1476
1491
|
},
|
|
1477
|
-
|
|
1492
|
+
__wbg_new_682678e2f47e32bc: function() {
|
|
1478
1493
|
const ret = new Array();
|
|
1479
1494
|
return ret;
|
|
1480
1495
|
},
|
|
1481
|
-
|
|
1482
|
-
const ret = new
|
|
1496
|
+
__wbg_new_98c22165a42231aa: function() { return handleError(function () {
|
|
1497
|
+
const ret = new AbortController();
|
|
1483
1498
|
return ret;
|
|
1484
1499
|
}, arguments); },
|
|
1485
|
-
|
|
1486
|
-
const ret = new
|
|
1500
|
+
__wbg_new_a73bd86e73440d2f: function() { return handleError(function (arg0) {
|
|
1501
|
+
const ret = new IntersectionObserver(arg0);
|
|
1487
1502
|
return ret;
|
|
1488
1503
|
}, arguments); },
|
|
1489
|
-
|
|
1490
|
-
const ret = new
|
|
1491
|
-
return ret;
|
|
1492
|
-
},
|
|
1493
|
-
__wbg_new_8a6f238a6ece86ea: function() {
|
|
1494
|
-
const ret = new Error();
|
|
1504
|
+
__wbg_new_aa8d0fa9762c29bd: function() {
|
|
1505
|
+
const ret = new Object();
|
|
1495
1506
|
return ret;
|
|
1496
1507
|
},
|
|
1497
|
-
|
|
1498
|
-
const ret = new
|
|
1508
|
+
__wbg_new_ad8d9a2aa2624a65: function() { return handleError(function (arg0) {
|
|
1509
|
+
const ret = new ResizeObserver(arg0);
|
|
1499
1510
|
return ret;
|
|
1500
1511
|
}, arguments); },
|
|
1501
|
-
|
|
1502
|
-
const ret = new
|
|
1512
|
+
__wbg_new_d9e8ade8a7fba252: function() { return handleError(function (arg0, arg1) {
|
|
1513
|
+
const ret = new Worker(getStringFromWasm0(arg0, arg1));
|
|
1503
1514
|
return ret;
|
|
1504
1515
|
}, arguments); },
|
|
1505
|
-
|
|
1506
|
-
const ret = new Uint8Array(arg0);
|
|
1507
|
-
return ret;
|
|
1508
|
-
},
|
|
1509
|
-
__wbg_new_from_slice_a3d2629dc1826784: function(arg0, arg1) {
|
|
1516
|
+
__wbg_new_from_slice_b5ea43e23f6008c0: function(arg0, arg1) {
|
|
1510
1517
|
const ret = new Uint8Array(getArrayU8FromWasm0(arg0, arg1));
|
|
1511
1518
|
return ret;
|
|
1512
1519
|
},
|
|
1513
|
-
|
|
1514
|
-
const ret = new Function(getStringFromWasm0(arg0, arg1));
|
|
1515
|
-
return ret;
|
|
1516
|
-
},
|
|
1517
|
-
__wbg_new_with_byte_offset_and_length_aa261d9c9da49eb1: function(arg0, arg1, arg2) {
|
|
1520
|
+
__wbg_new_with_byte_offset_and_length_01848e8d6a3d49ad: function(arg0, arg1, arg2) {
|
|
1518
1521
|
const ret = new Uint8Array(arg0, arg1 >>> 0, arg2 >>> 0);
|
|
1519
1522
|
return ret;
|
|
1520
1523
|
},
|
|
1521
|
-
|
|
1524
|
+
__wbg_new_with_str_sequence_and_options_2cfc7ae8f9435aa4: function() { return handleError(function (arg0, arg1) {
|
|
1522
1525
|
const ret = new Blob(arg0, arg1);
|
|
1523
1526
|
return ret;
|
|
1524
1527
|
}, arguments); },
|
|
1525
|
-
|
|
1528
|
+
__wbg_next_0340c4ae324393c3: function() { return handleError(function (arg0) {
|
|
1526
1529
|
const ret = arg0.next();
|
|
1527
1530
|
return ret;
|
|
1528
1531
|
}, arguments); },
|
|
1529
|
-
|
|
1532
|
+
__wbg_next_7646edaa39458ef7: function(arg0) {
|
|
1530
1533
|
const ret = arg0.next;
|
|
1531
1534
|
return ret;
|
|
1532
1535
|
},
|
|
1533
|
-
|
|
1534
|
-
const ret = arg0.now();
|
|
1535
|
-
return ret;
|
|
1536
|
-
},
|
|
1537
|
-
__wbg_now_a3af9a2f4bbaa4d1: function() {
|
|
1536
|
+
__wbg_now_a9b7df1cbee90986: function() {
|
|
1538
1537
|
const ret = Date.now();
|
|
1539
1538
|
return ret;
|
|
1540
1539
|
},
|
|
1541
|
-
|
|
1542
|
-
arg0.
|
|
1540
|
+
__wbg_now_e7c6795a7f81e10f: function(arg0) {
|
|
1541
|
+
const ret = arg0.now();
|
|
1542
|
+
return ret;
|
|
1543
1543
|
},
|
|
1544
|
-
|
|
1544
|
+
__wbg_observe_59e08e55b0dd238f: function(arg0, arg1) {
|
|
1545
1545
|
arg0.observe(arg1);
|
|
1546
1546
|
},
|
|
1547
|
-
|
|
1547
|
+
__wbg_observe_5ea88d68554155e1: function(arg0, arg1, arg2) {
|
|
1548
|
+
arg0.observe(arg1, arg2);
|
|
1549
|
+
},
|
|
1550
|
+
__wbg_observe_c79fbdfb1452af30: function(arg0, arg1) {
|
|
1548
1551
|
arg0.observe(arg1);
|
|
1549
1552
|
},
|
|
1550
|
-
|
|
1551
|
-
const ret = Array.of(arg0
|
|
1553
|
+
__wbg_of_07054ba808010e4f: function(arg0) {
|
|
1554
|
+
const ret = Array.of(arg0);
|
|
1552
1555
|
return ret;
|
|
1553
1556
|
},
|
|
1554
|
-
|
|
1555
|
-
const ret = Array.of(arg0);
|
|
1557
|
+
__wbg_of_7532e43da680ecb3: function(arg0, arg1) {
|
|
1558
|
+
const ret = Array.of(arg0, arg1);
|
|
1556
1559
|
return ret;
|
|
1557
1560
|
},
|
|
1558
|
-
|
|
1561
|
+
__wbg_offsetX_a9bf2ea7f0575ac9: function(arg0) {
|
|
1559
1562
|
const ret = arg0.offsetX;
|
|
1560
1563
|
return ret;
|
|
1561
1564
|
},
|
|
1562
|
-
|
|
1565
|
+
__wbg_offsetY_10e5433a1bbd4c01: function(arg0) {
|
|
1563
1566
|
const ret = arg0.offsetY;
|
|
1564
1567
|
return ret;
|
|
1565
1568
|
},
|
|
1566
|
-
|
|
1569
|
+
__wbg_performance_3fcf6e32a7e1ed0a: function(arg0) {
|
|
1567
1570
|
const ret = arg0.performance;
|
|
1568
1571
|
return ret;
|
|
1569
1572
|
},
|
|
1570
|
-
|
|
1573
|
+
__wbg_persisted_bfebef6179ea1e1a: function(arg0) {
|
|
1571
1574
|
const ret = arg0.persisted;
|
|
1572
1575
|
return ret;
|
|
1573
1576
|
},
|
|
1574
|
-
|
|
1577
|
+
__wbg_pixelStorei_0da594e7ec84d2ef: function(arg0, arg1, arg2) {
|
|
1575
1578
|
arg0.pixelStorei(arg1 >>> 0, arg2);
|
|
1576
1579
|
},
|
|
1577
|
-
|
|
1580
|
+
__wbg_pixelStorei_6f7ca5f58231a418: function(arg0, arg1, arg2) {
|
|
1578
1581
|
arg0.pixelStorei(arg1 >>> 0, arg2);
|
|
1579
1582
|
},
|
|
1580
|
-
|
|
1583
|
+
__wbg_play_3997a1be51d27925: function(arg0) {
|
|
1581
1584
|
arg0.play();
|
|
1582
1585
|
},
|
|
1583
|
-
|
|
1586
|
+
__wbg_pointerId_b99c11e1f5e3731d: function(arg0) {
|
|
1584
1587
|
const ret = arg0.pointerId;
|
|
1585
1588
|
return ret;
|
|
1586
1589
|
},
|
|
1587
|
-
|
|
1590
|
+
__wbg_pointerType_5c8062de6087884a: function(arg0, arg1) {
|
|
1588
1591
|
const ret = arg1.pointerType;
|
|
1589
1592
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1590
1593
|
const len1 = WASM_VECTOR_LEN;
|
|
1591
1594
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1592
1595
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1593
1596
|
},
|
|
1594
|
-
|
|
1597
|
+
__wbg_polygonOffset_82e7973a0d5f6313: function(arg0, arg1, arg2) {
|
|
1595
1598
|
arg0.polygonOffset(arg1, arg2);
|
|
1596
1599
|
},
|
|
1597
|
-
|
|
1600
|
+
__wbg_polygonOffset_f1e208e8df962cd4: function(arg0, arg1, arg2) {
|
|
1598
1601
|
arg0.polygonOffset(arg1, arg2);
|
|
1599
1602
|
},
|
|
1600
|
-
|
|
1603
|
+
__wbg_port1_8267146008301e78: function(arg0) {
|
|
1601
1604
|
const ret = arg0.port1;
|
|
1602
1605
|
return ret;
|
|
1603
1606
|
},
|
|
1604
|
-
|
|
1607
|
+
__wbg_port2_1742efa161730e58: function(arg0) {
|
|
1605
1608
|
const ret = arg0.port2;
|
|
1606
1609
|
return ret;
|
|
1607
1610
|
},
|
|
1608
|
-
|
|
1611
|
+
__wbg_postMessage_1f50a9885ee45fb0: function() { return handleError(function (arg0, arg1) {
|
|
1609
1612
|
arg0.postMessage(arg1);
|
|
1610
1613
|
}, arguments); },
|
|
1611
|
-
|
|
1614
|
+
__wbg_postMessage_2e8ce5e10ce05091: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1612
1615
|
arg0.postMessage(arg1, arg2);
|
|
1613
1616
|
}, arguments); },
|
|
1614
|
-
|
|
1617
|
+
__wbg_postTask_e2439afddcdfbb55: function(arg0, arg1, arg2) {
|
|
1615
1618
|
const ret = arg0.postTask(arg1, arg2);
|
|
1616
1619
|
return ret;
|
|
1617
1620
|
},
|
|
1618
|
-
|
|
1621
|
+
__wbg_pressure_f5789eab65b5c2ae: function(arg0) {
|
|
1619
1622
|
const ret = arg0.pressure;
|
|
1620
1623
|
return ret;
|
|
1621
1624
|
},
|
|
1622
|
-
|
|
1625
|
+
__wbg_preventDefault_f55c01cb5fd2bcc0: function(arg0) {
|
|
1623
1626
|
arg0.preventDefault();
|
|
1624
1627
|
},
|
|
1625
|
-
|
|
1628
|
+
__wbg_prototype_0d5bb2023db3bcfc: function() {
|
|
1626
1629
|
const ret = ResizeObserverEntry.prototype;
|
|
1627
1630
|
return ret;
|
|
1628
1631
|
},
|
|
1629
|
-
|
|
1632
|
+
__wbg_prototypesetcall_a6b02eb00b0f4ce2: function(arg0, arg1, arg2) {
|
|
1630
1633
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
1631
1634
|
},
|
|
1632
|
-
|
|
1633
|
-
Uint8ClampedArray.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
1634
|
-
},
|
|
1635
|
-
__wbg_push_8ffdcb2063340ba5: function(arg0, arg1) {
|
|
1635
|
+
__wbg_push_471a5b068a5295f6: function(arg0, arg1) {
|
|
1636
1636
|
const ret = arg0.push(arg1);
|
|
1637
1637
|
return ret;
|
|
1638
1638
|
},
|
|
1639
|
-
|
|
1639
|
+
__wbg_queryCounterEXT_08e9bfae0dff258b: function(arg0, arg1, arg2) {
|
|
1640
1640
|
arg0.queryCounterEXT(arg1, arg2 >>> 0);
|
|
1641
1641
|
},
|
|
1642
|
-
|
|
1642
|
+
__wbg_querySelectorAll_e9e3fbd41310476e: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1643
1643
|
const ret = arg0.querySelectorAll(getStringFromWasm0(arg1, arg2));
|
|
1644
1644
|
return ret;
|
|
1645
1645
|
}, arguments); },
|
|
1646
|
-
|
|
1646
|
+
__wbg_querySelector_8d395ebd237ebd46: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1647
1647
|
const ret = arg0.querySelector(getStringFromWasm0(arg1, arg2));
|
|
1648
1648
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1649
1649
|
}, arguments); },
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
return ret;
|
|
1650
|
+
__wbg_queueMicrotask_0aed009ff060f723: function(arg0, arg1) {
|
|
1651
|
+
arg0.queueMicrotask(arg1);
|
|
1653
1652
|
},
|
|
1654
|
-
|
|
1653
|
+
__wbg_queueMicrotask_5d15a957e6aa920e: function(arg0) {
|
|
1655
1654
|
queueMicrotask(arg0);
|
|
1656
1655
|
},
|
|
1657
|
-
|
|
1658
|
-
arg0.queueMicrotask
|
|
1656
|
+
__wbg_queueMicrotask_f8819e5ffc402f36: function(arg0) {
|
|
1657
|
+
const ret = arg0.queueMicrotask;
|
|
1658
|
+
return ret;
|
|
1659
1659
|
},
|
|
1660
|
-
|
|
1660
|
+
__wbg_queue_7fafbac0ddb6c670: function(arg0) {
|
|
1661
1661
|
const ret = arg0.queue;
|
|
1662
1662
|
return ret;
|
|
1663
1663
|
},
|
|
1664
|
-
|
|
1664
|
+
__wbg_readBuffer_a2d26b22c3faabd0: function(arg0, arg1) {
|
|
1665
1665
|
arg0.readBuffer(arg1 >>> 0);
|
|
1666
1666
|
},
|
|
1667
|
-
|
|
1667
|
+
__wbg_readPixels_a78444c3ffa2ad18: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
|
|
1668
1668
|
arg0.readPixels(arg1, arg2, arg3, arg4, arg5 >>> 0, arg6 >>> 0, arg7);
|
|
1669
1669
|
}, arguments); },
|
|
1670
|
-
|
|
1670
|
+
__wbg_readPixels_bfac0d542650a07a: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
|
|
1671
1671
|
arg0.readPixels(arg1, arg2, arg3, arg4, arg5 >>> 0, arg6 >>> 0, arg7);
|
|
1672
1672
|
}, arguments); },
|
|
1673
|
-
|
|
1673
|
+
__wbg_readPixels_dd7e621f7a36e2ac: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
|
|
1674
1674
|
arg0.readPixels(arg1, arg2, arg3, arg4, arg5 >>> 0, arg6 >>> 0, arg7);
|
|
1675
1675
|
}, arguments); },
|
|
1676
|
-
|
|
1676
|
+
__wbg_removeEventListener_7bdf07404d9b24bd: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1677
1677
|
arg0.removeEventListener(getStringFromWasm0(arg1, arg2), arg3);
|
|
1678
1678
|
}, arguments); },
|
|
1679
|
-
|
|
1679
|
+
__wbg_removeListener_dcb0b2ae1124b401: function() { return handleError(function (arg0, arg1) {
|
|
1680
1680
|
arg0.removeListener(arg1);
|
|
1681
1681
|
}, arguments); },
|
|
1682
|
-
|
|
1682
|
+
__wbg_removeProperty_af5e61d737797fcc: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1683
1683
|
const ret = arg1.removeProperty(getStringFromWasm0(arg2, arg3));
|
|
1684
1684
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1685
1685
|
const len1 = WASM_VECTOR_LEN;
|
|
1686
1686
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1687
1687
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1688
1688
|
}, arguments); },
|
|
1689
|
-
|
|
1689
|
+
__wbg_renderbufferStorageMultisample_363ea6ea6644c47f: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
1690
1690
|
arg0.renderbufferStorageMultisample(arg1 >>> 0, arg2, arg3 >>> 0, arg4, arg5);
|
|
1691
1691
|
},
|
|
1692
|
-
|
|
1692
|
+
__wbg_renderbufferStorage_0745213c8a3edba7: function(arg0, arg1, arg2, arg3, arg4) {
|
|
1693
1693
|
arg0.renderbufferStorage(arg1 >>> 0, arg2 >>> 0, arg3, arg4);
|
|
1694
1694
|
},
|
|
1695
|
-
|
|
1695
|
+
__wbg_renderbufferStorage_838d8e6ca86ee3ca: function(arg0, arg1, arg2, arg3, arg4) {
|
|
1696
1696
|
arg0.renderbufferStorage(arg1 >>> 0, arg2 >>> 0, arg3, arg4);
|
|
1697
1697
|
},
|
|
1698
|
-
|
|
1698
|
+
__wbg_repeat_f5ff89c357b71af1: function(arg0) {
|
|
1699
1699
|
const ret = arg0.repeat;
|
|
1700
1700
|
return ret;
|
|
1701
1701
|
},
|
|
1702
|
-
|
|
1702
|
+
__wbg_requestAdapter_dc3b730968f39ede: function(arg0, arg1) {
|
|
1703
1703
|
const ret = arg0.requestAdapter(arg1);
|
|
1704
1704
|
return ret;
|
|
1705
1705
|
},
|
|
1706
|
-
|
|
1706
|
+
__wbg_requestAnimationFrame_6f039d778639cc28: function() { return handleError(function (arg0, arg1) {
|
|
1707
1707
|
const ret = arg0.requestAnimationFrame(arg1);
|
|
1708
1708
|
return ret;
|
|
1709
1709
|
}, arguments); },
|
|
1710
|
-
|
|
1710
|
+
__wbg_requestDevice_0666fa181666d96b: function(arg0, arg1) {
|
|
1711
1711
|
const ret = arg0.requestDevice(arg1);
|
|
1712
1712
|
return ret;
|
|
1713
1713
|
},
|
|
1714
|
-
|
|
1715
|
-
const ret = arg0.requestFullscreen;
|
|
1714
|
+
__wbg_requestFullscreen_3f16e43f398ce624: function(arg0) {
|
|
1715
|
+
const ret = arg0.requestFullscreen();
|
|
1716
1716
|
return ret;
|
|
1717
1717
|
},
|
|
1718
|
-
|
|
1719
|
-
const ret = arg0.requestFullscreen
|
|
1718
|
+
__wbg_requestFullscreen_b977a3a0697e883c: function(arg0) {
|
|
1719
|
+
const ret = arg0.requestFullscreen;
|
|
1720
1720
|
return ret;
|
|
1721
1721
|
},
|
|
1722
|
-
|
|
1722
|
+
__wbg_requestIdleCallback_3689e3e38f6cfc02: function(arg0) {
|
|
1723
1723
|
const ret = arg0.requestIdleCallback;
|
|
1724
1724
|
return ret;
|
|
1725
1725
|
},
|
|
1726
|
-
|
|
1726
|
+
__wbg_requestIdleCallback_fd04869e36d71d03: function() { return handleError(function (arg0, arg1) {
|
|
1727
1727
|
const ret = arg0.requestIdleCallback(arg1);
|
|
1728
1728
|
return ret;
|
|
1729
1729
|
}, arguments); },
|
|
1730
|
-
|
|
1730
|
+
__wbg_resolve_e6c466bc1052f16c: function(arg0) {
|
|
1731
1731
|
const ret = Promise.resolve(arg0);
|
|
1732
1732
|
return ret;
|
|
1733
1733
|
},
|
|
1734
|
-
|
|
1734
|
+
__wbg_revokeObjectURL_1d23b31dc4ef5f52: function() { return handleError(function (arg0, arg1) {
|
|
1735
1735
|
URL.revokeObjectURL(getStringFromWasm0(arg0, arg1));
|
|
1736
1736
|
}, arguments); },
|
|
1737
|
-
|
|
1737
|
+
__wbg_samplerParameterf_974a275475147bd9: function(arg0, arg1, arg2, arg3) {
|
|
1738
1738
|
arg0.samplerParameterf(arg1, arg2 >>> 0, arg3);
|
|
1739
1739
|
},
|
|
1740
|
-
|
|
1740
|
+
__wbg_samplerParameteri_8a634d1b1b1e79ad: function(arg0, arg1, arg2, arg3) {
|
|
1741
1741
|
arg0.samplerParameteri(arg1, arg2 >>> 0, arg3);
|
|
1742
1742
|
},
|
|
1743
|
-
|
|
1743
|
+
__wbg_scheduler_a17d41c9c822fc26: function(arg0) {
|
|
1744
1744
|
const ret = arg0.scheduler;
|
|
1745
1745
|
return ret;
|
|
1746
1746
|
},
|
|
1747
|
-
|
|
1747
|
+
__wbg_scheduler_b35fe73ba70e89cc: function(arg0) {
|
|
1748
1748
|
const ret = arg0.scheduler;
|
|
1749
1749
|
return ret;
|
|
1750
1750
|
},
|
|
1751
|
-
|
|
1751
|
+
__wbg_scissor_a52de5e62ebadc16: function(arg0, arg1, arg2, arg3, arg4) {
|
|
1752
1752
|
arg0.scissor(arg1, arg2, arg3, arg4);
|
|
1753
1753
|
},
|
|
1754
|
-
|
|
1754
|
+
__wbg_scissor_b71fb7e05633cf3d: function(arg0, arg1, arg2, arg3, arg4) {
|
|
1755
1755
|
arg0.scissor(arg1, arg2, arg3, arg4);
|
|
1756
1756
|
},
|
|
1757
|
-
|
|
1757
|
+
__wbg_setAttribute_6fde4098d274155c: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
1758
1758
|
arg0.setAttribute(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
1759
1759
|
}, arguments); },
|
|
1760
|
-
|
|
1761
|
-
arg0.setBindGroup(arg1 >>> 0, arg2);
|
|
1762
|
-
},
|
|
1763
|
-
__wbg_setBindGroup_bb0c2c05b7c49401: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
1760
|
+
__wbg_setBindGroup_1e20fc6d5b3ffe60: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
1764
1761
|
arg0.setBindGroup(arg1 >>> 0, arg2, getArrayU32FromWasm0(arg3, arg4), arg5, arg6 >>> 0);
|
|
1765
1762
|
}, arguments); },
|
|
1766
|
-
|
|
1763
|
+
__wbg_setBindGroup_3e9afe0921b76fc0: function(arg0, arg1, arg2) {
|
|
1764
|
+
arg0.setBindGroup(arg1 >>> 0, arg2);
|
|
1765
|
+
},
|
|
1766
|
+
__wbg_setIndexBuffer_9f7dab879680d41e: function(arg0, arg1, arg2, arg3) {
|
|
1767
1767
|
arg0.setIndexBuffer(arg1, __wbindgen_enum_GpuIndexFormat[arg2], arg3);
|
|
1768
1768
|
},
|
|
1769
|
-
|
|
1769
|
+
__wbg_setIndexBuffer_ac441893bcde2133: function(arg0, arg1, arg2, arg3, arg4) {
|
|
1770
1770
|
arg0.setIndexBuffer(arg1, __wbindgen_enum_GpuIndexFormat[arg2], arg3, arg4);
|
|
1771
1771
|
},
|
|
1772
|
-
|
|
1772
|
+
__wbg_setPipeline_88a119262ecbb240: function(arg0, arg1) {
|
|
1773
1773
|
arg0.setPipeline(arg1);
|
|
1774
1774
|
},
|
|
1775
|
-
|
|
1775
|
+
__wbg_setPointerCapture_0ade0346ebef3bfc: function() { return handleError(function (arg0, arg1) {
|
|
1776
1776
|
arg0.setPointerCapture(arg1);
|
|
1777
1777
|
}, arguments); },
|
|
1778
|
-
|
|
1778
|
+
__wbg_setProperty_0d903d23a71dfe70: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
1779
1779
|
arg0.setProperty(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
1780
1780
|
}, arguments); },
|
|
1781
|
-
|
|
1781
|
+
__wbg_setScissorRect_2162009921a7d37e: function(arg0, arg1, arg2, arg3, arg4) {
|
|
1782
1782
|
arg0.setScissorRect(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
|
|
1783
1783
|
},
|
|
1784
|
-
|
|
1784
|
+
__wbg_setTimeout_5a5ca8752c41f8ad: function() { return handleError(function (arg0, arg1) {
|
|
1785
1785
|
const ret = arg0.setTimeout(arg1);
|
|
1786
1786
|
return ret;
|
|
1787
1787
|
}, arguments); },
|
|
1788
|
-
|
|
1788
|
+
__wbg_setTimeout_d8786dd31f90da0f: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1789
1789
|
const ret = arg0.setTimeout(arg1, arg2);
|
|
1790
1790
|
return ret;
|
|
1791
1791
|
}, arguments); },
|
|
1792
|
-
|
|
1793
|
-
arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3, arg4);
|
|
1794
|
-
},
|
|
1795
|
-
__wbg_setVertexBuffer_edbff6ddb5055174: function(arg0, arg1, arg2, arg3) {
|
|
1792
|
+
__wbg_setVertexBuffer_6a8d07ae366fb470: function(arg0, arg1, arg2, arg3) {
|
|
1796
1793
|
arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3);
|
|
1797
1794
|
},
|
|
1798
|
-
|
|
1799
|
-
arg0.
|
|
1800
|
-
},
|
|
1801
|
-
__wbg_set_25cf9deff6bf0ea8: function(arg0, arg1, arg2) {
|
|
1802
|
-
arg0.set(arg1, arg2 >>> 0);
|
|
1795
|
+
__wbg_setVertexBuffer_8538c8d57ff796e6: function(arg0, arg1, arg2, arg3, arg4) {
|
|
1796
|
+
arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3, arg4);
|
|
1803
1797
|
},
|
|
1804
|
-
|
|
1805
|
-
arg0
|
|
1798
|
+
__wbg_setViewport_a99b9878894cd647: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
1799
|
+
arg0.setViewport(arg1, arg2, arg3, arg4, arg5, arg6);
|
|
1806
1800
|
},
|
|
1807
|
-
|
|
1801
|
+
__wbg_set_022bee52d0b05b19: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1808
1802
|
const ret = Reflect.set(arg0, arg1, arg2);
|
|
1809
1803
|
return ret;
|
|
1810
1804
|
}, arguments); },
|
|
1811
|
-
|
|
1805
|
+
__wbg_set_3bf1de9fab0cd644: function(arg0, arg1, arg2) {
|
|
1806
|
+
arg0[arg1 >>> 0] = arg2;
|
|
1807
|
+
},
|
|
1808
|
+
__wbg_set_6be42768c690e380: function(arg0, arg1, arg2) {
|
|
1809
|
+
arg0[arg1] = arg2;
|
|
1810
|
+
},
|
|
1811
|
+
__wbg_set_a_0e9ffd7edfa8a9f0: function(arg0, arg1) {
|
|
1812
1812
|
arg0.a = arg1;
|
|
1813
1813
|
},
|
|
1814
|
-
|
|
1814
|
+
__wbg_set_access_3a025015b8de87b2: function(arg0, arg1) {
|
|
1815
1815
|
arg0.access = __wbindgen_enum_GpuStorageTextureAccess[arg1];
|
|
1816
1816
|
},
|
|
1817
|
-
|
|
1817
|
+
__wbg_set_address_mode_u_a09823787fe8d44a: function(arg0, arg1) {
|
|
1818
1818
|
arg0.addressModeU = __wbindgen_enum_GpuAddressMode[arg1];
|
|
1819
1819
|
},
|
|
1820
|
-
|
|
1820
|
+
__wbg_set_address_mode_v_ba2b151a62621475: function(arg0, arg1) {
|
|
1821
1821
|
arg0.addressModeV = __wbindgen_enum_GpuAddressMode[arg1];
|
|
1822
1822
|
},
|
|
1823
|
-
|
|
1823
|
+
__wbg_set_address_mode_w_4454e22a72f0df4c: function(arg0, arg1) {
|
|
1824
1824
|
arg0.addressModeW = __wbindgen_enum_GpuAddressMode[arg1];
|
|
1825
1825
|
},
|
|
1826
|
-
|
|
1826
|
+
__wbg_set_alpha_658ed1dfc4154d22: function(arg0, arg1) {
|
|
1827
1827
|
arg0.alpha = arg1;
|
|
1828
1828
|
},
|
|
1829
|
-
|
|
1829
|
+
__wbg_set_alpha_mode_d40fc95f2f0a65b8: function(arg0, arg1) {
|
|
1830
1830
|
arg0.alphaMode = __wbindgen_enum_GpuCanvasAlphaMode[arg1];
|
|
1831
1831
|
},
|
|
1832
|
-
|
|
1832
|
+
__wbg_set_alpha_to_coverage_enabled_627ce591dddc23f7: function(arg0, arg1) {
|
|
1833
1833
|
arg0.alphaToCoverageEnabled = arg1 !== 0;
|
|
1834
1834
|
},
|
|
1835
|
-
|
|
1835
|
+
__wbg_set_array_layer_count_372c4a910f9741ae: function(arg0, arg1) {
|
|
1836
1836
|
arg0.arrayLayerCount = arg1 >>> 0;
|
|
1837
1837
|
},
|
|
1838
|
-
|
|
1838
|
+
__wbg_set_array_stride_aa1d7ec2f2866247: function(arg0, arg1) {
|
|
1839
1839
|
arg0.arrayStride = arg1;
|
|
1840
1840
|
},
|
|
1841
|
-
|
|
1841
|
+
__wbg_set_aspect_6c4c338c714c1379: function(arg0, arg1) {
|
|
1842
1842
|
arg0.aspect = __wbindgen_enum_GpuTextureAspect[arg1];
|
|
1843
1843
|
},
|
|
1844
|
-
|
|
1844
|
+
__wbg_set_aspect_c490b83df964e769: function(arg0, arg1) {
|
|
1845
|
+
arg0.aspect = __wbindgen_enum_GpuTextureAspect[arg1];
|
|
1846
|
+
},
|
|
1847
|
+
__wbg_set_attributes_6d60f4f903a301a8: function(arg0, arg1) {
|
|
1845
1848
|
arg0.attributes = arg1;
|
|
1846
1849
|
},
|
|
1847
|
-
|
|
1850
|
+
__wbg_set_b_fb8e7191ce2f917c: function(arg0, arg1) {
|
|
1848
1851
|
arg0.b = arg1;
|
|
1849
1852
|
},
|
|
1850
|
-
|
|
1853
|
+
__wbg_set_base_array_layer_2ab45d90e7a581f7: function(arg0, arg1) {
|
|
1851
1854
|
arg0.baseArrayLayer = arg1 >>> 0;
|
|
1852
1855
|
},
|
|
1853
|
-
|
|
1856
|
+
__wbg_set_base_mip_level_2ae99b85d1e778e9: function(arg0, arg1) {
|
|
1854
1857
|
arg0.baseMipLevel = arg1 >>> 0;
|
|
1855
1858
|
},
|
|
1856
|
-
|
|
1859
|
+
__wbg_set_beginning_of_pass_write_index_1997e8ae19580364: function(arg0, arg1) {
|
|
1857
1860
|
arg0.beginningOfPassWriteIndex = arg1 >>> 0;
|
|
1858
1861
|
},
|
|
1859
|
-
|
|
1862
|
+
__wbg_set_bind_group_layouts_2a3fbfe6301f7cc2: function(arg0, arg1) {
|
|
1860
1863
|
arg0.bindGroupLayouts = arg1;
|
|
1861
1864
|
},
|
|
1862
|
-
|
|
1865
|
+
__wbg_set_binding_6c7ed77073549aaa: function(arg0, arg1) {
|
|
1863
1866
|
arg0.binding = arg1 >>> 0;
|
|
1864
1867
|
},
|
|
1865
|
-
|
|
1868
|
+
__wbg_set_binding_799d4a2ff61a29c4: function(arg0, arg1) {
|
|
1866
1869
|
arg0.binding = arg1 >>> 0;
|
|
1867
1870
|
},
|
|
1868
|
-
|
|
1871
|
+
__wbg_set_blend_8b5f0206031032b9: function(arg0, arg1) {
|
|
1869
1872
|
arg0.blend = arg1;
|
|
1870
1873
|
},
|
|
1871
|
-
|
|
1874
|
+
__wbg_set_box_e76b1c9ae3cbed18: function(arg0, arg1) {
|
|
1872
1875
|
arg0.box = __wbindgen_enum_ResizeObserverBoxOptions[arg1];
|
|
1873
1876
|
},
|
|
1874
|
-
|
|
1877
|
+
__wbg_set_buffer_4564be0900c8093c: function(arg0, arg1) {
|
|
1875
1878
|
arg0.buffer = arg1;
|
|
1876
1879
|
},
|
|
1877
|
-
|
|
1880
|
+
__wbg_set_buffer_52ccf9f23c8c8d74: function(arg0, arg1) {
|
|
1878
1881
|
arg0.buffer = arg1;
|
|
1879
1882
|
},
|
|
1880
|
-
|
|
1883
|
+
__wbg_set_buffers_894c092e99bf8541: function(arg0, arg1) {
|
|
1881
1884
|
arg0.buffers = arg1;
|
|
1882
1885
|
},
|
|
1883
|
-
|
|
1886
|
+
__wbg_set_bytes_per_row_1cfe3bbc2f242df7: function(arg0, arg1) {
|
|
1884
1887
|
arg0.bytesPerRow = arg1 >>> 0;
|
|
1885
1888
|
},
|
|
1886
|
-
|
|
1889
|
+
__wbg_set_clear_value_c6eaca1e9b16e209: function(arg0, arg1) {
|
|
1887
1890
|
arg0.clearValue = arg1;
|
|
1888
1891
|
},
|
|
1889
|
-
|
|
1892
|
+
__wbg_set_code_22962864d78928e2: function(arg0, arg1, arg2) {
|
|
1890
1893
|
arg0.code = getStringFromWasm0(arg1, arg2);
|
|
1891
1894
|
},
|
|
1892
|
-
|
|
1893
|
-
arg0.color = arg1;
|
|
1894
|
-
},
|
|
1895
|
-
__wbg_set_color_attachments_de625dd9a4850a13: function(arg0, arg1) {
|
|
1895
|
+
__wbg_set_color_attachments_f027806af3f83980: function(arg0, arg1) {
|
|
1896
1896
|
arg0.colorAttachments = arg1;
|
|
1897
1897
|
},
|
|
1898
|
-
|
|
1898
|
+
__wbg_set_color_c1b12d789a2ea5d0: function(arg0, arg1) {
|
|
1899
|
+
arg0.color = arg1;
|
|
1900
|
+
},
|
|
1901
|
+
__wbg_set_compare_1807a293c48e067f: function(arg0, arg1) {
|
|
1899
1902
|
arg0.compare = __wbindgen_enum_GpuCompareFunction[arg1];
|
|
1900
1903
|
},
|
|
1901
|
-
|
|
1904
|
+
__wbg_set_compare_624c2c00fd10c924: function(arg0, arg1) {
|
|
1902
1905
|
arg0.compare = __wbindgen_enum_GpuCompareFunction[arg1];
|
|
1903
1906
|
},
|
|
1904
|
-
|
|
1907
|
+
__wbg_set_count_c6179bb884c328ef: function(arg0, arg1) {
|
|
1905
1908
|
arg0.count = arg1 >>> 0;
|
|
1906
1909
|
},
|
|
1907
|
-
|
|
1910
|
+
__wbg_set_cssText_aa3f0dc4a8c9607b: function(arg0, arg1, arg2) {
|
|
1908
1911
|
arg0.cssText = getStringFromWasm0(arg1, arg2);
|
|
1909
1912
|
},
|
|
1910
|
-
|
|
1913
|
+
__wbg_set_cull_mode_3233e59624672d4e: function(arg0, arg1) {
|
|
1911
1914
|
arg0.cullMode = __wbindgen_enum_GpuCullMode[arg1];
|
|
1912
1915
|
},
|
|
1913
|
-
|
|
1916
|
+
__wbg_set_d8f1efe557b9e7e1: function(arg0, arg1, arg2) {
|
|
1917
|
+
arg0.set(arg1, arg2 >>> 0);
|
|
1918
|
+
},
|
|
1919
|
+
__wbg_set_depth_bias_6e7bad3a03bae686: function(arg0, arg1) {
|
|
1914
1920
|
arg0.depthBias = arg1;
|
|
1915
1921
|
},
|
|
1916
|
-
|
|
1922
|
+
__wbg_set_depth_bias_clamp_c3e46e20b1319eb6: function(arg0, arg1) {
|
|
1917
1923
|
arg0.depthBiasClamp = arg1;
|
|
1918
1924
|
},
|
|
1919
|
-
|
|
1925
|
+
__wbg_set_depth_bias_slope_scale_e4faf95c5d1e38a2: function(arg0, arg1) {
|
|
1920
1926
|
arg0.depthBiasSlopeScale = arg1;
|
|
1921
1927
|
},
|
|
1922
|
-
|
|
1928
|
+
__wbg_set_depth_clear_value_22ac16071c012963: function(arg0, arg1) {
|
|
1923
1929
|
arg0.depthClearValue = arg1;
|
|
1924
1930
|
},
|
|
1925
|
-
|
|
1931
|
+
__wbg_set_depth_compare_7f7567a7e8d2a20f: function(arg0, arg1) {
|
|
1926
1932
|
arg0.depthCompare = __wbindgen_enum_GpuCompareFunction[arg1];
|
|
1927
1933
|
},
|
|
1928
|
-
|
|
1934
|
+
__wbg_set_depth_fail_op_36618aa2c112a8b4: function(arg0, arg1) {
|
|
1929
1935
|
arg0.depthFailOp = __wbindgen_enum_GpuStencilOperation[arg1];
|
|
1930
1936
|
},
|
|
1931
|
-
|
|
1937
|
+
__wbg_set_depth_load_op_6c5eb58390842042: function(arg0, arg1) {
|
|
1932
1938
|
arg0.depthLoadOp = __wbindgen_enum_GpuLoadOp[arg1];
|
|
1933
1939
|
},
|
|
1934
|
-
|
|
1940
|
+
__wbg_set_depth_or_array_layers_d021b9602446c0c8: function(arg0, arg1) {
|
|
1935
1941
|
arg0.depthOrArrayLayers = arg1 >>> 0;
|
|
1936
1942
|
},
|
|
1937
|
-
|
|
1943
|
+
__wbg_set_depth_read_only_9df48fdffe0aa66e: function(arg0, arg1) {
|
|
1938
1944
|
arg0.depthReadOnly = arg1 !== 0;
|
|
1939
1945
|
},
|
|
1940
|
-
|
|
1946
|
+
__wbg_set_depth_stencil_7c07649e913ec16e: function(arg0, arg1) {
|
|
1941
1947
|
arg0.depthStencil = arg1;
|
|
1942
1948
|
},
|
|
1943
|
-
|
|
1949
|
+
__wbg_set_depth_stencil_attachment_de6bf51d002eb908: function(arg0, arg1) {
|
|
1944
1950
|
arg0.depthStencilAttachment = arg1;
|
|
1945
1951
|
},
|
|
1946
|
-
|
|
1952
|
+
__wbg_set_depth_store_op_bb2ba04b36c7bdd9: function(arg0, arg1) {
|
|
1947
1953
|
arg0.depthStoreOp = __wbindgen_enum_GpuStoreOp[arg1];
|
|
1948
1954
|
},
|
|
1949
|
-
|
|
1955
|
+
__wbg_set_depth_write_enabled_c0ecc7101fe87bf8: function(arg0, arg1) {
|
|
1950
1956
|
arg0.depthWriteEnabled = arg1 !== 0;
|
|
1951
1957
|
},
|
|
1952
|
-
|
|
1958
|
+
__wbg_set_device_c7cc69d60d9cf106: function(arg0, arg1) {
|
|
1953
1959
|
arg0.device = arg1;
|
|
1954
1960
|
},
|
|
1955
|
-
|
|
1956
|
-
arg0.dimension = __wbindgen_enum_GpuTextureDimension[arg1];
|
|
1957
|
-
},
|
|
1958
|
-
__wbg_set_dimension_359b229ea1b67a77: function(arg0, arg1) {
|
|
1961
|
+
__wbg_set_dimension_7f0364deea72ace0: function(arg0, arg1) {
|
|
1959
1962
|
arg0.dimension = __wbindgen_enum_GpuTextureViewDimension[arg1];
|
|
1960
1963
|
},
|
|
1961
|
-
|
|
1964
|
+
__wbg_set_dimension_b140d4ffc52ab9f4: function(arg0, arg1) {
|
|
1965
|
+
arg0.dimension = __wbindgen_enum_GpuTextureDimension[arg1];
|
|
1966
|
+
},
|
|
1967
|
+
__wbg_set_dst_factor_53d01078ea67659a: function(arg0, arg1) {
|
|
1962
1968
|
arg0.dstFactor = __wbindgen_enum_GpuBlendFactor[arg1];
|
|
1963
1969
|
},
|
|
1964
|
-
|
|
1970
|
+
__wbg_set_end_of_pass_write_index_52644fc3d56949b1: function(arg0, arg1) {
|
|
1965
1971
|
arg0.endOfPassWriteIndex = arg1 >>> 0;
|
|
1966
1972
|
},
|
|
1967
|
-
|
|
1973
|
+
__wbg_set_entries_e5ad285e3289950f: function(arg0, arg1) {
|
|
1968
1974
|
arg0.entries = arg1;
|
|
1969
1975
|
},
|
|
1970
|
-
|
|
1976
|
+
__wbg_set_entries_e8be1c8eb246cf26: function(arg0, arg1) {
|
|
1971
1977
|
arg0.entries = arg1;
|
|
1972
1978
|
},
|
|
1973
|
-
|
|
1979
|
+
__wbg_set_entry_point_519259f79c5a8e4d: function(arg0, arg1, arg2) {
|
|
1974
1980
|
arg0.entryPoint = getStringFromWasm0(arg1, arg2);
|
|
1975
1981
|
},
|
|
1976
|
-
|
|
1982
|
+
__wbg_set_entry_point_d4b0da956bd6b2ba: function(arg0, arg1, arg2) {
|
|
1977
1983
|
arg0.entryPoint = getStringFromWasm0(arg1, arg2);
|
|
1978
1984
|
},
|
|
1979
|
-
|
|
1980
|
-
arg0[arg1 >>> 0] = arg2;
|
|
1981
|
-
},
|
|
1982
|
-
__wbg_set_fail_op_d55bda42958efa98: function(arg0, arg1) {
|
|
1985
|
+
__wbg_set_fail_op_9d9650df23ba2111: function(arg0, arg1) {
|
|
1983
1986
|
arg0.failOp = __wbindgen_enum_GpuStencilOperation[arg1];
|
|
1984
1987
|
},
|
|
1985
|
-
|
|
1986
|
-
arg0.
|
|
1988
|
+
__wbg_set_flip_y_4f453a2e399d0113: function(arg0, arg1) {
|
|
1989
|
+
arg0.flipY = arg1 !== 0;
|
|
1987
1990
|
},
|
|
1988
|
-
|
|
1989
|
-
arg0.format =
|
|
1991
|
+
__wbg_set_format_0e52ea7b9384ac6b: function(arg0, arg1) {
|
|
1992
|
+
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
1990
1993
|
},
|
|
1991
|
-
|
|
1994
|
+
__wbg_set_format_1ed4e12702593d8e: function(arg0, arg1) {
|
|
1992
1995
|
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
1993
1996
|
},
|
|
1994
|
-
|
|
1997
|
+
__wbg_set_format_423f8c1de58d873f: function(arg0, arg1) {
|
|
1995
1998
|
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
1996
1999
|
},
|
|
1997
|
-
|
|
2000
|
+
__wbg_set_format_4f6e506395604296: function(arg0, arg1) {
|
|
1998
2001
|
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
1999
2002
|
},
|
|
2000
|
-
|
|
2003
|
+
__wbg_set_format_672708c6c96d3a04: function(arg0, arg1) {
|
|
2004
|
+
arg0.format = __wbindgen_enum_GpuVertexFormat[arg1];
|
|
2005
|
+
},
|
|
2006
|
+
__wbg_set_format_7c2a49ba44065a80: function(arg0, arg1) {
|
|
2001
2007
|
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
2002
2008
|
},
|
|
2003
|
-
|
|
2009
|
+
__wbg_set_format_db451b4d880fc239: function(arg0, arg1) {
|
|
2004
2010
|
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
2005
2011
|
},
|
|
2006
|
-
|
|
2012
|
+
__wbg_set_fragment_6d9f8c36b406d9b4: function(arg0, arg1) {
|
|
2007
2013
|
arg0.fragment = arg1;
|
|
2008
2014
|
},
|
|
2009
|
-
|
|
2015
|
+
__wbg_set_front_face_dc4795f2754276bf: function(arg0, arg1) {
|
|
2010
2016
|
arg0.frontFace = __wbindgen_enum_GpuFrontFace[arg1];
|
|
2011
2017
|
},
|
|
2012
|
-
|
|
2018
|
+
__wbg_set_g_5fbc9fad3ad27a7c: function(arg0, arg1) {
|
|
2013
2019
|
arg0.g = arg1;
|
|
2014
2020
|
},
|
|
2015
|
-
|
|
2021
|
+
__wbg_set_has_dynamic_offset_b5f5f44b752da2e2: function(arg0, arg1) {
|
|
2016
2022
|
arg0.hasDynamicOffset = arg1 !== 0;
|
|
2017
2023
|
},
|
|
2018
|
-
|
|
2024
|
+
__wbg_set_height_24d07d982f176ac6: function(arg0, arg1) {
|
|
2019
2025
|
arg0.height = arg1 >>> 0;
|
|
2020
2026
|
},
|
|
2021
|
-
|
|
2027
|
+
__wbg_set_height_be9b2b920bd68401: function(arg0, arg1) {
|
|
2022
2028
|
arg0.height = arg1 >>> 0;
|
|
2023
2029
|
},
|
|
2024
|
-
|
|
2030
|
+
__wbg_set_height_fc3358fe68410392: function(arg0, arg1) {
|
|
2025
2031
|
arg0.height = arg1 >>> 0;
|
|
2026
2032
|
},
|
|
2027
|
-
|
|
2033
|
+
__wbg_set_label_021ea25609809a07: function(arg0, arg1, arg2) {
|
|
2028
2034
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2029
2035
|
},
|
|
2030
|
-
|
|
2036
|
+
__wbg_set_label_415b065ec3fb4f48: function(arg0, arg1, arg2) {
|
|
2031
2037
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2032
2038
|
},
|
|
2033
|
-
|
|
2039
|
+
__wbg_set_label_5fa4c422680863eb: function(arg0, arg1, arg2) {
|
|
2034
2040
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2035
2041
|
},
|
|
2036
|
-
|
|
2042
|
+
__wbg_set_label_7b502181277e1279: function(arg0, arg1, arg2) {
|
|
2037
2043
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2038
2044
|
},
|
|
2039
|
-
|
|
2045
|
+
__wbg_set_label_8b2b2c1877722f9a: function(arg0, arg1, arg2) {
|
|
2040
2046
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2041
2047
|
},
|
|
2042
|
-
|
|
2048
|
+
__wbg_set_label_8d581de453b70e55: function(arg0, arg1, arg2) {
|
|
2043
2049
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2044
2050
|
},
|
|
2045
|
-
|
|
2051
|
+
__wbg_set_label_9bd0253bfeba31f3: function(arg0, arg1, arg2) {
|
|
2046
2052
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2047
2053
|
},
|
|
2048
|
-
|
|
2054
|
+
__wbg_set_label_b096894575aaba1e: function(arg0, arg1, arg2) {
|
|
2049
2055
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2050
2056
|
},
|
|
2051
|
-
|
|
2057
|
+
__wbg_set_label_b5b02ca1f89a90ec: function(arg0, arg1, arg2) {
|
|
2052
2058
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2053
2059
|
},
|
|
2054
|
-
|
|
2060
|
+
__wbg_set_label_d775c1defc56c544: function(arg0, arg1, arg2) {
|
|
2055
2061
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2056
2062
|
},
|
|
2057
|
-
|
|
2063
|
+
__wbg_set_label_e426b73942527b8e: function(arg0, arg1, arg2) {
|
|
2058
2064
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2059
2065
|
},
|
|
2060
|
-
|
|
2066
|
+
__wbg_set_label_f20461bed18e52e3: function(arg0, arg1, arg2) {
|
|
2061
2067
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2062
2068
|
},
|
|
2063
|
-
|
|
2069
|
+
__wbg_set_label_f6a207f7f83dc626: function(arg0, arg1, arg2) {
|
|
2064
2070
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2065
2071
|
},
|
|
2066
|
-
|
|
2072
|
+
__wbg_set_layout_34c410044847aa48: function(arg0, arg1) {
|
|
2067
2073
|
arg0.layout = arg1;
|
|
2068
2074
|
},
|
|
2069
|
-
|
|
2075
|
+
__wbg_set_layout_61b88e458ca5dc7d: function(arg0, arg1) {
|
|
2070
2076
|
arg0.layout = arg1;
|
|
2071
2077
|
},
|
|
2072
|
-
|
|
2078
|
+
__wbg_set_load_op_5b310bb9c61eb1d5: function(arg0, arg1) {
|
|
2073
2079
|
arg0.loadOp = __wbindgen_enum_GpuLoadOp[arg1];
|
|
2074
2080
|
},
|
|
2075
|
-
|
|
2081
|
+
__wbg_set_lod_max_clamp_83c3eaae40b5d729: function(arg0, arg1) {
|
|
2076
2082
|
arg0.lodMaxClamp = arg1;
|
|
2077
2083
|
},
|
|
2078
|
-
|
|
2084
|
+
__wbg_set_lod_min_clamp_c13c1046f64fccaa: function(arg0, arg1) {
|
|
2079
2085
|
arg0.lodMinClamp = arg1;
|
|
2080
2086
|
},
|
|
2081
|
-
|
|
2087
|
+
__wbg_set_mag_filter_b34a0f82f66fd504: function(arg0, arg1) {
|
|
2082
2088
|
arg0.magFilter = __wbindgen_enum_GpuFilterMode[arg1];
|
|
2083
2089
|
},
|
|
2084
|
-
|
|
2090
|
+
__wbg_set_mapped_at_creation_461c27df7c64ac7b: function(arg0, arg1) {
|
|
2085
2091
|
arg0.mappedAtCreation = arg1 !== 0;
|
|
2086
2092
|
},
|
|
2087
|
-
|
|
2093
|
+
__wbg_set_mask_16f0fb977a077e6d: function(arg0, arg1) {
|
|
2088
2094
|
arg0.mask = arg1 >>> 0;
|
|
2089
2095
|
},
|
|
2090
|
-
|
|
2096
|
+
__wbg_set_max_anisotropy_33280b9303d377c0: function(arg0, arg1) {
|
|
2091
2097
|
arg0.maxAnisotropy = arg1;
|
|
2092
2098
|
},
|
|
2093
|
-
|
|
2099
|
+
__wbg_set_min_binding_size_2fd83a7bce6fc84a: function(arg0, arg1) {
|
|
2094
2100
|
arg0.minBindingSize = arg1;
|
|
2095
2101
|
},
|
|
2096
|
-
|
|
2102
|
+
__wbg_set_min_filter_18e71b62b66d6a52: function(arg0, arg1) {
|
|
2097
2103
|
arg0.minFilter = __wbindgen_enum_GpuFilterMode[arg1];
|
|
2098
2104
|
},
|
|
2099
|
-
|
|
2105
|
+
__wbg_set_mip_level_1df7434229448f62: function(arg0, arg1) {
|
|
2100
2106
|
arg0.mipLevel = arg1 >>> 0;
|
|
2101
2107
|
},
|
|
2102
|
-
|
|
2108
|
+
__wbg_set_mip_level_count_9cfaadd4d97253b4: function(arg0, arg1) {
|
|
2103
2109
|
arg0.mipLevelCount = arg1 >>> 0;
|
|
2104
2110
|
},
|
|
2105
|
-
|
|
2111
|
+
__wbg_set_mip_level_count_cc06dd5cc8da32fa: function(arg0, arg1) {
|
|
2106
2112
|
arg0.mipLevelCount = arg1 >>> 0;
|
|
2107
2113
|
},
|
|
2108
|
-
|
|
2114
|
+
__wbg_set_mip_level_d9b50f98d88f777e: function(arg0, arg1) {
|
|
2115
|
+
arg0.mipLevel = arg1 >>> 0;
|
|
2116
|
+
},
|
|
2117
|
+
__wbg_set_mipmap_filter_37622626d458c955: function(arg0, arg1) {
|
|
2109
2118
|
arg0.mipmapFilter = __wbindgen_enum_GpuMipmapFilterMode[arg1];
|
|
2110
2119
|
},
|
|
2111
|
-
|
|
2120
|
+
__wbg_set_module_1bff0ef07bc49331: function(arg0, arg1) {
|
|
2112
2121
|
arg0.module = arg1;
|
|
2113
2122
|
},
|
|
2114
|
-
|
|
2123
|
+
__wbg_set_module_574e5aee4331f373: function(arg0, arg1) {
|
|
2115
2124
|
arg0.module = arg1;
|
|
2116
2125
|
},
|
|
2117
|
-
|
|
2126
|
+
__wbg_set_multisample_f57845304ba73461: function(arg0, arg1) {
|
|
2118
2127
|
arg0.multisample = arg1;
|
|
2119
2128
|
},
|
|
2120
|
-
|
|
2129
|
+
__wbg_set_multisampled_935682e740c8dac5: function(arg0, arg1) {
|
|
2121
2130
|
arg0.multisampled = arg1 !== 0;
|
|
2122
2131
|
},
|
|
2123
|
-
|
|
2132
|
+
__wbg_set_offset_0a36ff790807cdfd: function(arg0, arg1) {
|
|
2124
2133
|
arg0.offset = arg1;
|
|
2125
2134
|
},
|
|
2126
|
-
|
|
2135
|
+
__wbg_set_offset_3cac50c03a339f62: function(arg0, arg1) {
|
|
2127
2136
|
arg0.offset = arg1;
|
|
2128
2137
|
},
|
|
2129
|
-
|
|
2138
|
+
__wbg_set_offset_7fc612b79c557829: function(arg0, arg1) {
|
|
2130
2139
|
arg0.offset = arg1;
|
|
2131
2140
|
},
|
|
2132
|
-
|
|
2141
|
+
__wbg_set_onmessage_f25fb55032dd93eb: function(arg0, arg1) {
|
|
2133
2142
|
arg0.onmessage = arg1;
|
|
2134
2143
|
},
|
|
2135
|
-
|
|
2144
|
+
__wbg_set_operation_d4755de4993bb6bf: function(arg0, arg1) {
|
|
2136
2145
|
arg0.operation = __wbindgen_enum_GpuBlendOperation[arg1];
|
|
2137
2146
|
},
|
|
2138
|
-
|
|
2147
|
+
__wbg_set_origin_3bfc278e996ab4d6: function(arg0, arg1) {
|
|
2139
2148
|
arg0.origin = arg1;
|
|
2140
2149
|
},
|
|
2141
|
-
|
|
2150
|
+
__wbg_set_origin_923d8a3859fea8fb: function(arg0, arg1) {
|
|
2151
|
+
arg0.origin = arg1;
|
|
2152
|
+
},
|
|
2153
|
+
__wbg_set_origin_aa76a76dc965377e: function(arg0, arg1) {
|
|
2154
|
+
arg0.origin = arg1;
|
|
2155
|
+
},
|
|
2156
|
+
__wbg_set_pass_op_533e59101ae79854: function(arg0, arg1) {
|
|
2142
2157
|
arg0.passOp = __wbindgen_enum_GpuStencilOperation[arg1];
|
|
2143
2158
|
},
|
|
2144
|
-
|
|
2159
|
+
__wbg_set_power_preference_0ff4caf1d78a9780: function(arg0, arg1) {
|
|
2145
2160
|
arg0.powerPreference = __wbindgen_enum_GpuPowerPreference[arg1];
|
|
2146
2161
|
},
|
|
2147
|
-
|
|
2162
|
+
__wbg_set_premultiplied_alpha_ee799bfbc3744c78: function(arg0, arg1) {
|
|
2163
|
+
arg0.premultipliedAlpha = arg1 !== 0;
|
|
2164
|
+
},
|
|
2165
|
+
__wbg_set_primitive_928272ce7b250184: function(arg0, arg1) {
|
|
2148
2166
|
arg0.primitive = arg1;
|
|
2149
2167
|
},
|
|
2150
|
-
|
|
2168
|
+
__wbg_set_query_set_256baf2505706dbf: function(arg0, arg1) {
|
|
2151
2169
|
arg0.querySet = arg1;
|
|
2152
2170
|
},
|
|
2153
|
-
|
|
2171
|
+
__wbg_set_r_d482350b90f66f22: function(arg0, arg1) {
|
|
2154
2172
|
arg0.r = arg1;
|
|
2155
2173
|
},
|
|
2156
|
-
|
|
2174
|
+
__wbg_set_required_features_ee015feb3bb46e2b: function(arg0, arg1) {
|
|
2157
2175
|
arg0.requiredFeatures = arg1;
|
|
2158
2176
|
},
|
|
2159
|
-
|
|
2177
|
+
__wbg_set_resolve_target_cf716fc86d56d49d: function(arg0, arg1) {
|
|
2160
2178
|
arg0.resolveTarget = arg1;
|
|
2161
2179
|
},
|
|
2162
|
-
|
|
2180
|
+
__wbg_set_resource_adeca9e90e1291a9: function(arg0, arg1) {
|
|
2163
2181
|
arg0.resource = arg1;
|
|
2164
2182
|
},
|
|
2165
|
-
|
|
2183
|
+
__wbg_set_rows_per_image_5da7ca4e10fa05b5: function(arg0, arg1) {
|
|
2166
2184
|
arg0.rowsPerImage = arg1 >>> 0;
|
|
2167
2185
|
},
|
|
2168
|
-
|
|
2186
|
+
__wbg_set_sample_count_47e00797c7c7007e: function(arg0, arg1) {
|
|
2169
2187
|
arg0.sampleCount = arg1 >>> 0;
|
|
2170
2188
|
},
|
|
2171
|
-
|
|
2189
|
+
__wbg_set_sample_type_f21f11f4b4085a2f: function(arg0, arg1) {
|
|
2172
2190
|
arg0.sampleType = __wbindgen_enum_GpuTextureSampleType[arg1];
|
|
2173
2191
|
},
|
|
2174
|
-
|
|
2192
|
+
__wbg_set_sampler_faa53060dad855d4: function(arg0, arg1) {
|
|
2175
2193
|
arg0.sampler = arg1;
|
|
2176
2194
|
},
|
|
2177
|
-
|
|
2195
|
+
__wbg_set_shader_location_732ba25997f99074: function(arg0, arg1) {
|
|
2178
2196
|
arg0.shaderLocation = arg1 >>> 0;
|
|
2179
2197
|
},
|
|
2180
|
-
|
|
2198
|
+
__wbg_set_size_3ce80484fe014d70: function(arg0, arg1) {
|
|
2181
2199
|
arg0.size = arg1;
|
|
2182
2200
|
},
|
|
2183
|
-
|
|
2201
|
+
__wbg_set_size_ec0879fafa1f7f60: function(arg0, arg1) {
|
|
2184
2202
|
arg0.size = arg1;
|
|
2185
2203
|
},
|
|
2186
|
-
|
|
2204
|
+
__wbg_set_size_f3bdb3b76d69ce2e: function(arg0, arg1) {
|
|
2187
2205
|
arg0.size = arg1;
|
|
2188
2206
|
},
|
|
2189
|
-
|
|
2207
|
+
__wbg_set_source_2afbbe240c127339: function(arg0, arg1) {
|
|
2208
|
+
arg0.source = arg1;
|
|
2209
|
+
},
|
|
2210
|
+
__wbg_set_src_factor_6325dccd3632ca02: function(arg0, arg1) {
|
|
2190
2211
|
arg0.srcFactor = __wbindgen_enum_GpuBlendFactor[arg1];
|
|
2191
2212
|
},
|
|
2192
|
-
|
|
2213
|
+
__wbg_set_stencil_back_977d937f4a2aea06: function(arg0, arg1) {
|
|
2193
2214
|
arg0.stencilBack = arg1;
|
|
2194
2215
|
},
|
|
2195
|
-
|
|
2216
|
+
__wbg_set_stencil_clear_value_ef31b2c0d12da2b2: function(arg0, arg1) {
|
|
2196
2217
|
arg0.stencilClearValue = arg1 >>> 0;
|
|
2197
2218
|
},
|
|
2198
|
-
|
|
2219
|
+
__wbg_set_stencil_front_a16dbeef8ddf654b: function(arg0, arg1) {
|
|
2199
2220
|
arg0.stencilFront = arg1;
|
|
2200
2221
|
},
|
|
2201
|
-
|
|
2222
|
+
__wbg_set_stencil_load_op_2bda5d883d7144ab: function(arg0, arg1) {
|
|
2202
2223
|
arg0.stencilLoadOp = __wbindgen_enum_GpuLoadOp[arg1];
|
|
2203
2224
|
},
|
|
2204
|
-
|
|
2225
|
+
__wbg_set_stencil_read_mask_cdba22ff97b765e5: function(arg0, arg1) {
|
|
2205
2226
|
arg0.stencilReadMask = arg1 >>> 0;
|
|
2206
2227
|
},
|
|
2207
|
-
|
|
2228
|
+
__wbg_set_stencil_read_only_73585db3e480ce39: function(arg0, arg1) {
|
|
2208
2229
|
arg0.stencilReadOnly = arg1 !== 0;
|
|
2209
2230
|
},
|
|
2210
|
-
|
|
2231
|
+
__wbg_set_stencil_store_op_c25139982e6199cf: function(arg0, arg1) {
|
|
2211
2232
|
arg0.stencilStoreOp = __wbindgen_enum_GpuStoreOp[arg1];
|
|
2212
2233
|
},
|
|
2213
|
-
|
|
2234
|
+
__wbg_set_stencil_write_mask_37ea11c2cfe654c4: function(arg0, arg1) {
|
|
2214
2235
|
arg0.stencilWriteMask = arg1 >>> 0;
|
|
2215
2236
|
},
|
|
2216
|
-
|
|
2237
|
+
__wbg_set_step_mode_ac09182f2ffc02f9: function(arg0, arg1) {
|
|
2217
2238
|
arg0.stepMode = __wbindgen_enum_GpuVertexStepMode[arg1];
|
|
2218
2239
|
},
|
|
2219
|
-
|
|
2240
|
+
__wbg_set_storage_texture_d8bd64b59571a6f2: function(arg0, arg1) {
|
|
2220
2241
|
arg0.storageTexture = arg1;
|
|
2221
2242
|
},
|
|
2222
|
-
|
|
2243
|
+
__wbg_set_store_op_7330f77e7616004a: function(arg0, arg1) {
|
|
2223
2244
|
arg0.storeOp = __wbindgen_enum_GpuStoreOp[arg1];
|
|
2224
2245
|
},
|
|
2225
|
-
|
|
2246
|
+
__wbg_set_strip_index_format_5926dd63cfa44857: function(arg0, arg1) {
|
|
2226
2247
|
arg0.stripIndexFormat = __wbindgen_enum_GpuIndexFormat[arg1];
|
|
2227
2248
|
},
|
|
2228
|
-
|
|
2249
|
+
__wbg_set_targets_7c73183a12a957e2: function(arg0, arg1) {
|
|
2229
2250
|
arg0.targets = arg1;
|
|
2230
2251
|
},
|
|
2231
|
-
|
|
2252
|
+
__wbg_set_texture_0601e2dc5424513c: function(arg0, arg1) {
|
|
2232
2253
|
arg0.texture = arg1;
|
|
2233
2254
|
},
|
|
2234
|
-
|
|
2255
|
+
__wbg_set_texture_ae3c8b6ed3db4c26: function(arg0, arg1) {
|
|
2235
2256
|
arg0.texture = arg1;
|
|
2236
2257
|
},
|
|
2237
|
-
|
|
2258
|
+
__wbg_set_texture_d38afc883df646c2: function(arg0, arg1) {
|
|
2259
|
+
arg0.texture = arg1;
|
|
2260
|
+
},
|
|
2261
|
+
__wbg_set_timestamp_writes_8fb776a718ade3b9: function(arg0, arg1) {
|
|
2238
2262
|
arg0.timestampWrites = arg1;
|
|
2239
2263
|
},
|
|
2240
|
-
|
|
2264
|
+
__wbg_set_topology_69b5f25779091d7a: function(arg0, arg1) {
|
|
2241
2265
|
arg0.topology = __wbindgen_enum_GpuPrimitiveTopology[arg1];
|
|
2242
2266
|
},
|
|
2243
|
-
|
|
2267
|
+
__wbg_set_type_336070a0bd5481c7: function(arg0, arg1) {
|
|
2268
|
+
arg0.type = __wbindgen_enum_GpuBufferBindingType[arg1];
|
|
2269
|
+
},
|
|
2270
|
+
__wbg_set_type_5229687b3589bb10: function(arg0, arg1) {
|
|
2244
2271
|
arg0.type = __wbindgen_enum_GpuSamplerBindingType[arg1];
|
|
2245
2272
|
},
|
|
2246
|
-
|
|
2273
|
+
__wbg_set_type_8b2743f6b4de4035: function(arg0, arg1, arg2) {
|
|
2247
2274
|
arg0.type = getStringFromWasm0(arg1, arg2);
|
|
2248
2275
|
},
|
|
2249
|
-
|
|
2250
|
-
arg0.type = __wbindgen_enum_GpuBufferBindingType[arg1];
|
|
2251
|
-
},
|
|
2252
|
-
__wbg_set_usage_44ebc3b496e60ff4: function(arg0, arg1) {
|
|
2276
|
+
__wbg_set_usage_6c6fc8226c337ad8: function(arg0, arg1) {
|
|
2253
2277
|
arg0.usage = arg1 >>> 0;
|
|
2254
2278
|
},
|
|
2255
|
-
|
|
2279
|
+
__wbg_set_usage_78b7be73aa90cfd0: function(arg0, arg1) {
|
|
2256
2280
|
arg0.usage = arg1 >>> 0;
|
|
2257
2281
|
},
|
|
2258
|
-
|
|
2282
|
+
__wbg_set_usage_a43a1605e508ea21: function(arg0, arg1) {
|
|
2259
2283
|
arg0.usage = arg1 >>> 0;
|
|
2260
2284
|
},
|
|
2261
|
-
|
|
2285
|
+
__wbg_set_usage_b5a7dc195085b58e: function(arg0, arg1) {
|
|
2262
2286
|
arg0.usage = arg1 >>> 0;
|
|
2263
2287
|
},
|
|
2264
|
-
|
|
2288
|
+
__wbg_set_vertex_3bcd2e7cbc333978: function(arg0, arg1) {
|
|
2265
2289
|
arg0.vertex = arg1;
|
|
2266
2290
|
},
|
|
2267
|
-
|
|
2268
|
-
arg0.view = arg1;
|
|
2269
|
-
},
|
|
2270
|
-
__wbg_set_view_8d0b0055b6ef07e3: function(arg0, arg1) {
|
|
2291
|
+
__wbg_set_view_8d0c46c633d57f1d: function(arg0, arg1) {
|
|
2271
2292
|
arg0.view = arg1;
|
|
2272
2293
|
},
|
|
2273
|
-
|
|
2294
|
+
__wbg_set_view_dimension_11b23089a475c4f6: function(arg0, arg1) {
|
|
2274
2295
|
arg0.viewDimension = __wbindgen_enum_GpuTextureViewDimension[arg1];
|
|
2275
2296
|
},
|
|
2276
|
-
|
|
2297
|
+
__wbg_set_view_dimension_12a9363db2b90aa8: function(arg0, arg1) {
|
|
2277
2298
|
arg0.viewDimension = __wbindgen_enum_GpuTextureViewDimension[arg1];
|
|
2278
2299
|
},
|
|
2279
|
-
|
|
2300
|
+
__wbg_set_view_e53bc62c1806468e: function(arg0, arg1) {
|
|
2301
|
+
arg0.view = arg1;
|
|
2302
|
+
},
|
|
2303
|
+
__wbg_set_view_formats_34fa0f58e15c05c7: function(arg0, arg1) {
|
|
2280
2304
|
arg0.viewFormats = arg1;
|
|
2281
2305
|
},
|
|
2282
|
-
|
|
2306
|
+
__wbg_set_view_formats_8f0e5c8999d03426: function(arg0, arg1) {
|
|
2283
2307
|
arg0.viewFormats = arg1;
|
|
2284
2308
|
},
|
|
2285
|
-
|
|
2309
|
+
__wbg_set_visibility_d5104b65ecbecfb1: function(arg0, arg1) {
|
|
2286
2310
|
arg0.visibility = arg1 >>> 0;
|
|
2287
2311
|
},
|
|
2288
|
-
|
|
2312
|
+
__wbg_set_width_5cda41d4d06a14dd: function(arg0, arg1) {
|
|
2289
2313
|
arg0.width = arg1 >>> 0;
|
|
2290
2314
|
},
|
|
2291
|
-
|
|
2315
|
+
__wbg_set_width_adc925bca9c5351a: function(arg0, arg1) {
|
|
2292
2316
|
arg0.width = arg1 >>> 0;
|
|
2293
2317
|
},
|
|
2294
|
-
|
|
2318
|
+
__wbg_set_width_f4beed5df54549b2: function(arg0, arg1) {
|
|
2295
2319
|
arg0.width = arg1 >>> 0;
|
|
2296
2320
|
},
|
|
2297
|
-
|
|
2321
|
+
__wbg_set_write_mask_0e892ff393c2878b: function(arg0, arg1) {
|
|
2298
2322
|
arg0.writeMask = arg1 >>> 0;
|
|
2299
2323
|
},
|
|
2300
|
-
|
|
2324
|
+
__wbg_set_x_347e1e692624382a: function(arg0, arg1) {
|
|
2325
|
+
arg0.x = arg1 >>> 0;
|
|
2326
|
+
},
|
|
2327
|
+
__wbg_set_x_d5a0f838d03cc0c8: function(arg0, arg1) {
|
|
2301
2328
|
arg0.x = arg1 >>> 0;
|
|
2302
2329
|
},
|
|
2303
|
-
|
|
2330
|
+
__wbg_set_y_75df5661e9b5ce43: function(arg0, arg1) {
|
|
2331
|
+
arg0.y = arg1 >>> 0;
|
|
2332
|
+
},
|
|
2333
|
+
__wbg_set_y_fa0f8ba06a4aca5a: function(arg0, arg1) {
|
|
2304
2334
|
arg0.y = arg1 >>> 0;
|
|
2305
2335
|
},
|
|
2306
|
-
|
|
2336
|
+
__wbg_set_z_2cb0edac0ad5210f: function(arg0, arg1) {
|
|
2307
2337
|
arg0.z = arg1 >>> 0;
|
|
2308
2338
|
},
|
|
2309
|
-
|
|
2339
|
+
__wbg_shaderSource_084cd6ed337b36be: function(arg0, arg1, arg2, arg3) {
|
|
2310
2340
|
arg0.shaderSource(arg1, getStringFromWasm0(arg2, arg3));
|
|
2311
2341
|
},
|
|
2312
|
-
|
|
2342
|
+
__wbg_shaderSource_9b5906e1f027a314: function(arg0, arg1, arg2, arg3) {
|
|
2313
2343
|
arg0.shaderSource(arg1, getStringFromWasm0(arg2, arg3));
|
|
2314
2344
|
},
|
|
2315
|
-
|
|
2345
|
+
__wbg_shiftKey_dcf8ee699c273ed2: function(arg0) {
|
|
2316
2346
|
const ret = arg0.shiftKey;
|
|
2317
2347
|
return ret;
|
|
2318
2348
|
},
|
|
2319
|
-
|
|
2349
|
+
__wbg_shiftKey_e483c13c966878f6: function(arg0) {
|
|
2320
2350
|
const ret = arg0.shiftKey;
|
|
2321
2351
|
return ret;
|
|
2322
2352
|
},
|
|
2323
|
-
|
|
2353
|
+
__wbg_signal_fdc54643b47bf85b: function(arg0) {
|
|
2324
2354
|
const ret = arg0.signal;
|
|
2325
2355
|
return ret;
|
|
2326
2356
|
},
|
|
2327
|
-
|
|
2357
|
+
__wbg_size_5750dc81e679ea3e: function(arg0) {
|
|
2328
2358
|
const ret = arg0.size;
|
|
2329
2359
|
return ret;
|
|
2330
2360
|
},
|
|
2331
|
-
|
|
2361
|
+
__wbg_stack_3b0d974bbf31e44f: function(arg0, arg1) {
|
|
2332
2362
|
const ret = arg1.stack;
|
|
2333
2363
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
2334
2364
|
const len1 = WASM_VECTOR_LEN;
|
|
2335
2365
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
2336
2366
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
2337
2367
|
},
|
|
2338
|
-
|
|
2368
|
+
__wbg_start_fe881c7e1e08aeef: function(arg0) {
|
|
2339
2369
|
arg0.start();
|
|
2340
2370
|
},
|
|
2341
|
-
|
|
2371
|
+
__wbg_static_accessor_GLOBAL_8cfadc87a297ca02: function() {
|
|
2342
2372
|
const ret = typeof global === 'undefined' ? null : global;
|
|
2343
2373
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
2344
2374
|
},
|
|
2345
|
-
|
|
2375
|
+
__wbg_static_accessor_GLOBAL_THIS_602256ae5c8f42cf: function() {
|
|
2346
2376
|
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
2347
2377
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
2348
2378
|
},
|
|
2349
|
-
|
|
2379
|
+
__wbg_static_accessor_SELF_e445c1c7484aecc3: function() {
|
|
2350
2380
|
const ret = typeof self === 'undefined' ? null : self;
|
|
2351
2381
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
2352
2382
|
},
|
|
2353
|
-
|
|
2383
|
+
__wbg_static_accessor_WINDOW_f20e8576ef1e0f17: function() {
|
|
2354
2384
|
const ret = typeof window === 'undefined' ? null : window;
|
|
2355
2385
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
2356
2386
|
},
|
|
2357
|
-
|
|
2387
|
+
__wbg_stencilFuncSeparate_6793932aaaa884c6: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2358
2388
|
arg0.stencilFuncSeparate(arg1 >>> 0, arg2 >>> 0, arg3, arg4 >>> 0);
|
|
2359
2389
|
},
|
|
2360
|
-
|
|
2390
|
+
__wbg_stencilFuncSeparate_fcdf02a803d479c6: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2361
2391
|
arg0.stencilFuncSeparate(arg1 >>> 0, arg2 >>> 0, arg3, arg4 >>> 0);
|
|
2362
2392
|
},
|
|
2363
|
-
|
|
2393
|
+
__wbg_stencilMaskSeparate_29ca6c0767ad75fd: function(arg0, arg1, arg2) {
|
|
2364
2394
|
arg0.stencilMaskSeparate(arg1 >>> 0, arg2 >>> 0);
|
|
2365
2395
|
},
|
|
2366
|
-
|
|
2396
|
+
__wbg_stencilMaskSeparate_5aca8b40d26d13be: function(arg0, arg1, arg2) {
|
|
2367
2397
|
arg0.stencilMaskSeparate(arg1 >>> 0, arg2 >>> 0);
|
|
2368
2398
|
},
|
|
2369
|
-
|
|
2399
|
+
__wbg_stencilMask_38acb5180bfdee01: function(arg0, arg1) {
|
|
2370
2400
|
arg0.stencilMask(arg1 >>> 0);
|
|
2371
2401
|
},
|
|
2372
|
-
|
|
2402
|
+
__wbg_stencilMask_7f6b699426cca747: function(arg0, arg1) {
|
|
2373
2403
|
arg0.stencilMask(arg1 >>> 0);
|
|
2374
2404
|
},
|
|
2375
|
-
|
|
2405
|
+
__wbg_stencilOpSeparate_1a6bcbdb8de495b9: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2376
2406
|
arg0.stencilOpSeparate(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
|
|
2377
2407
|
},
|
|
2378
|
-
|
|
2408
|
+
__wbg_stencilOpSeparate_774288d006ebab65: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2379
2409
|
arg0.stencilOpSeparate(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
|
|
2380
2410
|
},
|
|
2381
|
-
|
|
2411
|
+
__wbg_style_c331a9f6564f8f62: function(arg0) {
|
|
2382
2412
|
const ret = arg0.style;
|
|
2383
2413
|
return ret;
|
|
2384
2414
|
},
|
|
2385
|
-
|
|
2415
|
+
__wbg_submit_a0eef27ac882fdbc: function(arg0, arg1) {
|
|
2386
2416
|
arg0.submit(arg1);
|
|
2387
2417
|
},
|
|
2388
|
-
|
|
2418
|
+
__wbg_texImage2D_b17c7723201a6d5e: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
2389
2419
|
arg0.texImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
2390
2420
|
}, arguments); },
|
|
2391
|
-
|
|
2421
|
+
__wbg_texImage2D_bd0466091ed50f83: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
2392
2422
|
arg0.texImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
2393
2423
|
}, arguments); },
|
|
2394
|
-
|
|
2424
|
+
__wbg_texImage2D_f110542c571d15a4: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
2395
2425
|
arg0.texImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
2396
2426
|
}, arguments); },
|
|
2397
|
-
|
|
2427
|
+
__wbg_texImage3D_4bd56d113304ee34: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) {
|
|
2398
2428
|
arg0.texImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8 >>> 0, arg9 >>> 0, arg10);
|
|
2399
2429
|
}, arguments); },
|
|
2400
|
-
|
|
2430
|
+
__wbg_texImage3D_b197787478b2ebe9: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) {
|
|
2401
2431
|
arg0.texImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8 >>> 0, arg9 >>> 0, arg10);
|
|
2402
2432
|
}, arguments); },
|
|
2403
|
-
|
|
2433
|
+
__wbg_texParameteri_83c7801427720baa: function(arg0, arg1, arg2, arg3) {
|
|
2404
2434
|
arg0.texParameteri(arg1 >>> 0, arg2 >>> 0, arg3);
|
|
2405
2435
|
},
|
|
2406
|
-
|
|
2436
|
+
__wbg_texParameteri_bc24667dff936ebd: function(arg0, arg1, arg2, arg3) {
|
|
2407
2437
|
arg0.texParameteri(arg1 >>> 0, arg2 >>> 0, arg3);
|
|
2408
2438
|
},
|
|
2409
|
-
|
|
2439
|
+
__wbg_texStorage2D_cd0049448f436f56: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
2410
2440
|
arg0.texStorage2D(arg1 >>> 0, arg2, arg3 >>> 0, arg4, arg5);
|
|
2411
2441
|
},
|
|
2412
|
-
|
|
2442
|
+
__wbg_texStorage3D_645d2a06d38f0291: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
2413
2443
|
arg0.texStorage3D(arg1 >>> 0, arg2, arg3 >>> 0, arg4, arg5, arg6);
|
|
2414
2444
|
},
|
|
2415
|
-
|
|
2445
|
+
__wbg_texSubImage2D_5d41ae5586dadcb3: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
2416
2446
|
arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
2417
2447
|
}, arguments); },
|
|
2418
|
-
|
|
2448
|
+
__wbg_texSubImage2D_6993404ab54773b7: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
2419
2449
|
arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
2420
2450
|
}, arguments); },
|
|
2421
|
-
|
|
2451
|
+
__wbg_texSubImage2D_7e472dfbf112e954: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
2422
2452
|
arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
2423
2453
|
}, arguments); },
|
|
2424
|
-
|
|
2454
|
+
__wbg_texSubImage2D_9c0f642762c6c35b: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
2425
2455
|
arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
2426
2456
|
}, arguments); },
|
|
2427
|
-
|
|
2457
|
+
__wbg_texSubImage2D_ba83ad5c3053f8d4: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
2428
2458
|
arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
2429
2459
|
}, arguments); },
|
|
2430
|
-
|
|
2460
|
+
__wbg_texSubImage2D_bbeaf09a21601313: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
2431
2461
|
arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
2432
2462
|
}, arguments); },
|
|
2433
|
-
|
|
2463
|
+
__wbg_texSubImage2D_ed6bface246ddd63: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
2434
2464
|
arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
2435
2465
|
}, arguments); },
|
|
2436
|
-
|
|
2466
|
+
__wbg_texSubImage2D_f3956198cbc38810: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
2437
2467
|
arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
2438
2468
|
}, arguments); },
|
|
2439
|
-
|
|
2469
|
+
__wbg_texSubImage3D_5e37ae4a691b540a: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
|
|
2440
2470
|
arg0.texSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0, arg11);
|
|
2441
2471
|
}, arguments); },
|
|
2442
|
-
|
|
2472
|
+
__wbg_texSubImage3D_8a2ec691664d8372: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
|
|
2443
2473
|
arg0.texSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0, arg11);
|
|
2444
2474
|
}, arguments); },
|
|
2445
|
-
|
|
2475
|
+
__wbg_texSubImage3D_8c8ff30abc439d92: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
|
|
2446
2476
|
arg0.texSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0, arg11);
|
|
2447
2477
|
}, arguments); },
|
|
2448
|
-
|
|
2478
|
+
__wbg_texSubImage3D_9bfaeed7c21e9f3b: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
|
|
2449
2479
|
arg0.texSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0, arg11);
|
|
2450
2480
|
}, arguments); },
|
|
2451
|
-
|
|
2481
|
+
__wbg_texSubImage3D_c572dcb916b31c0d: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
|
|
2452
2482
|
arg0.texSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0, arg11);
|
|
2453
2483
|
}, arguments); },
|
|
2454
|
-
|
|
2484
|
+
__wbg_texSubImage3D_e513c1602d1fe843: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
|
|
2455
2485
|
arg0.texSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0, arg11);
|
|
2456
2486
|
}, arguments); },
|
|
2457
|
-
|
|
2487
|
+
__wbg_texSubImage3D_ff660c5e8fde34e3: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
|
|
2458
2488
|
arg0.texSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0, arg11);
|
|
2459
2489
|
}, arguments); },
|
|
2460
|
-
|
|
2490
|
+
__wbg_then_792e0c862b060889: function(arg0, arg1, arg2) {
|
|
2461
2491
|
const ret = arg0.then(arg1, arg2);
|
|
2462
2492
|
return ret;
|
|
2463
2493
|
},
|
|
2464
|
-
|
|
2494
|
+
__wbg_then_8e16ee11f05e4827: function(arg0, arg1) {
|
|
2465
2495
|
const ret = arg0.then(arg1);
|
|
2466
2496
|
return ret;
|
|
2467
2497
|
},
|
|
2468
|
-
|
|
2498
|
+
__wbg_uniform1f_e5a0491ecd710bbc: function(arg0, arg1, arg2) {
|
|
2469
2499
|
arg0.uniform1f(arg1, arg2);
|
|
2470
2500
|
},
|
|
2471
|
-
|
|
2501
|
+
__wbg_uniform1f_f3284bea42055704: function(arg0, arg1, arg2) {
|
|
2472
2502
|
arg0.uniform1f(arg1, arg2);
|
|
2473
2503
|
},
|
|
2474
|
-
|
|
2504
|
+
__wbg_uniform1i_bde3c7d92bc444b2: function(arg0, arg1, arg2) {
|
|
2475
2505
|
arg0.uniform1i(arg1, arg2);
|
|
2476
2506
|
},
|
|
2477
|
-
|
|
2507
|
+
__wbg_uniform1i_cfd4726efd9d58b4: function(arg0, arg1, arg2) {
|
|
2478
2508
|
arg0.uniform1i(arg1, arg2);
|
|
2479
2509
|
},
|
|
2480
|
-
|
|
2510
|
+
__wbg_uniform1ui_7cea83045fb3528f: function(arg0, arg1, arg2) {
|
|
2481
2511
|
arg0.uniform1ui(arg1, arg2 >>> 0);
|
|
2482
2512
|
},
|
|
2483
|
-
|
|
2513
|
+
__wbg_uniform2fv_0cc1bfc11f911dda: function(arg0, arg1, arg2, arg3) {
|
|
2484
2514
|
arg0.uniform2fv(arg1, getArrayF32FromWasm0(arg2, arg3));
|
|
2485
2515
|
},
|
|
2486
|
-
|
|
2516
|
+
__wbg_uniform2fv_811d97ec656282f5: function(arg0, arg1, arg2, arg3) {
|
|
2487
2517
|
arg0.uniform2fv(arg1, getArrayF32FromWasm0(arg2, arg3));
|
|
2488
2518
|
},
|
|
2489
|
-
|
|
2519
|
+
__wbg_uniform2iv_4a92fbe600a6fb88: function(arg0, arg1, arg2, arg3) {
|
|
2490
2520
|
arg0.uniform2iv(arg1, getArrayI32FromWasm0(arg2, arg3));
|
|
2491
2521
|
},
|
|
2492
|
-
|
|
2522
|
+
__wbg_uniform2iv_6ee824c63294e364: function(arg0, arg1, arg2, arg3) {
|
|
2493
2523
|
arg0.uniform2iv(arg1, getArrayI32FromWasm0(arg2, arg3));
|
|
2494
2524
|
},
|
|
2495
|
-
|
|
2525
|
+
__wbg_uniform2uiv_922e0d0ff07dacda: function(arg0, arg1, arg2, arg3) {
|
|
2496
2526
|
arg0.uniform2uiv(arg1, getArrayU32FromWasm0(arg2, arg3));
|
|
2497
2527
|
},
|
|
2498
|
-
|
|
2528
|
+
__wbg_uniform3fv_8aba848c825c4dcc: function(arg0, arg1, arg2, arg3) {
|
|
2499
2529
|
arg0.uniform3fv(arg1, getArrayF32FromWasm0(arg2, arg3));
|
|
2500
2530
|
},
|
|
2501
|
-
|
|
2531
|
+
__wbg_uniform3fv_ff2fddc612532e5f: function(arg0, arg1, arg2, arg3) {
|
|
2502
2532
|
arg0.uniform3fv(arg1, getArrayF32FromWasm0(arg2, arg3));
|
|
2503
2533
|
},
|
|
2504
|
-
|
|
2534
|
+
__wbg_uniform3iv_32b9d4b3b46fc3fb: function(arg0, arg1, arg2, arg3) {
|
|
2505
2535
|
arg0.uniform3iv(arg1, getArrayI32FromWasm0(arg2, arg3));
|
|
2506
2536
|
},
|
|
2507
|
-
|
|
2537
|
+
__wbg_uniform3iv_cb33dfef7e21e4cf: function(arg0, arg1, arg2, arg3) {
|
|
2508
2538
|
arg0.uniform3iv(arg1, getArrayI32FromWasm0(arg2, arg3));
|
|
2509
2539
|
},
|
|
2510
|
-
|
|
2540
|
+
__wbg_uniform3uiv_4619b614eed3b03b: function(arg0, arg1, arg2, arg3) {
|
|
2511
2541
|
arg0.uniform3uiv(arg1, getArrayU32FromWasm0(arg2, arg3));
|
|
2512
2542
|
},
|
|
2513
|
-
|
|
2543
|
+
__wbg_uniform4f_0fdc74603a961cb5: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
2514
2544
|
arg0.uniform4f(arg1, arg2, arg3, arg4, arg5);
|
|
2515
2545
|
},
|
|
2516
|
-
|
|
2546
|
+
__wbg_uniform4f_ff633df35b5cc94e: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
2517
2547
|
arg0.uniform4f(arg1, arg2, arg3, arg4, arg5);
|
|
2518
2548
|
},
|
|
2519
|
-
|
|
2549
|
+
__wbg_uniform4fv_68ac9dbef7f9bdf8: function(arg0, arg1, arg2, arg3) {
|
|
2520
2550
|
arg0.uniform4fv(arg1, getArrayF32FromWasm0(arg2, arg3));
|
|
2521
2551
|
},
|
|
2522
|
-
|
|
2552
|
+
__wbg_uniform4fv_7376535df870aea3: function(arg0, arg1, arg2, arg3) {
|
|
2523
2553
|
arg0.uniform4fv(arg1, getArrayF32FromWasm0(arg2, arg3));
|
|
2524
2554
|
},
|
|
2525
|
-
|
|
2555
|
+
__wbg_uniform4iv_ce9132ad6ecb1d68: function(arg0, arg1, arg2, arg3) {
|
|
2526
2556
|
arg0.uniform4iv(arg1, getArrayI32FromWasm0(arg2, arg3));
|
|
2527
2557
|
},
|
|
2528
|
-
|
|
2558
|
+
__wbg_uniform4iv_f7af2ec6948943d4: function(arg0, arg1, arg2, arg3) {
|
|
2529
2559
|
arg0.uniform4iv(arg1, getArrayI32FromWasm0(arg2, arg3));
|
|
2530
2560
|
},
|
|
2531
|
-
|
|
2561
|
+
__wbg_uniform4uiv_4292a20d0e4d3596: function(arg0, arg1, arg2, arg3) {
|
|
2532
2562
|
arg0.uniform4uiv(arg1, getArrayU32FromWasm0(arg2, arg3));
|
|
2533
2563
|
},
|
|
2534
|
-
|
|
2564
|
+
__wbg_uniformBlockBinding_937f5d284b5d4fca: function(arg0, arg1, arg2, arg3) {
|
|
2535
2565
|
arg0.uniformBlockBinding(arg1, arg2 >>> 0, arg3 >>> 0);
|
|
2536
2566
|
},
|
|
2537
|
-
|
|
2567
|
+
__wbg_uniformMatrix2fv_16670171c53575fa: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2538
2568
|
arg0.uniformMatrix2fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
2539
2569
|
},
|
|
2540
|
-
|
|
2570
|
+
__wbg_uniformMatrix2fv_cc942086aed65fce: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2541
2571
|
arg0.uniformMatrix2fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
2542
2572
|
},
|
|
2543
|
-
|
|
2573
|
+
__wbg_uniformMatrix2x3fv_af1aab8077d29a47: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2544
2574
|
arg0.uniformMatrix2x3fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
2545
2575
|
},
|
|
2546
|
-
|
|
2576
|
+
__wbg_uniformMatrix2x4fv_81d033dbc8213f56: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2547
2577
|
arg0.uniformMatrix2x4fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
2548
2578
|
},
|
|
2549
|
-
|
|
2579
|
+
__wbg_uniformMatrix3fv_677ba74bf760a105: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2550
2580
|
arg0.uniformMatrix3fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
2551
2581
|
},
|
|
2552
|
-
|
|
2582
|
+
__wbg_uniformMatrix3fv_d36ebef53bf8ae93: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2553
2583
|
arg0.uniformMatrix3fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
2554
2584
|
},
|
|
2555
|
-
|
|
2585
|
+
__wbg_uniformMatrix3x2fv_acd7964b2aef846e: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2556
2586
|
arg0.uniformMatrix3x2fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
2557
2587
|
},
|
|
2558
|
-
|
|
2588
|
+
__wbg_uniformMatrix3x4fv_b2df592396e29a0a: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2559
2589
|
arg0.uniformMatrix3x4fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
2560
2590
|
},
|
|
2561
|
-
|
|
2591
|
+
__wbg_uniformMatrix4fv_65df27ae81aac4a7: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2562
2592
|
arg0.uniformMatrix4fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
2563
2593
|
},
|
|
2564
|
-
|
|
2594
|
+
__wbg_uniformMatrix4fv_ad33dd8ac90a1166: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2565
2595
|
arg0.uniformMatrix4fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
2566
2596
|
},
|
|
2567
|
-
|
|
2597
|
+
__wbg_uniformMatrix4x2fv_d791ce5f7982d137: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2568
2598
|
arg0.uniformMatrix4x2fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
2569
2599
|
},
|
|
2570
|
-
|
|
2600
|
+
__wbg_uniformMatrix4x3fv_190833de504c7482: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2571
2601
|
arg0.uniformMatrix4x3fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
2572
2602
|
},
|
|
2573
|
-
|
|
2603
|
+
__wbg_unmap_86f345d7fc3ecd10: function(arg0) {
|
|
2574
2604
|
arg0.unmap();
|
|
2575
2605
|
},
|
|
2576
|
-
|
|
2606
|
+
__wbg_unobserve_fba3a73b4a61a859: function(arg0, arg1) {
|
|
2577
2607
|
arg0.unobserve(arg1);
|
|
2578
2608
|
},
|
|
2579
|
-
|
|
2609
|
+
__wbg_usage_f4f2cedc88bacb08: function(arg0) {
|
|
2580
2610
|
const ret = arg0.usage;
|
|
2581
2611
|
return ret;
|
|
2582
2612
|
},
|
|
2583
|
-
|
|
2613
|
+
__wbg_useProgram_6403314e6307ff8f: function(arg0, arg1) {
|
|
2584
2614
|
arg0.useProgram(arg1);
|
|
2585
2615
|
},
|
|
2586
|
-
|
|
2616
|
+
__wbg_useProgram_b0607e62e147410b: function(arg0, arg1) {
|
|
2587
2617
|
arg0.useProgram(arg1);
|
|
2588
2618
|
},
|
|
2589
|
-
|
|
2619
|
+
__wbg_userAgentData_31b8f893e8977e94: function(arg0) {
|
|
2590
2620
|
const ret = arg0.userAgentData;
|
|
2591
2621
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
2592
2622
|
},
|
|
2593
|
-
|
|
2623
|
+
__wbg_userAgent_609f939440dc6b62: function() { return handleError(function (arg0, arg1) {
|
|
2594
2624
|
const ret = arg1.userAgent;
|
|
2595
2625
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
2596
2626
|
const len1 = WASM_VECTOR_LEN;
|
|
2597
2627
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
2598
2628
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
2599
2629
|
}, arguments); },
|
|
2600
|
-
|
|
2630
|
+
__wbg_value_ee3a06f4579184fa: function(arg0) {
|
|
2601
2631
|
const ret = arg0.value;
|
|
2602
2632
|
return ret;
|
|
2603
2633
|
},
|
|
2604
|
-
|
|
2634
|
+
__wbg_vertexAttribDivisorANGLE_49500429f99e1d27: function(arg0, arg1, arg2) {
|
|
2605
2635
|
arg0.vertexAttribDivisorANGLE(arg1 >>> 0, arg2 >>> 0);
|
|
2606
2636
|
},
|
|
2607
|
-
|
|
2637
|
+
__wbg_vertexAttribDivisor_406c4f2dab66050b: function(arg0, arg1, arg2) {
|
|
2608
2638
|
arg0.vertexAttribDivisor(arg1 >>> 0, arg2 >>> 0);
|
|
2609
2639
|
},
|
|
2610
|
-
|
|
2640
|
+
__wbg_vertexAttribIPointer_a64fdd378b987c16: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
2611
2641
|
arg0.vertexAttribIPointer(arg1 >>> 0, arg2, arg3 >>> 0, arg4, arg5);
|
|
2612
2642
|
},
|
|
2613
|
-
|
|
2643
|
+
__wbg_vertexAttribPointer_89754c61239e5837: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
2614
2644
|
arg0.vertexAttribPointer(arg1 >>> 0, arg2, arg3 >>> 0, arg4 !== 0, arg5, arg6);
|
|
2615
2645
|
},
|
|
2616
|
-
|
|
2646
|
+
__wbg_vertexAttribPointer_dfec25e05e323ba4: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
2617
2647
|
arg0.vertexAttribPointer(arg1 >>> 0, arg2, arg3 >>> 0, arg4 !== 0, arg5, arg6);
|
|
2618
2648
|
},
|
|
2619
|
-
|
|
2649
|
+
__wbg_videoHeight_c6473e0876716097: function(arg0) {
|
|
2650
|
+
const ret = arg0.videoHeight;
|
|
2651
|
+
return ret;
|
|
2652
|
+
},
|
|
2653
|
+
__wbg_videoWidth_e8cbf52940ff039d: function(arg0) {
|
|
2654
|
+
const ret = arg0.videoWidth;
|
|
2655
|
+
return ret;
|
|
2656
|
+
},
|
|
2657
|
+
__wbg_viewport_325ef6f6b074c24f: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2620
2658
|
arg0.viewport(arg1, arg2, arg3, arg4);
|
|
2621
2659
|
},
|
|
2622
|
-
|
|
2660
|
+
__wbg_viewport_b1858453ab05f289: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2623
2661
|
arg0.viewport(arg1, arg2, arg3, arg4);
|
|
2624
2662
|
},
|
|
2625
|
-
|
|
2663
|
+
__wbg_visibilityState_cbab2cc123aa13ec: function(arg0) {
|
|
2626
2664
|
const ret = arg0.visibilityState;
|
|
2627
2665
|
return (__wbindgen_enum_VisibilityState.indexOf(ret) + 1 || 3) - 1;
|
|
2628
2666
|
},
|
|
2629
|
-
|
|
2667
|
+
__wbg_warn_3cc416af27dbdc02: function(arg0) {
|
|
2630
2668
|
console.warn(arg0);
|
|
2631
2669
|
},
|
|
2632
|
-
|
|
2670
|
+
__wbg_webkitFullscreenElement_4055d847f8ff064e: function(arg0) {
|
|
2633
2671
|
const ret = arg0.webkitFullscreenElement;
|
|
2634
2672
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
2635
2673
|
},
|
|
2636
|
-
|
|
2674
|
+
__wbg_webkitRequestFullscreen_c4ec4df7be373ffd: function(arg0) {
|
|
2637
2675
|
arg0.webkitRequestFullscreen();
|
|
2638
2676
|
},
|
|
2639
|
-
|
|
2677
|
+
__wbg_width_0b85c08524c203ea: function(arg0) {
|
|
2678
|
+
const ret = arg0.width;
|
|
2679
|
+
return ret;
|
|
2680
|
+
},
|
|
2681
|
+
__wbg_width_3aacf063073c2757: function(arg0) {
|
|
2682
|
+
const ret = arg0.width;
|
|
2683
|
+
return ret;
|
|
2684
|
+
},
|
|
2685
|
+
__wbg_width_5adcb07d04d08bdf: function(arg0) {
|
|
2686
|
+
const ret = arg0.width;
|
|
2687
|
+
return ret;
|
|
2688
|
+
},
|
|
2689
|
+
__wbg_width_8d02fb9e26a75e0d: function(arg0) {
|
|
2690
|
+
const ret = arg0.width;
|
|
2691
|
+
return ret;
|
|
2692
|
+
},
|
|
2693
|
+
__wbg_width_c8191b3a9df04090: function(arg0) {
|
|
2640
2694
|
const ret = arg0.width;
|
|
2641
2695
|
return ret;
|
|
2642
2696
|
},
|
|
2643
|
-
|
|
2697
|
+
__wbg_width_ddbe321b233b5921: function(arg0) {
|
|
2698
|
+
const ret = arg0.width;
|
|
2699
|
+
return ret;
|
|
2700
|
+
},
|
|
2701
|
+
__wbg_writeBuffer_280ac7924a1b1df0: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
2644
2702
|
arg0.writeBuffer(arg1, arg2, arg3, arg4, arg5);
|
|
2645
2703
|
}, arguments); },
|
|
2646
|
-
|
|
2704
|
+
__wbg_writeTexture_9d6295813b0ef4a1: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
2647
2705
|
arg0.writeTexture(arg1, arg2, arg3, arg4);
|
|
2648
2706
|
}, arguments); },
|
|
2649
2707
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
2650
|
-
// Cast intrinsic for `Closure(Closure {
|
|
2651
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2708
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 3841, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2709
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h00cde4323839146b);
|
|
2652
2710
|
return ret;
|
|
2653
2711
|
},
|
|
2654
2712
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
2655
|
-
// Cast intrinsic for `Closure(Closure {
|
|
2656
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2713
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 3925, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
2714
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hd8590da73942d3e0);
|
|
2657
2715
|
return ret;
|
|
2658
2716
|
},
|
|
2659
2717
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
2660
|
-
// Cast intrinsic for `Closure(Closure {
|
|
2661
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2718
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Array<any>"), NamedExternref("ResizeObserver")], shim_idx: 3848, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2719
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h6ff3e7511bd758a3);
|
|
2662
2720
|
return ret;
|
|
2663
2721
|
},
|
|
2664
2722
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
2665
|
-
// Cast intrinsic for `Closure(Closure {
|
|
2666
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2723
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Array<any>")], shim_idx: 3841, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2724
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_3);
|
|
2667
2725
|
return ret;
|
|
2668
2726
|
},
|
|
2669
2727
|
__wbindgen_cast_0000000000000005: function(arg0, arg1) {
|
|
2670
|
-
// Cast intrinsic for `Closure(Closure {
|
|
2671
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2728
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Event")], shim_idx: 3841, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2729
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_4);
|
|
2672
2730
|
return ret;
|
|
2673
2731
|
},
|
|
2674
2732
|
__wbindgen_cast_0000000000000006: function(arg0, arg1) {
|
|
2675
|
-
// Cast intrinsic for `Closure(Closure {
|
|
2676
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2733
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("FocusEvent")], shim_idx: 3841, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2734
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_5);
|
|
2677
2735
|
return ret;
|
|
2678
2736
|
},
|
|
2679
2737
|
__wbindgen_cast_0000000000000007: function(arg0, arg1) {
|
|
2680
|
-
// Cast intrinsic for `Closure(Closure {
|
|
2681
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2738
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("KeyboardEvent")], shim_idx: 3841, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2739
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_6);
|
|
2682
2740
|
return ret;
|
|
2683
2741
|
},
|
|
2684
2742
|
__wbindgen_cast_0000000000000008: function(arg0, arg1) {
|
|
2685
|
-
// Cast intrinsic for `Closure(Closure {
|
|
2686
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2743
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("PageTransitionEvent")], shim_idx: 3841, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2744
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_7);
|
|
2687
2745
|
return ret;
|
|
2688
2746
|
},
|
|
2689
2747
|
__wbindgen_cast_0000000000000009: function(arg0, arg1) {
|
|
2690
|
-
// Cast intrinsic for `Closure(Closure {
|
|
2691
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2748
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("PointerEvent")], shim_idx: 3841, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2749
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_8);
|
|
2692
2750
|
return ret;
|
|
2693
2751
|
},
|
|
2694
2752
|
__wbindgen_cast_000000000000000a: function(arg0, arg1) {
|
|
2695
|
-
// Cast intrinsic for `Closure(Closure {
|
|
2696
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2753
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("WheelEvent")], shim_idx: 3841, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2754
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_9);
|
|
2755
|
+
return ret;
|
|
2756
|
+
},
|
|
2757
|
+
__wbindgen_cast_000000000000000b: function(arg0, arg1) {
|
|
2758
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 3846, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2759
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hdb7f99c0126c5c28);
|
|
2697
2760
|
return ret;
|
|
2698
2761
|
},
|
|
2699
|
-
|
|
2762
|
+
__wbindgen_cast_000000000000000c: function(arg0) {
|
|
2700
2763
|
// Cast intrinsic for `F64 -> Externref`.
|
|
2701
2764
|
const ret = arg0;
|
|
2702
2765
|
return ret;
|
|
2703
2766
|
},
|
|
2704
|
-
|
|
2767
|
+
__wbindgen_cast_000000000000000d: function(arg0, arg1) {
|
|
2705
2768
|
// Cast intrinsic for `Ref(Slice(F32)) -> NamedExternref("Float32Array")`.
|
|
2706
2769
|
const ret = getArrayF32FromWasm0(arg0, arg1);
|
|
2707
2770
|
return ret;
|
|
2708
2771
|
},
|
|
2709
|
-
|
|
2772
|
+
__wbindgen_cast_000000000000000e: function(arg0, arg1) {
|
|
2710
2773
|
// Cast intrinsic for `Ref(Slice(I16)) -> NamedExternref("Int16Array")`.
|
|
2711
2774
|
const ret = getArrayI16FromWasm0(arg0, arg1);
|
|
2712
2775
|
return ret;
|
|
2713
2776
|
},
|
|
2714
|
-
|
|
2777
|
+
__wbindgen_cast_000000000000000f: function(arg0, arg1) {
|
|
2715
2778
|
// Cast intrinsic for `Ref(Slice(I32)) -> NamedExternref("Int32Array")`.
|
|
2716
2779
|
const ret = getArrayI32FromWasm0(arg0, arg1);
|
|
2717
2780
|
return ret;
|
|
2718
2781
|
},
|
|
2719
|
-
|
|
2782
|
+
__wbindgen_cast_0000000000000010: function(arg0, arg1) {
|
|
2720
2783
|
// Cast intrinsic for `Ref(Slice(I8)) -> NamedExternref("Int8Array")`.
|
|
2721
2784
|
const ret = getArrayI8FromWasm0(arg0, arg1);
|
|
2722
2785
|
return ret;
|
|
2723
2786
|
},
|
|
2724
|
-
|
|
2787
|
+
__wbindgen_cast_0000000000000011: function(arg0, arg1) {
|
|
2725
2788
|
// Cast intrinsic for `Ref(Slice(U16)) -> NamedExternref("Uint16Array")`.
|
|
2726
2789
|
const ret = getArrayU16FromWasm0(arg0, arg1);
|
|
2727
2790
|
return ret;
|
|
2728
2791
|
},
|
|
2729
|
-
|
|
2792
|
+
__wbindgen_cast_0000000000000012: function(arg0, arg1) {
|
|
2730
2793
|
// Cast intrinsic for `Ref(Slice(U32)) -> NamedExternref("Uint32Array")`.
|
|
2731
2794
|
const ret = getArrayU32FromWasm0(arg0, arg1);
|
|
2732
2795
|
return ret;
|
|
2733
2796
|
},
|
|
2734
|
-
|
|
2797
|
+
__wbindgen_cast_0000000000000013: function(arg0, arg1) {
|
|
2735
2798
|
// Cast intrinsic for `Ref(Slice(U8)) -> NamedExternref("Uint8Array")`.
|
|
2736
2799
|
const ret = getArrayU8FromWasm0(arg0, arg1);
|
|
2737
2800
|
return ret;
|
|
2738
2801
|
},
|
|
2739
|
-
|
|
2802
|
+
__wbindgen_cast_0000000000000014: function(arg0, arg1) {
|
|
2740
2803
|
// Cast intrinsic for `Ref(String) -> Externref`.
|
|
2741
2804
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
2742
2805
|
return ret;
|
|
@@ -2750,10 +2813,6 @@ function __wbg_get_imports() {
|
|
|
2750
2813
|
table.set(offset + 2, true);
|
|
2751
2814
|
table.set(offset + 3, false);
|
|
2752
2815
|
},
|
|
2753
|
-
__wbindgen_object_is_undefined: function(arg0) {
|
|
2754
|
-
const ret = arg0 === undefined;
|
|
2755
|
-
return ret;
|
|
2756
|
-
},
|
|
2757
2816
|
};
|
|
2758
2817
|
return {
|
|
2759
2818
|
__proto__: null,
|
|
@@ -2761,20 +2820,51 @@ function __wbg_get_imports() {
|
|
|
2761
2820
|
};
|
|
2762
2821
|
}
|
|
2763
2822
|
|
|
2764
|
-
function
|
|
2765
|
-
wasm.
|
|
2823
|
+
function wasm_bindgen__convert__closures_____invoke__hdb7f99c0126c5c28(arg0, arg1) {
|
|
2824
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hdb7f99c0126c5c28(arg0, arg1);
|
|
2825
|
+
}
|
|
2826
|
+
|
|
2827
|
+
function wasm_bindgen__convert__closures_____invoke__h00cde4323839146b(arg0, arg1, arg2) {
|
|
2828
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h00cde4323839146b(arg0, arg1, arg2);
|
|
2829
|
+
}
|
|
2830
|
+
|
|
2831
|
+
function wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_3(arg0, arg1, arg2) {
|
|
2832
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_3(arg0, arg1, arg2);
|
|
2766
2833
|
}
|
|
2767
2834
|
|
|
2768
|
-
function
|
|
2769
|
-
wasm.
|
|
2835
|
+
function wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_4(arg0, arg1, arg2) {
|
|
2836
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_4(arg0, arg1, arg2);
|
|
2770
2837
|
}
|
|
2771
2838
|
|
|
2772
|
-
function
|
|
2773
|
-
wasm.
|
|
2839
|
+
function wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_5(arg0, arg1, arg2) {
|
|
2840
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_5(arg0, arg1, arg2);
|
|
2841
|
+
}
|
|
2842
|
+
|
|
2843
|
+
function wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_6(arg0, arg1, arg2) {
|
|
2844
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_6(arg0, arg1, arg2);
|
|
2845
|
+
}
|
|
2846
|
+
|
|
2847
|
+
function wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_7(arg0, arg1, arg2) {
|
|
2848
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_7(arg0, arg1, arg2);
|
|
2849
|
+
}
|
|
2850
|
+
|
|
2851
|
+
function wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_8(arg0, arg1, arg2) {
|
|
2852
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_8(arg0, arg1, arg2);
|
|
2853
|
+
}
|
|
2854
|
+
|
|
2855
|
+
function wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_9(arg0, arg1, arg2) {
|
|
2856
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h00cde4323839146b_9(arg0, arg1, arg2);
|
|
2857
|
+
}
|
|
2858
|
+
|
|
2859
|
+
function wasm_bindgen__convert__closures_____invoke__hd8590da73942d3e0(arg0, arg1, arg2) {
|
|
2860
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__hd8590da73942d3e0(arg0, arg1, arg2);
|
|
2861
|
+
if (ret[1]) {
|
|
2862
|
+
throw takeFromExternrefTable0(ret[0]);
|
|
2863
|
+
}
|
|
2774
2864
|
}
|
|
2775
2865
|
|
|
2776
|
-
function
|
|
2777
|
-
wasm.
|
|
2866
|
+
function wasm_bindgen__convert__closures_____invoke__h6ff3e7511bd758a3(arg0, arg1, arg2, arg3) {
|
|
2867
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h6ff3e7511bd758a3(arg0, arg1, arg2, arg3);
|
|
2778
2868
|
}
|
|
2779
2869
|
|
|
2780
2870
|
|
|
@@ -2866,7 +2956,7 @@ function addToExternrefTable0(obj) {
|
|
|
2866
2956
|
|
|
2867
2957
|
const CLOSURE_DTORS = (typeof FinalizationRegistry === 'undefined')
|
|
2868
2958
|
? { register: () => {}, unregister: () => {} }
|
|
2869
|
-
: new FinalizationRegistry(state =>
|
|
2959
|
+
: new FinalizationRegistry(state => wasm.__wbindgen_destroy_closure(state.a, state.b));
|
|
2870
2960
|
|
|
2871
2961
|
function debugString(val) {
|
|
2872
2962
|
// primitive types
|
|
@@ -3050,8 +3140,8 @@ function isLikeNone(x) {
|
|
|
3050
3140
|
return x === undefined || x === null;
|
|
3051
3141
|
}
|
|
3052
3142
|
|
|
3053
|
-
function makeMutClosure(arg0, arg1,
|
|
3054
|
-
const state = { a: arg0, b: arg1, cnt: 1
|
|
3143
|
+
function makeMutClosure(arg0, arg1, f) {
|
|
3144
|
+
const state = { a: arg0, b: arg1, cnt: 1 };
|
|
3055
3145
|
const real = (...args) => {
|
|
3056
3146
|
|
|
3057
3147
|
// First up with a closure we increment the internal reference
|
|
@@ -3069,7 +3159,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
|
|
|
3069
3159
|
};
|
|
3070
3160
|
real._wbg_cb_unref = () => {
|
|
3071
3161
|
if (--state.cnt === 0) {
|
|
3072
|
-
|
|
3162
|
+
wasm.__wbindgen_destroy_closure(state.a, state.b);
|
|
3073
3163
|
state.a = 0;
|
|
3074
3164
|
CLOSURE_DTORS.unregister(state);
|
|
3075
3165
|
}
|
|
@@ -3234,7 +3324,7 @@ async function __wbg_init(module_or_path) {
|
|
|
3234
3324
|
}
|
|
3235
3325
|
|
|
3236
3326
|
if (module_or_path === undefined) {
|
|
3237
|
-
module_or_path = new URL('sangine_bg.
|
|
3327
|
+
module_or_path = new URL('sangine_bg.31a02d84.wasm', import.meta.url);
|
|
3238
3328
|
}
|
|
3239
3329
|
const imports = __wbg_get_imports();
|
|
3240
3330
|
|