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