| 540 | } |
| 541 | |
| 542 | bool 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 | |
| 552 | void TriTextureRes::DoCleanupAsyncSave() |
| 553 | { |