Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setNeedCompression
Method
setNeedCompression
MyGUIEngine/src/MyGUI_RenderItem.cpp:167–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
}
166
167
void RenderItem::setNeedCompression(bool _compression)
168
{
169
mNeedCompression = _compression;
170
}
171
172
bool RenderItem::getNeedCompression() const
173
{
Callers
1
updateCompression
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected