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