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