| 262 | |
| 263 | #if TRINITY_PLATFORM_HAS_PRIMARY_CONTEXT |
| 264 | Tr2PrimaryRenderContext::Tr2PrimaryRenderContext() : |
| 265 | Tr2RenderContextBase( *reinterpret_cast<Tr2RenderContext*>( this ) ) |
| 266 | { |
| 267 | m_backBuffer.CreateInstance(); |
| 268 | m_backBuffer->SetName( "backbuffer" ); |
| 269 | |
| 270 | m_events = this; |
| 271 | } |
| 272 | |
| 273 | void Tr2PrimaryRenderContext::OnContextCreated( Tr2PrimaryRenderContextAL& renderContext ) |
| 274 | { |
nothing calls this directly
no test coverage detected