What versions of GLSL can I use in OpenGL ES 2.0?

前端 未结 3 975
执笔经年
执笔经年 2020-12-25 12:17

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

3条回答
  •  时光取名叫无心
    2020-12-25 12:29

    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.

提交回复
热议问题