blob: 424988de59143857a35301a71ed8dc1a18301180 [file] [log] [blame]
@stage(compute) @workgroup_size(1)
fn f() {
let a : vec3<i32> = vec3<i32>(1, 2, 3);
let b : vec3<f32> = bitcast<vec3<f32>>(a);
}