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