| 734 | } |
| 735 | |
| 736 | void BackendRenderer::RenderFrame() |
| 737 | { |
| 738 | CHECK(m_context != nullptr, ()); |
| 739 | if (!m_context->Validate()) |
| 740 | return; |
| 741 | |
| 742 | ProcessSingleMessage(); |
| 743 | m_context->CollectMemory(); |
| 744 | } |
| 745 | |
| 746 | void BackendRenderer::InitContextDependentResources() |
| 747 | { |
nothing calls this directly
no test coverage detected