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