MCPcopy 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
1236void CMP_CMIPS::SetProgress(unsigned int value)
1237{
1238 if (SetProgressValue)
1239 {
1240 SetProgressValue(value, &m_canceled);
1241 }
1242}

Callers 8

LoadGeometryMethod · 0.80
BuildFinalVerticesMethod · 0.80
parseObjFunction · 0.80
LoadGeometryMethod · 0.80
BuildFinalVerticesMethod · 0.80
SaveMethod · 0.80
LoadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected