blob: 3800a7b85a19ad61fb9ab88bf78363593135afec [file] [log] [blame]
[[stage(compute), workgroup_size(1)]]
fn f() {
let a = vec3<f32>(1., 2., 3.);
let b = vec3<f32>(0., 5., 0.);
let r : vec3<f32> = a / b;
}