MCPcopy Create free account
hub / github.com/carbonengine/trinity / Done

Method Done

trinity/Tr2DxtCompressor.cpp:974–977  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Description: Notify the control that the compression is finished. Should only be called from compression task itself. --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

972// compression task itself.
973// --------------------------------------------------------------------------------------
974void Tr2DxtCompressControl::Done()
975{
976 m_isDone = true;
977}
978
979struct Tr2DxtCompressSurfaceAsyncData
980{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected