Parcourir la source

Last commit before leaving

Ghastrod il y a 1 an
Parent
commit
b857d2e609
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/compute.wgsl

+ 1 - 0
src/compute.wgsl

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