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