QTextureDataUpdate Class

class Qt3DRender ::QTextureDataUpdate

QTextureDataUpdate holds content and information required to perform partial updates of a texture content. 更多...

头: #include <QTextureDataUpdate>
qmake: QT += 3drender
Since: Qt 5.14

该类在 Qt 5.14 引入。

详细描述

The actual data content is contained in a QTextureImageDataPtr member. Additional members allow to specify the x, y, z offset of the content update as well as the eventual layer, mipLevel and face.

另请参阅 QAbstractTexture .