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();
そしてcreate0 を返します。なぜですか?
create