blob: 432336113884967c736376aee0839cfdb8310a95 [file] [log] [blame]
[[stage(compute), workgroup_size(1)]]
fn f() {
let a : vec3<u32> = vec3<u32>(1u, 2u, 3u);
let b : vec3<f32> = bitcast<vec3<f32>>(a);
}