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

Method EndRendering

trinity/Tr2PickBuffer.cpp:70–76  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

68
69// ------------------------------------------------------------------------------------------------------
70bool Tr2PickBuffer::EndRendering( Tr2RenderContext& renderContext )
71{
72 renderContext.m_esm.PopDepthStencilBuffer();
73 renderContext.m_esm.PopRenderTarget();
74
75 return true;
76}
77
78// ------------------------------------------------------------------------------------------------------
79bool Tr2PickBuffer::MapForReading( bool synchronize, const void*& data, uint32_t& pitch, Tr2RenderContext& renderContext )

Callers 4

PickMethod · 0.80
RenderPickingMethod · 0.80
RenderPickingMethod · 0.80
PerformPickingMethod · 0.80

Calls 2

PopDepthStencilBufferMethod · 0.80
PopRenderTargetMethod · 0.45

Tested by

no test coverage detected