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