blob: 65ac8cc0884552a389e4c732af38ad47adcbd33f [file] [log] [blame]
[[stage(compute), workgroup_size(1)]]
fn f() {
let a = 4.0;
let b = vec3<f32>(1.0, 2.0, 3.0);
let r : vec3<f32> = (a * b);
}