blob: 77ab83c3ff306ac012c4e6f5f22d7d7a6f187729 [file] [log] [blame]
@compute @workgroup_size(1)
fn f() {
const a : vec3<f32> = vec3<f32>(2.003662109375f, -(513.03125f), -(1024.25f));
let b : vec3<u32> = bitcast<vec3<u32>>(a);
}