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