QSGTextureProvider¶

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

Inheritance diagram of PySide2.QtQuick.QSGTextureProvider

Detailed Description¶

The QSGTextureProvider lives primarily in the scene graph rendering thread.

See also

Scene Graph - Two Texture Providers

class PySide2.QtQuick.QSGTextureProvider¶
PySide2.QtQuick.QSGTextureProvider.texture()¶
Return type:

PySide2.QtQuick.QSGTexture

Returns a pointer to the texture object.

PySide2.QtQuick.QSGTextureProvider.textureChanged()¶