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

Method PopViewTransform

trinity/Tr2Renderer.cpp:995–1003  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

993}
994
995void Tr2Renderer::PopViewTransform()
996{
997 CCP_ASSERT( !s_viewTransformStack.empty() );
998
999 const Matrix view = s_viewTransformStack.front();
1000 s_viewTransformStack.pop_front();
1001
1002 SetViewTransform( view );
1003}
1004
1005
1006void Tr2Renderer::DrawScreenQuad( Tr2RenderContext& renderContext, Tr2Material* effect )

Callers

nothing calls this directly

Calls 2

SetViewTransformFunction · 0.85
emptyMethod · 0.80

Tested by

no test coverage detected