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