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.
我正在用 C++ 编写一个 qt 代码,包括一些 openQL 图形(QGLWidget)。
我想将 QPixmap 作为纹理分配给 openGL 四边形。这可能吗 ?
使用类QOpenGLTexture
在文章中你会看到简短的例子。