summaryrefslogtreecommitdiffstats
path: root/Imgui/interface
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-01-19 19:43:42 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-01-19 19:43:42 +0000
commitb3f3da20d768f84304a3d0d03870aa18904d942b (patch)
treeaddc0e16c82003e4c6d8cda5baf8959f1d20da12 /Imgui/interface
parentLinux native app: fixed return code (diff)
downloadDiligentTools-b3f3da20d768f84304a3d0d03870aa18904d942b.tar.gz
DiligentTools-b3f3da20d768f84304a3d0d03870aa18904d942b.zip
ImGuiImplDiligent: added UpdateFontsTexture() method
Diffstat (limited to 'Imgui/interface')
-rw-r--r--Imgui/interface/ImGuiImplDiligent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Imgui/interface/ImGuiImplDiligent.h b/Imgui/interface/ImGuiImplDiligent.h
index 9c357a3..08714fd 100644
--- a/Imgui/interface/ImGuiImplDiligent.h
+++ b/Imgui/interface/ImGuiImplDiligent.h
@@ -67,6 +67,8 @@ public:
void InvalidateDeviceObjects();
void CreateDeviceObjects();
+ void UpdateFontsTexture();
+
private:
std::unique_ptr<ImGuiImplDiligent_Internal> m_pImpl;
};