blob: 3eeb742ad4cf00b9f81f621867c1831a667456e7 [file] [log] [blame]
fn acos_489247() {
var arg_0 = 0.96891242265701293945f;
var res : f32 = acos(arg_0);
prevent_dce = res;
}
@group(2) @binding(0) var<storage, read_write> prevent_dce : f32;
@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();
}