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