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