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

Method Resolve

trinity/Tr2RenderTarget.cpp:367–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367long Tr2RenderTarget::Resolve( Tr2RenderTarget* destination )
368{
369 CCP_STATS_ZONE( __FUNCTION__ );
370 USE_MAIN_THREAD_RENDER_CONTEXT();
371 if( !destination )
372 {
373 return E_FAIL;
374 }
375 return GetRenderTarget().Resolve( *destination, renderContext ).GetResult();
376}
377
378// --------------------------------------------------------------------------------------
379// Description:

Callers 2

ExecuteMethod · 0.45
ExecuteMethod · 0.45

Calls 1

GetResultMethod · 0.45

Tested by

no test coverage detected