#include <metal_stdlib> | |
using namespace metal; | |
void acos_069188() { | |
float3 res = float3(0.25f); | |
} | |
vertex float4 vertex_main() { | |
acos_069188(); | |
return float4(0.0f); | |
} | |
fragment void fragment_main() { | |
acos_069188(); | |
} | |
kernel void compute_main() { | |
acos_069188(); | |
} |