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