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.
在 OpenGL 初始化后的 QGLWidget 中,我创建了另一个上下文:
QGLContext* _glContext = new QGLContext(QGLContext::currentContext()->format()); _glContext->create();
并create返回 0。为什么?
create