summaryrefslogtreecommitdiffstats
path: root/Imgui/interface
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-01-29 07:29:59 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-01-29 07:29:59 +0000
commit5658701f7e3534df8a4a4c0fdc2bd500c60a1b2d (patch)
tree7af8927ca496d9a5fbfa1ce6f3ec1ae78ef6844e /Imgui/interface
parentImGuiImplDiligent: added UpdateFontsTexture() method (diff)
downloadDiligentTools-5658701f7e3534df8a4a4c0fdc2bd500c60a1b2d.tar.gz
DiligentTools-5658701f7e3534df8a4a4c0fdc2bd500c60a1b2d.zip
Updates to comply with the new API
Diffstat (limited to 'Imgui/interface')
-rw-r--r--Imgui/interface/ImGuiImplDiligent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Imgui/interface/ImGuiImplDiligent.h b/Imgui/interface/ImGuiImplDiligent.h
index 08714fd..542e76f 100644
--- a/Imgui/interface/ImGuiImplDiligent.h
+++ b/Imgui/interface/ImGuiImplDiligent.h
@@ -33,8 +33,8 @@
namespace Diligent
{
-class IRenderDevice;
-class IDeviceContext;
+struct IRenderDevice;
+struct IDeviceContext;
enum TEXTURE_FORMAT : Uint16;
class ImGuiImplDiligent_Internal;