QOpenGLContextGroup¶
The
QOpenGLContextGroup
class represents a group of contexts sharing OpenGL resources. More…

New in version 5.0.
Detailed Description¶
QOpenGLContextGroup
is automatically created and managed byQOpenGLContext
instances. Its purpose is to identify all the contexts that are sharing resources.See also
-
static
PySide2.QtGui.QOpenGLContextGroup.
currentContextGroup
()¶ - Return type
QOpenGLContextGroup
Returns the
QOpenGLContextGroup
corresponding to the current context.See also
- Return type
Returns all the
QOpenGLContext
objects in this share group.