blob: fba7646278edb3b432c1819c4c0ce4896500dcb4 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void atan2_3c2865() {
float3 res = float3(0.78539818525314331055f);
}
vertex float4 vertex_main() {
atan2_3c2865();
return float4(0.0f);
}
fragment void fragment_main() {
atan2_3c2865();
}
kernel void compute_main() {
atan2_3c2865();
}