blob: 528d7d50fd4cc8ec6593241c8bb7bde33f7c5b25 [file] [log] [blame]
fn acos_489247() {
var res : f32 = acos(0.968912423f);
}
@vertex
fn vertex_main() -> @builtin(position) vec4<f32> {
acos_489247();
return vec4<f32>();
}
@fragment
fn fragment_main() {
acos_489247();
}
@compute @workgroup_size(1)
fn compute_main() {
acos_489247();
}