QOpenGLContextGroup

PyQt5.QtGui.QOpenGLContextGroup

Inherits from QObject.

Description

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

QOpenGLContextGroup is automatically created and managed by QOpenGLContext instances. Its purpose is to identify all the contexts that are sharing resources.

See also

shareGroup().

Methods

@staticmethod
currentContextGroup() → QOpenGLContextGroup

Returns the QOpenGLContextGroup corresponding to the current context.

See also

currentContext().


shares() → List[QOpenGLContext]

Returns all the QOpenGLContext objects in this share group.