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

Method PushViewport

trinity/Shader/Tr2EffectStateManager.cpp:1065–1068  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1063}
1064
1065void Tr2EffectStateManager::PushViewport()
1066{
1067 m_viewportStack.push_front( m_viewport );
1068}
1069
1070void Tr2EffectStateManager::PopViewport()
1071{

Callers 13

PickObjectMethod · 0.80
InitRenderPassMethod · 0.80
DrawTextMethod · 0.80
ExecuteMethod · 0.80
RunJobHelperMethod · 0.80
RenderShadowsMethod · 0.80
RenderDebugInfoMethod · 0.80
UpdateImpostorsMethod · 0.80
PerformPickingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected