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

Method Tr2PushPopDS

trinity/Tr2PushPopDS.cpp:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include "Tr2Renderer.h"
6
7Tr2PushPopDS::Tr2PushPopDS() :
8 m_renderContext( nullptr )
9{
10 USE_MAIN_THREAD_RENDER_CONTEXT();
11 renderContext.m_esm.PushDepthStencilBuffer();
12}
13
14Tr2PushPopDS::Tr2PushPopDS( const Tr2TextureAL& ds ) :
15 m_renderContext( nullptr )

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected