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