RenderBase: Implement imgui rendering

This commit is contained in:
Stenzek
2018-10-10 00:57:52 +11:00
parent 396b7c2978
commit d1868d9475
6 changed files with 284 additions and 4 deletions

View File

@ -1455,6 +1455,7 @@ void Renderer::SwapImpl(AbstractTexture* texture, const EFBRectangle& xfb_region
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
DrawDebugText();
OSD::DrawMessages();
DrawImGui();
// Swap the back and front buffers, presenting the image.
m_main_gl_context->Swap();