From dde709e167765c8fdb607d425fb158b073bd11a9 Mon Sep 17 00:00:00 2001 From: assiduous Date: Wed, 25 Dec 2019 18:25:00 -0800 Subject: Reverted previous change if this was not the cause of the problem. It seems that dear imgui does not render the first frame no matter what --- Imgui/src/ImGuiImplDiligent.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'Imgui/src/ImGuiImplDiligent.cpp') diff --git a/Imgui/src/ImGuiImplDiligent.cpp b/Imgui/src/ImGuiImplDiligent.cpp index 26de09b..03e3e76 100644 --- a/Imgui/src/ImGuiImplDiligent.cpp +++ b/Imgui/src/ImGuiImplDiligent.cpp @@ -448,7 +448,6 @@ void ImGuiImplDiligent::NewFrame() void ImGuiImplDiligent::Render(IDeviceContext* pCtx) { - ImGui::EndFrame(); ImGui::Render(); m_pImpl->RenderDrawData(pCtx, ImGui::GetDrawData()); } -- cgit v1.2.3