-------------------------------------------------------------------------------- Description: Release all device resources here --------------------------------------------------------------------------------
| 38 | // Release all device resources here |
| 39 | // -------------------------------------------------------------------------------- |
| 40 | void Tr2DataTextureManager::ReleaseResources( TriStorage s ) |
| 41 | { |
| 42 | // get rid of data texture |
| 43 | *m_dataTexture->GetTexture() = Tr2TextureAL(); |
| 44 | m_dataTexture->OnTextureChange().Broadcast(); |
| 45 | } |
| 46 | |
| 47 | // -------------------------------------------------------------------------------- |
| 48 | // Description: |
nothing calls this directly
no test coverage detected