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