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