QSGEngine¶

PyQt5.QtQuick.QSGEngine

Inherits from QObject.

Description¶

TODO

Enums¶

CreateTextureOption

TODO

Member

Value

Description

TextureCanUseAtlas

TODO

TODO

TextureHasAlphaChannel

TODO

TODO

TextureIsOpaque

TODO

TODO

TextureOwnsGLTexture

TODO

TODO

Methods¶

__init__(parent: QObject = None)

TODO


createImageNode() → QSGImageNode

TODO


createRectangleNode() → QSGRectangleNode

TODO


createRenderer() → QSGAbstractRenderer

TODO


createTextureFromId(int, QSize, options: Union[CreateTextureOptions, CreateTextureOption] = QSGEngine.CreateTextureOption()) → QSGTexture

TODO


createTextureFromImage(QImage, options: Union[CreateTextureOptions, CreateTextureOption] = QSGEngine.CreateTextureOption()) → QSGTexture

TODO


initialize(QOpenGLContext)

TODO


invalidate()

TODO


rendererInterface() → QSGRendererInterface

TODO