#include <metal_stdlib> | |
using namespace metal; | |
struct vertex_main_outputs { | |
float4 tint_symbol [[position]]; | |
}; | |
void exp2_8bd72d() { | |
float4 res = float4(2.0f); | |
} | |
float4 vertex_main_inner() { | |
exp2_8bd72d(); | |
return float4(0.0f); | |
} | |
fragment void fragment_main() { | |
exp2_8bd72d(); | |
} | |
kernel void compute_main() { | |
exp2_8bd72d(); | |
} | |
vertex vertex_main_outputs vertex_main() { | |
return vertex_main_outputs{.tint_symbol=vertex_main_inner()}; | |
} |