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