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