Skip to content

Commit e95e557

Browse files
minor change
Co-authored-by: Copilot <[email protected]>
1 parent d19672a commit e95e557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebGPUGen/HelloTriangleWasm/wwwroot/webgpu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
initWebGPU = async () => {
1+
const initWebGPU = async () => {
22
const adapter = await navigator.gpu.requestAdapter();
33
const device = await adapter.requestDevice();
44
Module.preinitializedWebGPUDevice = device;

0 commit comments

Comments
 (0)