blob: 544c44d057a4c20bb6ceb2854ea9b8e3138230a6 [file] [log] [blame]
#version 310 es
precision mediump float;
float tint_float_modulo(float lhs, float rhs) {
return (lhs - rhs * trunc(lhs / rhs));
}
void main_1() {
float x_1 = tint_float_modulo(50.0f, 60.0f);
return;
}
void tint_symbol() {
main_1();
}
void main() {
tint_symbol();
return;
}