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

Method PopRenderTarget

trinity/Shader/Tr2EffectStateManager.cpp:1054–1063  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1052}
1053
1054void Tr2EffectStateManager::PopRenderTarget( unsigned slot )
1055{
1056 m_renderContext.PopRenderTarget( slot );
1057
1058 unsigned width, height;
1059 if( slot == 0 && SUCCEEDED( m_renderContext.GetRenderTargetSize( width, height ) ) )
1060 {
1061 UpdateRenderTargetViewport( width, height );
1062 }
1063}
1064
1065void Tr2EffectStateManager::PushViewport()
1066{

Callers 15

RunMethod · 0.45
ExecuteMethod · 0.45
EndLayerMethod · 0.45
RunJobHelperMethod · 0.45
RenderShadowsMethod · 0.45
DrawIntoFunction · 0.45
DrawPartiallyIntoFunction · 0.45
ExecuteMethod · 0.45
RenderGodRaysMethod · 0.45
ExecuteMethod · 0.45
RenderDepthPassMethod · 0.45

Calls 1

GetRenderTargetSizeMethod · 0.45

Tested by

no test coverage detected