#include <metal_stdlib> | |
using namespace metal; | |
struct tint_symbol { | |
float4 value [[position]]; | |
}; | |
void atan2_57fb13() { | |
float2 res = atan2(float2(), float2()); | |
} | |
vertex tint_symbol vertex_main() { | |
atan2_57fb13(); | |
tint_symbol const tint_symbol_1 = {.value=float4()}; | |
return tint_symbol_1; | |
} | |
fragment void fragment_main() { | |
atan2_57fb13(); | |
return; | |
} | |
kernel void compute_main() { | |
atan2_57fb13(); | |
return; | |
} | |