Backends: Vulkna: added ImGui_ImplVulkan_GetWindowDataFromViewport() accessor/helper. (#8946, #8940)

This commit is contained in:
Olivier Gerard
2025-09-18 17:31:28 +02:00
committed by ocornut
parent 5a66d8fd57
commit e639ff392c
3 changed files with 10 additions and 0 deletions

View File

@@ -68,6 +68,8 @@ Docking+Viewports Branch:
- Viewports: DestroyContext() does not call DestroyPlatformWindows() anymore at
it assumed to be unnecessary as backensd should have done it and we check that
backends have been shutdown since 1.90.4. Changed into asserts. (#7175, #8945)
- Backends: Vulkan: Added ImGui_ImplVulkanH_GetWindowDataFromViewport() accessor/helper.
(#8946, #8940) [@olivier-gerard]
-----------------------------------------------------------------------