blob: f0796b90c9d260d63b4d0e8706840d0fc1f3e2c5 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void asinh_8d2e51() {
float4 res = asinh(float4(1.0f));
}
struct tint_symbol {
float4 value [[position]];
};
float4 vertex_main_inner() {
asinh_8d2e51();
return float4(0.0f);
}
vertex tint_symbol vertex_main() {
float4 const inner_result = vertex_main_inner();
tint_symbol wrapper_result = {};
wrapper_result.value = inner_result;
return wrapper_result;
}
fragment void fragment_main() {
asinh_8d2e51();
return;
}
kernel void compute_main() {
asinh_8d2e51();
return;
}