QSGDynamicTexture Class▲
-
Header: QSGDynamicTexture
-
qmake: QT += quick
-
Inherits: QSGTexture
-
Inherited By:
Detailed Description▲
To update the content of the texture, call updateTexture() explicitly. Simply calling bind() will not update the texture.
All classes with QSG prefix should be used solely on the scene graph's rendering thread. See Scene Graph and Rendering for more information.