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

Method EndRenderContext

trinity/Tr2Renderer.cpp:1072–1081  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1070}
1071
1072HRESULT Tr2Renderer::EndRenderContext()
1073{
1074 if( s_poolAllocator )
1075 {
1076 s_poolAllocator->Clear();
1077 }
1078
1079 USE_MAIN_THREAD_RENDER_CONTEXT();
1080 return renderContext.EndScene();
1081}
1082
1083TriPoolAllocator* Tr2Renderer::GetPoolAllocator()
1084{

Callers

nothing calls this directly

Calls 2

ClearMethod · 0.45
EndSceneMethod · 0.45

Tested by

no test coverage detected