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