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