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