blob: 317c0439c1da501ee2a2b267a70159e901252110 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void smoothstep_c43ebd() {
half4 arg_0 = half4(0.0h);
half4 arg_1 = half4(0.0h);
half4 arg_2 = half4(0.0h);
half4 res = smoothstep(arg_0, arg_1, arg_2);
}
struct tint_symbol {
float4 value [[position]];
};
float4 vertex_main_inner() {
smoothstep_c43ebd();
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() {
smoothstep_c43ebd();
return;
}
kernel void compute_main() {
smoothstep_c43ebd();
return;
}