blob: 132d0513dd7666b67bdd751aae36c7ce8cc7aaa4 [file] [log] [blame]
void acos_8e2acf() {
float4 arg_0 = (0.96891242265701293945f).xxxx;
float4 res = acos(arg_0);
}
struct tint_symbol {
float4 value : SV_Position;
};
float4 vertex_main_inner() {
acos_8e2acf();
return (0.0f).xxxx;
}
tint_symbol vertex_main() {
const float4 inner_result = vertex_main_inner();
tint_symbol wrapper_result = (tint_symbol)0;
wrapper_result.value = inner_result;
return wrapper_result;
}
void fragment_main() {
acos_8e2acf();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
acos_8e2acf();
return;
}