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

Method PopViewport

trinity/Shader/Tr2EffectStateManager.cpp:1070–1078  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1068}
1069
1070void Tr2EffectStateManager::PopViewport()
1071{
1072 CCP_ASSERT( !m_viewportStack.empty() );
1073
1074 auto item = m_viewportStack.front();
1075 m_viewportStack.pop_front();
1076
1077 SetViewport( item );
1078}
1079
1080
1081unsigned int Tr2EffectStateManager::GetRenderTargetWidth()

Callers 13

EndShadowRenderingMethod · 0.80
PickObjectMethod · 0.80
EndRenderPassMethod · 0.80
DrawTextMethod · 0.80
ExecuteMethod · 0.80
RunJobHelperMethod · 0.80
RenderShadowsMethod · 0.80
RenderDebugInfoMethod · 0.80
UpdateImpostorsMethod · 0.80

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected