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

Method DoExecuteAsyncSave

trinity/Resources/TriTextureRes.cpp:542–550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540}
541
542bool TriTextureRes::DoExecuteAsyncSave()
543{
544 if( m_asyncSaveBitmap && m_asyncSaveBitmap->IsValid() )
545 {
546 return m_asyncSaveBitmap->Save( m_saveFilename.c_str() );
547 }
548
549 return false;
550}
551
552void TriTextureRes::DoCleanupAsyncSave()
553{

Callers

nothing calls this directly

Calls 2

IsValidMethod · 0.45
SaveMethod · 0.45

Tested by

no test coverage detected