blob: 4b4306ada4d622907c2f1e6a3f10f0c943c58bf2 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct vertex_main_outputs {
float4 tint_symbol [[position]];
};
void acos_15d35b() {
float2 res = float2(0.25f);
}
float4 vertex_main_inner() {
acos_15d35b();
return float4(0.0f);
}
fragment void fragment_main() {
acos_15d35b();
}
kernel void compute_main() {
acos_15d35b();
}
vertex vertex_main_outputs vertex_main() {
return vertex_main_outputs{.tint_symbol=vertex_main_inner()};
}