blob: 71427b2cf1cdfbe039e323c6aa717cd10f145c79 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void main_1() {
float const x_1 = (50.0f - (60.0f * floor((50.0f / 60.0f))));
return;
}
fragment void tint_symbol() {
main_1();
return;
}