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