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

后端 未结 6 1825
挽巷
挽巷 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-29 23:53

    You can have multiple GLSurfaceViews active and visible in an Activity. Each view gets its own GL context.

提交回复
热议问题