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.
QQuickView ウィンドウから OpenGL コンテキスト (HGLRC) を取得しようとしています。Qt 以外のライブラリに渡す必要があります。QOpenGLContext を簡単に取得できます。
m_qtContext = QOpenGLContext::currentContext();
Qt クラスから OpenGL コンテキストを取得するにはどうすればよいですか? (QOpenGLContext)