QTextureImageDataGenerator Class

(Qt3DRender::QTextureImageDataGenerator)

Provides texture image data for QAbstractTextureImage. More...

Header: #include <QTextureImageDataGenerator>
qmake: QT += 3drender
Since: Qt 5.7
Inherits: Qt3DRender::QAbstractFunctor

This class was introduced in Qt 5.7.

Macros

QT3D_FUNCTOR(Class)

Detailed Description

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.

Related Non-Members

typedef QTextureImageDataGenerator::QTextureImageDataPtr

Shared pointer to QTextureImageData.