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