Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 Mali-400 GPU 编写了一个简单的 OpenGLES 应用程序。我正在从相机中获取缓冲区并使用 GPU 进行渲染。在摄像头流的顶部,我想渲染一些带有一些可配置文本的矩形框。在 OpenGLES 的矩形上渲染文本的最佳方法是什么?
如果您需要将文本渲染到 OpenGL 表面,有很多方法可以做到这一点:
如果您需要在 OpenGL 表面上显示文本 - 您可以使用常规 TextView。