TextureDataManager Class
(Qt3DRender::Render::TextureDataManager)Public Functions
TextureDataManager() | |
void | addTextureDataForFunctor(HTextureData textureDataHandle, const QTextureDataFunctorPtr &functor) |
void | addToPendingTextures(const Qt3DCore::QNodeId &textureId) |
void | assignFunctorToTextureImage(const QTextureDataFunctorPtr &functor, HTextureImage imageHandle) |
void | cleanup() |
QMutex * | mutex() const |
void | removeTextureDataFunctor(const QTextureDataFunctorPtr &functor) |
HTextureData | textureDataFromFunctor(const QTextureDataFunctorPtr &functor) const |
QVector<Qt3DCore::QNodeId> | texturesPending() |
- 11 public functions inherited from Qt3DCore::QResourceManager
Member Function Documentation
TextureDataManager::TextureDataManager()
Default constructs an instance of TextureDataManager.