blob: 51a7ec5a5ecd6a4e199bc465259c4a2af8b6b3ae [file] [log] [blame]
precision mediump float;
precision mediump sampler2D;
void main() {
highp int i1 = 0;
i1++;
highp int i2 = 305441741;
i2++;
highp int i3 = 2147483647;
i3++;
highp int i4 = -1;
i4++;
highp int i5 = -48879;
i5++;
highp uint u1 = 0u;
u1++;
highp uint u2 = 305441741u;
u2++;
highp uint u3 = 2147483647u;
u3++;
highp uint u4 = 4294967295u;
u4++;
mediump uint u5 = 65535u;
u5++;
}