QSGTextureProvider#

The QSGTextureProvider class encapsulates texture based entities in QML. More…

Inheritance diagram of PySide6.QtQuick.QSGTextureProvider

Detailed Description#

The QSGTextureProvider lives primarily in the scene graph rendering thread.

class PySide6.QtQuick.QSGTextureProvider#
abstract PySide6.QtQuick.QSGTextureProvider.texture()#
Return type

PySide6.QtQuick.QSGTexture

Returns a pointer to the texture object.

PySide6.QtQuick.QSGTextureProvider.textureChanged()#

This signal is emitted when the texture changes.