#include <metal_stdlib> | |
using namespace metal; | |
struct vertex_main_outputs { | |
float4 tint_symbol [[position]]; | |
}; | |
void atan2_c19683() { | |
float2 res = float2(0.78539818525314331055f); | |
} | |
float4 vertex_main_inner() { | |
atan2_c19683(); | |
return float4(0.0f); | |
} | |
fragment void fragment_main() { | |
atan2_c19683(); | |
} | |
kernel void compute_main() { | |
atan2_c19683(); | |
} | |
vertex vertex_main_outputs vertex_main() { | |
return vertex_main_outputs{.tint_symbol=vertex_main_inner()}; | |
} |