blob: 376ae7ee6810baad1f446b6c67a88c07c0c6cc89 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void acos_f47057() {
half3 arg_0 = half3(0.0h);
half3 res = acos(arg_0);
}
struct tint_symbol {
float4 value [[position]];
};
float4 vertex_main_inner() {
acos_f47057();
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_f47057();
return;
}
kernel void compute_main() {
acos_f47057();
return;
}