blob: 273a93f6b868d0c5faf0476d3b2e728b88d45ee0 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void acos_489247() {
float arg_0 = 1.0f;
float res = acos(arg_0);
}
struct tint_symbol {
float4 value [[position]];
};
float4 vertex_main_inner() {
acos_489247();
return float4(0.0f);
}
vertex tint_symbol vertex_main() {
float4 const inner_result = vertex_main_inner();
tint_symbol wrapper_result = {};
wrapper_result.value = inner_result;
return wrapper_result;
}
fragment void fragment_main() {
acos_489247();
return;
}
kernel void compute_main() {
acos_489247();
return;
}