Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GPUOpen-Tools/compressonator
/ SetProgress
Method
SetProgress
cmp_framework/common/cmp_mips.cpp:1236–1242 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1234
}
1235
1236
void CMP_CMIPS::SetProgress(unsigned int value)
1237
{
1238
if (SetProgressValue)
1239
{
1240
SetProgressValue(value, &m_canceled);
1241
}
1242
}
Callers
8
LoadGeometry
Method · 0.80
BuildFinalVertices
Method · 0.80
parseObj
Function · 0.80
LoadGeometry
Method · 0.80
BuildFinalVertices
Method · 0.80
LoadImageMipSetFromFile
Method · 0.80
Save
Method · 0.80
Load
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected