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