mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
RenderBase: Implement imgui rendering
This commit is contained in:
parent
396b7c2978
commit
d1868d9475
6 changed files with 284 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue