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