标签: android
最近我的应用程序是GLSurfaceView上的相机预览。
我使用GLES20 想要在GLSurfaceView上显示文字。
GLES20
tv.setText("ddd");
tv.bringToFront(); 但这不在GLSurfaceView上。
tv.bringToFront();
如何在GLSurfaceView GLES20上绘制文字?