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