blob: ff1324a944d3bcb23a8b84012e408214d39d3867 [file] [log] [blame]
fn atan_749e1b() {
const arg_0 = vec3(1.0);
var res = atan(arg_0);
}
@vertex
fn vertex_main() -> @builtin(position) vec4<f32> {
atan_749e1b();
return vec4<f32>();
}
@fragment
fn fragment_main() {
atan_749e1b();
}
@compute @workgroup_size(1)
fn compute_main() {
atan_749e1b();
}