blob: 39825315901416340e3795d0b85093dd705b196a [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void trunc_cc2b0d() {
half res = 1.0h;
}
struct tint_symbol {
float4 value [[position]];
};
float4 vertex_main_inner() {
trunc_cc2b0d();
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() {
trunc_cc2b0d();
return;
}
kernel void compute_main() {
trunc_cc2b0d();
return;
}