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