@stage(compute) @workgroup_size(1) fn f() { let a = vec3(1.0, 2.0, 3.0); let b = vec3(4.0, 5.0, 6.0); let r : vec3 = (a - b); }