Qt3DRender::QTextureDataUpdate Class

class Qt3DRender::QTextureDataUpdate

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

Header: #include <qtexturedataupdate.h>
CMake: find_package(Qt6 REQUIRED COMPONENTS 3drender)
target_link_libraries(mytarget PRIVATE Qt6::3drender)
qmake: QT += 3drender
Status: Deprecated

This class is deprecated. We strongly advise against using it in new code.

Detailed Description

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.

See also QAbstractTexture.