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