QOpenGLContextGroup Class

QOpenGLContextGroupクラスは、OpenGLリソースを共有するコンテキストのグループを表します。詳細...

Header: #include <QOpenGLContextGroup>
CMake: find_package(Qt6 REQUIRED COMPONENTS Gui)
target_link_libraries(mytarget PRIVATE Qt6::Gui)
qmake: QT += gui
Inherits: QObject

パブリック関数

QList<QOpenGLContext *> shares() const

静的パブリックメンバー

QOpenGLContextGroup *currentContextGroup()

詳細説明

QOpenGLContextGroupは、QOpenGLContext インスタンスによって自動的に作成され、管理されます。その目的は、リソースを共有しているすべてのコンテキストを識別することです。

QOpenGLContext::shareGroup()も参照

メンバー関数 ドキュメント

[static] QOpenGLContextGroup *QOpenGLContextGroup::currentContextGroup()

現在のコンテキストに対応するQOpenGLContextGroup を返す。

QOpenGLContext::currentContext()も参照

QList<QOpenGLContext *> QOpenGLContextGroup::shares() const

この共有グループ内のすべてのQOpenGLContext オブジェクトを返します。

本ドキュメントに含まれる文書の著作権は、それぞれの所有者に帰属します 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。