MCPcopy Create free account
hub / github.com/carbonengine/trinity / ~Tr2InteriorScene

Method ~Tr2InteriorScene

trinity/Interior/Tr2InteriorScene.cpp:188–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188Tr2InteriorScene::~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
202bool Tr2InteriorScene::Initialize()
203{

Callers

nothing calls this directly

Calls 1

ReleaseResourcesMethod · 0.45

Tested by

no test coverage detected