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