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