Backends: Vulkan: misc amends (e.g. changelog, coding style). (8110, 8111, 8053)

# Conflicts:
#	backends/imgui_impl_vulkan.cpp
This commit is contained in:
ocornut
2025-09-04 18:04:20 +02:00
parent ee03cef14f
commit 1ecc34a0b1
3 changed files with 41 additions and 50 deletions
+2
View File
@@ -81,6 +81,8 @@ Other Changes:
- Backends: SDL_GPU: Added ImGui_ImplSDLGPU3_InitInfo::SwapchainComposition and
PresentMode to configure how secondary viewports are created. Currently only used
multi-viewport mode. (#8892) [@PTSVU]
- Backends: Vulkan: added ImGui_ImplVulkan_CreateMainPipeline() to recreate pipeline
without reinitializing backend. (#8110, #8111) [@SuperRonan]
-----------------------------------------------------------------------