blob: ab42e01365f9585b6f64495eca19193974c90f99 [file] [log] [blame]
fn round_1c7897() {
var res : vec3<f32> = round(vec3<f32>());
}
[[stage(vertex)]]
fn vertex_main() {
round_1c7897();
}
[[stage(fragment)]]
fn fragment_main() {
round_1c7897();
}
[[stage(compute)]]
fn compute_main() {
round_1c7897();
}