PySide6.QtQuick.QSGTextureProvider¶
- class QSGTextureProvider¶
- The - QSGTextureProviderclass encapsulates texture based entities in QML.- Details- The - QSGTextureProviderlives primarily in the scene graph rendering thread.- See also - Scene Graph - Two Texture Providers - Synopsis¶- Virtual methods¶- def - texture()
 - Signals¶- def - textureChanged()
 - Note - This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE - abstract texture()¶
- Return type:
 
 - Returns a pointer to the texture object. - textureChanged()¶
 - This signal is emitted when the texture changes.