blob: 8a733fb997dfbcd5f0e87d02f8e964127df8ee01 [file] [log] [blame]
#version 310 es
precision mediump float;
void main_1() {
float x_2 = dFdy(50.0f);
return;
}
void tint_symbol() {
main_1();
}
void main() {
tint_symbol();
return;
}