forked from organicmaps/organicmaps
[desktop] more compact memory format for tile textures
This commit is contained in:
parent
ca160ef548
commit
038d93ad4a
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ namespace qt
|
|||
yg::ResourceManager::Params rmParams;
|
||||
rmParams.m_rtFormat = yg::Data8Bpp;
|
||||
rmParams.m_texFormat = yg::Data8Bpp;
|
||||
rmParams.m_texRtFormat = yg::Data8Bpp;
|
||||
rmParams.m_texRtFormat = yg::Data4Bpp;
|
||||
rmParams.m_videoMemoryLimit = GetPlatform().VideoMemoryLimit();
|
||||
|
||||
try
|
||||
|
|
Loading…
Add table
Reference in a new issue