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