3

OpenGL 初期化後の QGLWidget で、別のコンテキストを作成します。

QGLContext* _glContext =
  new QGLContext(QGLContext::currentContext()->format());
_glContext->create();

そしてcreate0 を返します。なぜですか?

4

0 に答える 0