I can\'t seem to find a clear answer on this, despite hours of googling. Can someone just tell me what\'s going on? I get errors saying things like, \"version 140 is not sup
OpenGL ES is not OpenGL, so similarly OpenGL ES's shader language is not OpenGL's shader language. They are similar, but they are not the same. So there is no desktop GLSL version that matches with GLSL ES's version.