Skip to content

Commit 3cf1088

Browse files
committed
Deploying to master from @ gfx-rs/wgpu@a5491c4 🚀
1 parent c57da0d commit 3cf1088

File tree

4 files changed

+68
-68
lines changed

4 files changed

+68
-68
lines changed

examples/webgl2.js

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -254,47 +254,47 @@ function debugString(val) {
254254
return className;
255255
}
256256
function __wbg_adapter_36(arg0, arg1, arg2) {
257-
wasm.closure462_externref_shim(arg0, arg1, arg2);
257+
wasm.closure597_externref_shim(arg0, arg1, arg2);
258258
}
259259

260260
function __wbg_adapter_39(arg0, arg1, arg2, arg3) {
261-
wasm.closure460_externref_shim(arg0, arg1, arg2, arg3);
261+
wasm.closure593_externref_shim(arg0, arg1, arg2, arg3);
262262
}
263263

264264
function __wbg_adapter_42(arg0, arg1, arg2) {
265-
wasm.closure464_externref_shim(arg0, arg1, arg2);
265+
wasm.closure595_externref_shim(arg0, arg1, arg2);
266266
}
267267

268-
function __wbg_adapter_45(arg0, arg1, arg2) {
269-
wasm.closure861_externref_shim(arg0, arg1, arg2);
268+
function __wbg_adapter_45(arg0, arg1) {
269+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc096eb4f5029fab8(arg0, arg1);
270270
}
271271

272272
function __wbg_adapter_48(arg0, arg1, arg2) {
273-
wasm.closure853_externref_shim(arg0, arg1, arg2);
273+
wasm.closure851_externref_shim(arg0, arg1, arg2);
274274
}
275275

276276
function __wbg_adapter_51(arg0, arg1, arg2) {
277-
wasm.closure857_externref_shim(arg0, arg1, arg2);
277+
wasm.closure847_externref_shim(arg0, arg1, arg2);
278278
}
279279

280-
function __wbg_adapter_54(arg0, arg1) {
281-
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h7df8c31a419ee619(arg0, arg1);
280+
function __wbg_adapter_54(arg0, arg1, arg2) {
281+
wasm.closure857_externref_shim(arg0, arg1, arg2);
282282
}
283283

284284
function __wbg_adapter_57(arg0, arg1, arg2) {
285-
wasm.closure855_externref_shim(arg0, arg1, arg2);
285+
wasm.closure853_externref_shim(arg0, arg1, arg2);
286286
}
287287

288288
function __wbg_adapter_60(arg0, arg1, arg2) {
289-
wasm.closure859_externref_shim(arg0, arg1, arg2);
289+
wasm.closure849_externref_shim(arg0, arg1, arg2);
290290
}
291291

292292
function __wbg_adapter_63(arg0, arg1, arg2) {
293293
wasm.closure965_externref_shim(arg0, arg1, arg2);
294294
}
295295

296296
function __wbg_adapter_66(arg0, arg1, arg2) {
297-
wasm.closure1668_externref_shim(arg0, arg1, arg2);
297+
wasm.closure1669_externref_shim(arg0, arg1, arg2);
298298
}
299299

300300
const __wbindgen_enum_GpuAddressMode = ["clamp-to-edge", "repeat", "mirror-repeat"];
@@ -3107,48 +3107,48 @@ function __wbg_get_imports() {
31073107
const ret = false;
31083108
return ret;
31093109
};
3110-
imports.wbg.__wbindgen_closure_wrapper12213 = function(arg0, arg1, arg2) {
3110+
imports.wbg.__wbindgen_closure_wrapper12231 = function(arg0, arg1, arg2) {
31113111
const ret = makeMutClosure(arg0, arg1, 966, __wbg_adapter_63);
31123112
return ret;
31133113
};
3114-
imports.wbg.__wbindgen_closure_wrapper15304 = function(arg0, arg1, arg2) {
3115-
const ret = makeMutClosure(arg0, arg1, 1669, __wbg_adapter_66);
3114+
imports.wbg.__wbindgen_closure_wrapper15310 = function(arg0, arg1, arg2) {
3115+
const ret = makeMutClosure(arg0, arg1, 1670, __wbg_adapter_66);
31163116
return ret;
31173117
};
3118-
imports.wbg.__wbindgen_closure_wrapper2505 = function(arg0, arg1, arg2) {
3119-
const ret = makeMutClosure(arg0, arg1, 463, __wbg_adapter_36);
3118+
imports.wbg.__wbindgen_closure_wrapper4051 = function(arg0, arg1, arg2) {
3119+
const ret = makeMutClosure(arg0, arg1, 598, __wbg_adapter_36);
31203120
return ret;
31213121
};
3122-
imports.wbg.__wbindgen_closure_wrapper2507 = function(arg0, arg1, arg2) {
3123-
const ret = makeMutClosure(arg0, arg1, 461, __wbg_adapter_39);
3122+
imports.wbg.__wbindgen_closure_wrapper4053 = function(arg0, arg1, arg2) {
3123+
const ret = makeMutClosure(arg0, arg1, 594, __wbg_adapter_39);
31243124
return ret;
31253125
};
3126-
imports.wbg.__wbindgen_closure_wrapper2509 = function(arg0, arg1, arg2) {
3127-
const ret = makeMutClosure(arg0, arg1, 465, __wbg_adapter_42);
3126+
imports.wbg.__wbindgen_closure_wrapper4055 = function(arg0, arg1, arg2) {
3127+
const ret = makeMutClosure(arg0, arg1, 596, __wbg_adapter_42);
31283128
return ret;
31293129
};
3130-
imports.wbg.__wbindgen_closure_wrapper8441 = function(arg0, arg1, arg2) {
3131-
const ret = makeMutClosure(arg0, arg1, 862, __wbg_adapter_45);
3130+
imports.wbg.__wbindgen_closure_wrapper7844 = function(arg0, arg1, arg2) {
3131+
const ret = makeMutClosure(arg0, arg1, 856, __wbg_adapter_45);
31323132
return ret;
31333133
};
3134-
imports.wbg.__wbindgen_closure_wrapper8443 = function(arg0, arg1, arg2) {
3135-
const ret = makeMutClosure(arg0, arg1, 854, __wbg_adapter_48);
3134+
imports.wbg.__wbindgen_closure_wrapper7846 = function(arg0, arg1, arg2) {
3135+
const ret = makeMutClosure(arg0, arg1, 852, __wbg_adapter_48);
31363136
return ret;
31373137
};
3138-
imports.wbg.__wbindgen_closure_wrapper8445 = function(arg0, arg1, arg2) {
3139-
const ret = makeMutClosure(arg0, arg1, 858, __wbg_adapter_51);
3138+
imports.wbg.__wbindgen_closure_wrapper7848 = function(arg0, arg1, arg2) {
3139+
const ret = makeMutClosure(arg0, arg1, 848, __wbg_adapter_51);
31403140
return ret;
31413141
};
3142-
imports.wbg.__wbindgen_closure_wrapper8447 = function(arg0, arg1, arg2) {
3143-
const ret = makeMutClosure(arg0, arg1, 852, __wbg_adapter_54);
3142+
imports.wbg.__wbindgen_closure_wrapper7850 = function(arg0, arg1, arg2) {
3143+
const ret = makeMutClosure(arg0, arg1, 858, __wbg_adapter_54);
31443144
return ret;
31453145
};
3146-
imports.wbg.__wbindgen_closure_wrapper8449 = function(arg0, arg1, arg2) {
3147-
const ret = makeMutClosure(arg0, arg1, 856, __wbg_adapter_57);
3146+
imports.wbg.__wbindgen_closure_wrapper7852 = function(arg0, arg1, arg2) {
3147+
const ret = makeMutClosure(arg0, arg1, 854, __wbg_adapter_57);
31483148
return ret;
31493149
};
3150-
imports.wbg.__wbindgen_closure_wrapper8451 = function(arg0, arg1, arg2) {
3151-
const ret = makeMutClosure(arg0, arg1, 860, __wbg_adapter_60);
3150+
imports.wbg.__wbindgen_closure_wrapper7854 = function(arg0, arg1, arg2) {
3151+
const ret = makeMutClosure(arg0, arg1, 850, __wbg_adapter_60);
31523152
return ret;
31533153
};
31543154
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {

examples/webgl2_bg.wasm

-1.62 KB
Binary file not shown.

examples/webgpu.js

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -225,44 +225,44 @@ function debugString(val) {
225225
// TODO we could test for more things here, like `Set`s and `Map`s.
226226
return className;
227227
}
228-
function __wbg_adapter_32(arg0, arg1, arg2, arg3) {
229-
wasm.closure554_externref_shim(arg0, arg1, arg2, arg3);
228+
function __wbg_adapter_32(arg0, arg1, arg2) {
229+
wasm.closure549_externref_shim(arg0, arg1, arg2);
230230
}
231231

232232
function __wbg_adapter_35(arg0, arg1, arg2) {
233-
wasm.closure558_externref_shim(arg0, arg1, arg2);
233+
wasm.closure553_externref_shim(arg0, arg1, arg2);
234234
}
235235

236-
function __wbg_adapter_38(arg0, arg1, arg2) {
237-
wasm.closure556_externref_shim(arg0, arg1, arg2);
236+
function __wbg_adapter_38(arg0, arg1, arg2, arg3) {
237+
wasm.closure551_externref_shim(arg0, arg1, arg2, arg3);
238238
}
239239

240240
function __wbg_adapter_41(arg0, arg1, arg2) {
241-
wasm.closure719_externref_shim(arg0, arg1, arg2);
241+
wasm.closure760_externref_shim(arg0, arg1, arg2);
242242
}
243243

244244
function __wbg_adapter_44(arg0, arg1, arg2) {
245-
wasm.closure725_externref_shim(arg0, arg1, arg2);
245+
wasm.closure756_externref_shim(arg0, arg1, arg2);
246246
}
247247

248-
function __wbg_adapter_47(arg0, arg1, arg2) {
249-
wasm.closure717_externref_shim(arg0, arg1, arg2);
248+
function __wbg_adapter_47(arg0, arg1) {
249+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h8df1f84271222707(arg0, arg1);
250250
}
251251

252-
function __wbg_adapter_50(arg0, arg1) {
253-
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h4a380c2577da3c84(arg0, arg1);
252+
function __wbg_adapter_50(arg0, arg1, arg2) {
253+
wasm.closure762_externref_shim(arg0, arg1, arg2);
254254
}
255255

256256
function __wbg_adapter_53(arg0, arg1, arg2) {
257-
wasm.closure721_externref_shim(arg0, arg1, arg2);
257+
wasm.closure752_externref_shim(arg0, arg1, arg2);
258258
}
259259

260260
function __wbg_adapter_56(arg0, arg1, arg2) {
261-
wasm.closure723_externref_shim(arg0, arg1, arg2);
261+
wasm.closure754_externref_shim(arg0, arg1, arg2);
262262
}
263263

264264
function __wbg_adapter_59(arg0, arg1, arg2) {
265-
wasm.closure971_externref_shim(arg0, arg1, arg2);
265+
wasm.closure885_externref_shim(arg0, arg1, arg2);
266266
}
267267

268268
function __wbg_adapter_62(arg0, arg1, arg2) {
@@ -2188,48 +2188,48 @@ function __wbg_get_imports() {
21882188
const ret = false;
21892189
return ret;
21902190
};
2191-
imports.wbg.__wbindgen_closure_wrapper10785 = function(arg0, arg1, arg2) {
2192-
const ret = makeMutClosure(arg0, arg1, 972, __wbg_adapter_59);
2191+
imports.wbg.__wbindgen_closure_wrapper12392 = function(arg0, arg1, arg2) {
2192+
const ret = makeMutClosure(arg0, arg1, 886, __wbg_adapter_59);
21932193
return ret;
21942194
};
2195-
imports.wbg.__wbindgen_closure_wrapper13044 = function(arg0, arg1, arg2) {
2195+
imports.wbg.__wbindgen_closure_wrapper13048 = function(arg0, arg1, arg2) {
21962196
const ret = makeMutClosure(arg0, arg1, 992, __wbg_adapter_62);
21972197
return ret;
21982198
};
2199-
imports.wbg.__wbindgen_closure_wrapper4636 = function(arg0, arg1, arg2) {
2200-
const ret = makeMutClosure(arg0, arg1, 555, __wbg_adapter_32);
2199+
imports.wbg.__wbindgen_closure_wrapper4584 = function(arg0, arg1, arg2) {
2200+
const ret = makeMutClosure(arg0, arg1, 550, __wbg_adapter_32);
22012201
return ret;
22022202
};
2203-
imports.wbg.__wbindgen_closure_wrapper4638 = function(arg0, arg1, arg2) {
2204-
const ret = makeMutClosure(arg0, arg1, 559, __wbg_adapter_35);
2203+
imports.wbg.__wbindgen_closure_wrapper4586 = function(arg0, arg1, arg2) {
2204+
const ret = makeMutClosure(arg0, arg1, 554, __wbg_adapter_35);
22052205
return ret;
22062206
};
2207-
imports.wbg.__wbindgen_closure_wrapper4640 = function(arg0, arg1, arg2) {
2208-
const ret = makeMutClosure(arg0, arg1, 557, __wbg_adapter_38);
2207+
imports.wbg.__wbindgen_closure_wrapper4588 = function(arg0, arg1, arg2) {
2208+
const ret = makeMutClosure(arg0, arg1, 552, __wbg_adapter_38);
22092209
return ret;
22102210
};
2211-
imports.wbg.__wbindgen_closure_wrapper8204 = function(arg0, arg1, arg2) {
2212-
const ret = makeMutClosure(arg0, arg1, 720, __wbg_adapter_41);
2211+
imports.wbg.__wbindgen_closure_wrapper9004 = function(arg0, arg1, arg2) {
2212+
const ret = makeMutClosure(arg0, arg1, 761, __wbg_adapter_41);
22132213
return ret;
22142214
};
2215-
imports.wbg.__wbindgen_closure_wrapper8206 = function(arg0, arg1, arg2) {
2216-
const ret = makeMutClosure(arg0, arg1, 726, __wbg_adapter_44);
2215+
imports.wbg.__wbindgen_closure_wrapper9006 = function(arg0, arg1, arg2) {
2216+
const ret = makeMutClosure(arg0, arg1, 757, __wbg_adapter_44);
22172217
return ret;
22182218
};
2219-
imports.wbg.__wbindgen_closure_wrapper8208 = function(arg0, arg1, arg2) {
2220-
const ret = makeMutClosure(arg0, arg1, 718, __wbg_adapter_47);
2219+
imports.wbg.__wbindgen_closure_wrapper9008 = function(arg0, arg1, arg2) {
2220+
const ret = makeMutClosure(arg0, arg1, 759, __wbg_adapter_47);
22212221
return ret;
22222222
};
2223-
imports.wbg.__wbindgen_closure_wrapper8210 = function(arg0, arg1, arg2) {
2224-
const ret = makeMutClosure(arg0, arg1, 728, __wbg_adapter_50);
2223+
imports.wbg.__wbindgen_closure_wrapper9010 = function(arg0, arg1, arg2) {
2224+
const ret = makeMutClosure(arg0, arg1, 763, __wbg_adapter_50);
22252225
return ret;
22262226
};
2227-
imports.wbg.__wbindgen_closure_wrapper8212 = function(arg0, arg1, arg2) {
2228-
const ret = makeMutClosure(arg0, arg1, 722, __wbg_adapter_53);
2227+
imports.wbg.__wbindgen_closure_wrapper9012 = function(arg0, arg1, arg2) {
2228+
const ret = makeMutClosure(arg0, arg1, 753, __wbg_adapter_53);
22292229
return ret;
22302230
};
2231-
imports.wbg.__wbindgen_closure_wrapper8214 = function(arg0, arg1, arg2) {
2232-
const ret = makeMutClosure(arg0, arg1, 724, __wbg_adapter_56);
2231+
imports.wbg.__wbindgen_closure_wrapper9014 = function(arg0, arg1, arg2) {
2232+
const ret = makeMutClosure(arg0, arg1, 755, __wbg_adapter_56);
22332233
return ret;
22342234
};
22352235
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {

examples/webgpu_bg.wasm

1.35 KB
Binary file not shown.

0 commit comments

Comments
 (0)