blob: 9243a339653fa2dfed5ec78e28600574a4de7abd [file] [log] [blame]
fn round_52c84d() {
var res : vec2<f32> = round(vec2<f32>());
}
[[stage(vertex)]]
fn vertex_main() {
round_52c84d();
}
[[stage(fragment)]]
fn fragment_main() {
round_52c84d();
}
[[stage(compute)]]
fn compute_main() {
round_52c84d();
}