EGL_BAD_MATCH with Droid/Droid 2

前端 未结 2 1984
一生所求
一生所求 2020-12-22 09:59

I\'ve been testing my OpenGL ES 2 app on various phones. I\'ve ran into a problem with the Droid and Droid 2. Every EGL config I try results in an EGL_BAD_MATCH.

I

2条回答
  •  遥遥无期
    2020-12-22 10:56

    It is not an issue of handsets types, this issue can be on any handset and i don't know weather this problem is related to pixelFormat. But, I have solved it by deleting current emulator and create new emulator. If you deploy application on your device then you have to reboot your device.

提交回复
热议问题