当前位置: 代码迷 >> 综合 >> ubuntu16.04遇到error: GLSL 3.30 is not supported.错误,解决办法
  详细解决方案

ubuntu16.04遇到error: GLSL 3.30 is not supported.错误,解决办法

热度:82   发布时间:2024-02-05 21:12:04.0

最近研究osgEarth,执行./osgearth_viewer …/…/tests/openstreetmap.earth例子时,出现以下错误:

error: GLSL 3.30 is not supported. Supported versions are: 
1.10, 1.20, 1.30, 1.00 ES, and 3.00 ES

解决办法:使用以下命令执行

MESA_GL_VERSION_OVERRIDE=3.3 ./osgearth_viewer 
../../tests/openstreetmap.earth
  相关解决方案