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