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