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