GLSurfaceView/SurfaceView overlap

后端 未结 3 1133
被撕碎了的回忆
被撕碎了的回忆 2021-01-15 04:21

I asked a question about this earlier but received no responses, so I\'m trying again.

I need to do a rendered 2D picture with some accompanying labels and graphics

3条回答
  •  南笙
    南笙 (楼主)
    2021-01-15 05:12

    The way SurfaceViews work will make it impossible to do what you want. You will have to render your text inside the GLSurfaceView.

提交回复
热议问题