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