blob: 04a0b86aaecb25c1eb66e0ffa45f85d71e1a57e4 [file] [log] [blame]
fn asin_c0c272() {
var arg_0 = 0.47942554950714111328f;
var res : f32 = asin(arg_0);
prevent_dce = res;
}
@group(2) @binding(0) var<storage, read_write> prevent_dce : f32;
@vertex
fn vertex_main() -> @builtin(position) vec4<f32> {
asin_c0c272();
return vec4<f32>();
}
@fragment
fn fragment_main() {
asin_c0c272();
}
@compute @workgroup_size(1)
fn compute_main() {
asin_c0c272();
}