| 186 | } |
| 187 | |
| 188 | Tr2InteriorScene::~Tr2InteriorScene() |
| 189 | { |
| 190 | CCP_DELETE( m_primaryRenderBatches ); |
| 191 | CCP_DELETE( m_pickingBatches ); |
| 192 | CCP_DELETE( m_opaquePickingBatches ); |
| 193 | |
| 194 | m_pickBuffer.ReleaseResources( TRISTORAGE_ALL ); |
| 195 | |
| 196 | m_shadowMap0Var = static_cast<ITr2TextureProvider*>( nullptr ); |
| 197 | m_shadowMap1Var = static_cast<ITr2TextureProvider*>( nullptr ); |
| 198 | m_shadowMap2Var = static_cast<ITr2TextureProvider*>( nullptr ); |
| 199 | m_shadowMap3Var = static_cast<ITr2TextureProvider*>( nullptr ); |
| 200 | } |
| 201 | |
| 202 | bool Tr2InteriorScene::Initialize() |
| 203 | { |
nothing calls this directly
no test coverage detected