From 707e9c63ce9af2801ff38ce0476570ca92048268 Mon Sep 17 00:00:00 2001 From: assiduous Date: Thu, 26 Dec 2019 11:17:07 -0800 Subject: ImGuiImplDiligent: added EndFrame method --- Imgui/interface/ImGuiImplDiligent.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Imgui/interface') diff --git a/Imgui/interface/ImGuiImplDiligent.h b/Imgui/interface/ImGuiImplDiligent.h index 8370241..5d3ea45 100644 --- a/Imgui/interface/ImGuiImplDiligent.h +++ b/Imgui/interface/ImGuiImplDiligent.h @@ -56,6 +56,7 @@ public: // clang-format on virtual void NewFrame(); + virtual void EndFrame(); virtual void Render(IDeviceContext* pCtx); // Use if you want to reset your rendering device without losing ImGui state. -- cgit v1.2.3