summaryrefslogtreecommitdiffstats
path: root/Imgui/interface
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2019-12-26 19:17:07 +0000
committerassiduous <assiduous@diligentgraphics.com>2019-12-26 19:17:07 +0000
commit707e9c63ce9af2801ff38ce0476570ca92048268 (patch)
tree91a316f2d32c0490b8f5d76d0a8beee7d0275971 /Imgui/interface
parentWin32 app: updated golden image handling to render two frames to get GUI rend... (diff)
downloadDiligentTools-707e9c63ce9af2801ff38ce0476570ca92048268.tar.gz
DiligentTools-707e9c63ce9af2801ff38ce0476570ca92048268.zip
ImGuiImplDiligent: added EndFrame method
Diffstat (limited to 'Imgui/interface')
-rw-r--r--Imgui/interface/ImGuiImplDiligent.h1
1 files changed, 1 insertions, 0 deletions
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.