blob: 962f4f92aafc59b57e818844428462a1426a0376 [file] [log] [blame]
@compute @workgroup_size(1)
fn f() {
let a : vec3<f32> = vec3<f32>(1., 2., 3.);
let b : vec3<u32> = bitcast<vec3<u32>>(a);
}