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