blob: be9f1c6ab6d7180c2ab11fe0989df47d95894037 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_symbol {
float4 value [[position]];
};
void max_462050() {
float2 res = fmax(float2(), float2());
}
vertex tint_symbol vertex_main() {
max_462050();
tint_symbol const tint_symbol_1 = {.value=float4()};
return tint_symbol_1;
}
fragment void fragment_main() {
max_462050();
return;
}
kernel void compute_main() {
max_462050();
return;
}