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

Method Render

trinity/Interior/Tr2InteriorScene.cpp:488–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488void Tr2InteriorScene::Render( Tr2RenderContext& renderContext )
489{
490 D3DPERF_EVENT( L"Tr2InteriorScene::Render" );
491
492 // Do the full-forward render
493 RenderFullForward( renderContext );
494
495 // debug info
496 RenderDebugInfo( renderContext );
497
498 // Clear lights
499 m_activeLightSet.Clear();
500}
501
502// --------------------------------------------------------------------------------------
503// Description:

Callers

nothing calls this directly

Calls 2

RenderDebugInfoFunction · 0.50
ClearMethod · 0.45

Tested by

no test coverage detected