blob: eac62bb8a7aef3f38f770df74e8fa8514e485372 [file] [log] [blame]
fn round_184d5a() {
const arg_0 = vec4(3.5);
var res = round(arg_0);
}
@vertex
fn vertex_main() -> @builtin(position) vec4<f32> {
round_184d5a();
return vec4<f32>();
}
@fragment
fn fragment_main() {
round_184d5a();
}
@compute @workgroup_size(1)
fn compute_main() {
round_184d5a();
}