Sfoglia il codice sorgente

Last commit before leaving

Ghastrod 1 anno fa
parent
commit
b857d2e609
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/compute.wgsl

+ 1 - 0
src/compute.wgsl

@@ -1,4 +1,5 @@
 @compute
+@workgroup_size(1)
 fn compute() -> i32 {
     42 * 42
 }