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