【问题标题】:suddently most opengles GL11 commands not working anymore突然大多数opengles GL11命令不再工作了
【发布时间】:2012-07-12 20:50:35
【问题描述】:

昨天一切正常,但今天我在启动我的 android opengles 应用程序时遇到了很多错误:“libEGL - 称为未实现的 OpenGL ES API”。但从昨天开始我什么都没改变。有什么想法出了什么问题,或者我可以尝试什么?

【问题讨论】:

    标签: android opengl-es


    【解决方案1】:

    你确定你没有改变任何东西吗?

    您收到此消息的一个原因是 OpenGL 客户端版本设置不同。
    例如:通过调用

    glSurfaceView.setEGLContextClientVersion(2);
    

    【讨论】:

      猜你喜欢
      • 2014-04-16
      • 2017-08-09
      • 1970-01-01
      • 2016-12-20
      • 1970-01-01
      • 2014-08-05
      • 2018-01-19
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多