(Breaking) TreeNode, Selectable: commented out legacy ImGuiTreeNodeFlags_AllowItemOverlap, ImGuiSelectableFlags_AllowItemOverlap names obsoleted in 1.89.7.

Amend 51f564e
This commit is contained in:
ocornut
2025-10-14 18:52:27 +02:00
parent 702cc9993a
commit c8db91b7b4
3 changed files with 9 additions and 3 deletions

View File

@@ -42,6 +42,9 @@ HOW TO UPDATE?
Breaking Changes:
- Backends:
- TreeNode, Selectable: commented out legacy names obsoleted in 1.89.7 (July 2023):
ImGuiTreeNodeFlags_AllowItemOverlap --> ImGuiTreeNodeFlags_AllowOverlap
ImGuiSelectableFlags_AllowItemOverlap --> ImGuiSelectableFlags_AllowOverlap
- Vulkan: moved some fields in ImGui_ImplVulkan_InitInfo:
init_info.RenderPass --> init_info.PipelineInfoMain.RenderPass
init_info.Subpass --> init_info.PipelineInfoMain.Subpass