blob: 4b89c49fa17592cd1b03a88dc5f3f039af7b5669 [file] [log] [blame]
fn main_1() {
let x_30 : vec2<u32> = vec2<u32>(10u, 20u);
let x_1 : vec2<f32> = vec2<f32>(bitcast<vec2<i32>>(x_30));
return;
}
[[stage(fragment)]]
fn main() {
main_1();
}