blob: 25b0d9b6aa8dbcddf1ae62b4dc454ac79b27b0b6 [file] [log] [blame]
@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);
}