| 69 | } |
| 70 | |
| 71 | void BaseRenderer::SetRenderingEnabled(ref_ptr<dp::GraphicsContextFactory> contextFactory) |
| 72 | { |
| 73 | if (m_wasContextReset && contextFactory != nullptr) |
| 74 | m_contextFactory = contextFactory; |
| 75 | SetRenderingEnabled(true); |
| 76 | } |
| 77 | |
| 78 | void BaseRenderer::SetRenderingDisabled(bool const destroySurface) |
| 79 | { |
no test coverage detected