How can I use Multiple GLSurfaceView components in the same Layout?

后端 未结 6 1843
挽巷
挽巷 2020-12-29 23:07

I\'m writing an Information Visualization API for Android and ran into a problem trying to place two units of a custom GLSurfaceView into a Layout. The Custom <

6条回答
  •  旧巷少年郎
    2020-12-30 00:02

    There is a lot going behind the GLSurfaceView including managing GLContext, I'm pretty sure you won't be able to make it work, even if you succeed you might get into more unexpected issues later on. So I really believe it is not the right application architecture.

提交回复
热议问题