小编Wil*_*ale的帖子

从GLSurfaceView转换为TextureView(通过GLTextureView)

当Android 4.0(冰淇淋三明治)发布时,新的视图被引入到sdk中.这个视图是TextureView.在文档中,它表示TextureView可用于显示OpenGL场景的内容.

当您查找如何执行此操作时,您将找到一个示例链接.

https://groups.google.com/forum/?fromgroups=#!topic/android-developers/U5RXFGpAHPE

但是我想用TextureView替换GLSurfaceView,并保持我的其余代码相同,并且只是接受TextureView的优点.

android opengl-es google-tv

22
推荐指数
3
解决办法
1万
查看次数

标签 统计

android ×1

google-tv ×1

opengl-es ×1