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