QTextureImageDataGenerator

PyQt5.Qt3DRender.QTextureImageDataGenerator

Inherits from QAbstractFunctor.

Description

Provides texture image data for QAbstractTextureImage.

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.

Methods

__call__() → QTextureImageData

TODO


__eq__(QTextureImageDataGenerator) → bool

TODO


__ne__(QTextureImageDataGenerator) → bool

TODO