Android: GLES20: Called unimplemented OpenGL ES API

前端 未结 3 2046
天涯浪人
天涯浪人 2020-11-27 19:49

I am getting a \"Called unimplemented OpenGL ES API\" error, when trying the GLES20 Sample, provided by developer.android.com. I modified the sample, though. The reason was

3条回答
  •  孤独总比滥情好
    2020-11-27 20:00

    See this post - triangle opengl in android

    As mentioned there, the emulators do not support GL2, but as that post mentions, it worked for me on an actual device.

提交回复
热议问题