Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 6.1.0 Alpha
-
Fix Version/s: 6.0.3, 6.1.0 Beta3, 6.2.0 Alpha
-
Component/s: Quick: SceneGraph
-
Labels:None
-
Platform/s:
-
Commits:a7b32a3e893892fc96d58af110af568043f09e72 (qt/qtdeclarative/dev) a453e59c2afe42f094511ab1ce8b7c78f23c9c7a (qt/qtdeclarative/6.0) 3162c140f3ace8f070c95165affa7a324512614f (qt/qtdeclarative/6.1)
Description
Atlas textures with size not greater than QSG_ATLAS_TRANSIENT_IMAGE_THRESHOLD are not visible
most propably because after call:
m_nonatlas_texture->setImage(m_image);
missed call like:
m_nonatlas_texture->commitTextureOperations(m_atlas->rhi(), resourceUpdates);