summaryrefslogtreecommitdiffstats
path: root/Imgui/interface
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-09-30 03:29:30 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-09-30 03:29:30 +0000
commite0a8ff8ea630937c29262b76a76e4bdee5cfad7d (patch)
tree5bcf423d3ebf108c5d188b4576331a122e1a4f51 /Imgui/interface
parentImGui UWP: fixed window resizing (diff)
downloadDiligentTools-e0a8ff8ea630937c29262b76a76e4bdee5cfad7d.tar.gz
DiligentTools-e0a8ff8ea630937c29262b76a76e4bdee5cfad7d.zip
Minor update to imgui UWP implementation
Diffstat (limited to 'Imgui/interface')
-rw-r--r--Imgui/interface/ImGuiImplUWP.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Imgui/interface/ImGuiImplUWP.h b/Imgui/interface/ImGuiImplUWP.h
index f41d468..97fbacf 100644
--- a/Imgui/interface/ImGuiImplUWP.h
+++ b/Imgui/interface/ImGuiImplUWP.h
@@ -35,6 +35,8 @@ public:
ImGuiImplUWP(IRenderDevice* pDevice,
TEXTURE_FORMAT BackBufferFmt,
TEXTURE_FORMAT DepthBufferFmt,
+ Uint32 DisplayWidth,
+ Uint32 DisplayHeight,
Uint32 InitialVertexBufferSize = ImGuiImplDiligent::DefaultInitialVBSize,
Uint32 InitialIndexBufferSize = ImGuiImplDiligent::DefaultInitialIBSize);
~ImGuiImplUWP();