Provides texture image data for QAbstractTextureImage. More...
Header: | #include <QTextureImageDataGenerator> |
CMake: | find_package(Qt6 COMPONENTS 3drender REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::3drender) |
qmake: | QT += 3drender |
Since: | Qt 5.7 |
Inherits: | Qt3DCore::QAbstractFunctor |
virtual Qt3DRender::QTextureImageDataPtr | operator()() = 0 |
virtual bool | operator==(const Qt3DRender::QTextureImageDataGenerator &other) const = 0 |
QTextureImageDataPtr |
QTextureImageDataGenerator is a data provider for QAbstractTexture. QTextureImageDataGenerator can be used to expand Qt3D with more ways to load texture image data as well as support user-defined formats and formats Qt3D does not natively support. The data is returned by the QTextureImageDataPtr which contains the data that will be loaded to the texture. QTextureImageDataGenerator is executed by Aspect jobs in the backend.
[pure virtual]
Qt3DRender::QTextureImageDataPtr QTextureImageDataGenerator::operator()()
Implement the method to return the texture image data.
[pure virtual]
bool QTextureImageDataGenerator::operator==(const Qt3DRender::QTextureImageDataGenerator &other) const
Implement the method to compare this texture data generator to other. Returns a boolean that indicates whether the QAbstractTextureImage needs to reload the QTextureImageData.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qt3drender-qtextureimagedatagenerator.html