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