Hello, while compiling my GLSL shader code I sometimes get a compiler stack overflow: Error linking program: ERROR:CUSTOM-34 (fragment shader, line -1) Compiler stack overflow The program works when run on my android device, and works if I remove the "core" of the GLSL-ES shader (so that it always r...