blob: 606020072d91faace195f915d99970ec19a4fff3 [file] [log] [blame]
@compute @workgroup_size(1)
fn f() {
let a = 4.0;
let b = vec3<f32>(0.0, 2.0, 0.0);
let r : vec3<f32> = (a / b);
}