blob: 8d160d44bab279db94e93340566db9541a16cf7b [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct vertex_main_outputs {
float4 tint_symbol [[position]];
};
void atanh_e431bb() {
float4 res = float4(0.54930615425109863281f);
}
float4 vertex_main_inner() {
atanh_e431bb();
return float4(0.0f);
}
fragment void fragment_main() {
atanh_e431bb();
}
kernel void compute_main() {
atanh_e431bb();
}
vertex vertex_main_outputs vertex_main() {
return vertex_main_outputs{.tint_symbol=vertex_main_inner()};
}