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