ocornut / imgui

Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
MIT License
61.07k stars 10.29k forks source link

Docking: SDL3 + DirectX(9/11) Resize wnd problem without main wnd #7400

Open ForserX opened 8 months ago

ForserX commented 8 months ago

Version/Branch of Dear ImGui:

Docking (Latest)

Back-ends:

imgui_impl_SDL3.cpp + imgui_impl_dx11.cpp

Compiler, OS:

Windows 10

Full config/build information:

No response

Details:

2024-03-1322-07-32-ezgif com-video-to-gif-converter

Wndproc: https://github.com/ixray-team/ixray-1.6-stcop/blob/develop-docking/src/xrEngine/Device_wndproc.cpp ImGui Helper class: https://github.com/ixray-team/ixray-1.6-stcop/blob/develop-docking/src/xrEngine/ImGuiManager.cpp

Screenshots/Video:

No response

Minimal, Complete and Verifiable Example code:

No response

ocornut commented 6 months ago

Sorry there is no question and links are not valid anymore. It may be useful that we add a SDL3+DX11 example, but our Win32+DX11 example doesn't seem to exhibit the issue.