blob: ba6a7c68df2d83b4af8ad7800a6f02697a7fce3d [file] [log] [blame]
[[stage(compute), workgroup_size(1)]]
fn main() {
let res = modf(1.230000019);
let fract : f32 = res.fract;
let whole : f32 = res.whole;
}