Removed old nested structure: renaming ImGuiStorage::ImGuiStoragePair type to ImGuiStoragePair (simpler for many languages).

This commit is contained in:
ocornut
2024-06-10 17:42:08 +02:00
parent 7538ca6f40
commit 22d65c7949
3 changed files with 27 additions and 18 deletions

View File

@@ -41,6 +41,9 @@ HOW TO UPDATE?
Breaking changes:
- Removed old nested structure: renaming ImGuiStorage::ImGuiStoragePair type to
ImGuiStoragePair (simpler for many languages). No significant nested type left.
Other changes:
- Examples: GLFW+Vulkan, SDL+Vulkan: handle swap chain resize even without Vulkan