LordXido commited on
Commit
2cd3c22
·
verified ·
1 Parent(s): f9085b1

Update gpu.js

Browse files
Files changed (1) hide show
  1. gpu.js +1 -1
gpu.js CHANGED
@@ -12,7 +12,7 @@ export async function initGPU() {
12
  }
13
  }
14
 
15
- export async function createCompute(device, code) {
16
  const module = device.createShaderModule({ code });
17
 
18
  return device.createComputePipeline({
 
12
  }
13
  }
14
 
15
+ export function createCompute(device, code) {
16
  const module = device.createShaderModule({ code });
17
 
18
  return device.createComputePipeline({