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