| 59 | } |
| 60 | |
| 61 | void Direct3D11Render::StartFrame() |
| 62 | { |
| 63 | // Start the Dear ImGui frame |
| 64 | ImGui_ImplDX11_NewFrame(); |
| 65 | ImGui_ImplWin32_NewFrame(); |
| 66 | ImGui::NewFrame(); |
| 67 | } |
| 68 | |
| 69 | void Direct3D11Render::EndFrame() |
| 70 | { |
nothing calls this directly
no test coverage detected