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