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