blob: e7aacdae7ae81b494ec149bcc7d7d0bcd12271b0 [file] [log] [blame]
fn asin_a5dd88() {
var res = asin(vec2(0.479425538604));
}
@vertex
fn vertex_main() -> @builtin(position) vec4<f32> {
asin_a5dd88();
return vec4<f32>();
}
@fragment
fn fragment_main() {
asin_a5dd88();
}
@compute @workgroup_size(1)
fn compute_main() {
asin_a5dd88();
}