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