GLSurfaceView displaying black on Nexus 7 with Android 4.2

后端 未结 1 859
走了就别回头了
走了就别回头了 2020-12-20 20:37

I have an OpenGL ES2.0 app that is working on devices running various Android versions from 2.2 up to 4.1. However I have been told that when running it on a Nexus 7 with An

相关标签:
1条回答
  • 2020-12-20 20:50

    What is your textures size ? It should be power of two, for example 16x32 512x512 1024x512 and so on.

    0 讨论(0)
提交回复
热议问题