| 5 | #include "Tr2Renderer.h" |
| 6 | |
| 7 | Tr2PushPopDS::Tr2PushPopDS() : |
| 8 | m_renderContext( nullptr ) |
| 9 | { |
| 10 | USE_MAIN_THREAD_RENDER_CONTEXT(); |
| 11 | renderContext.m_esm.PushDepthStencilBuffer(); |
| 12 | } |
| 13 | |
| 14 | Tr2PushPopDS::Tr2PushPopDS( const Tr2TextureAL& ds ) : |
| 15 | m_renderContext( nullptr ) |
nothing calls this directly
no test coverage detected