blob: d7234dbe30b48db47ad12396005535a69e6b8a35 [file] [log] [blame]
@compute @workgroup_size(1)
fn f() {
let a = vec3<f32>(1., 2., 3.);
let b = 4.;
let r : vec3<f32> = a + b;
}