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