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