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