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

Method PopDepthRange

trinity/Sprite2d/Tr2Sprite2dScene.cpp:472–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470}
471
472void Tr2Sprite2dScene::PopDepthRange()
473{
474 //CCP_STATS_ZONE( __FUNCTION__ );
475
476 if( m_is2dRenderContext )
477 {
478 return;
479 }
480
481 CCP_ASSERT( !m_depthStack->empty() );
482 m_depthStack->pop_back();
483}
484
485void Tr2Sprite2dScene::SetDepth( float depth )
486{

Callers 1

GatherSpritesHelperMethod · 0.80

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected