blob: 56b087498b8d4dc2208a13c27a9995b0bae055ba [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);
}